#EEB07A

Color #EEB07A Tacao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacao #EEB07A

Tints of Tacao #EEB07A

Color information

#EEB07A (or 0xEEB07A) is unknown color: approx Tacao. HEX triplet: EE, B0 and 7A. RGB value is (238,176,122). Sum of RGB (Red+Green+Blue) = 238+176+122=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB07A is #114F85. Grayscale: #BCBCBC. Windows color (decimal): -1134470 or 8040686. OLE color: 8040686.

HSL color Cylindrical-coordinate representation of color #EEB07A: hue angle of 27.93º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEB07A is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB238176122-
CMYK00.260.490.07
HSL27.93º77.33%70.59%-
HSV(B)27.93º48.74%93.33%-
XYZ54.350.6325.32-
YUV188.3890.54163.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 44.40%
GREEN value IS 176 (69.14% from 255) = 32.84%
BLUE value IS 122 (48.05% from 255) = 22.76%
R=44.40%
G=32.84%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817612200.260.490.0727.9377.3370.59
HexEEB07A01A3171c4d47
Octal35626017203261734115107
Binary111011101011000011110100110101100011111110010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB07A; }

 p { color: rgb(238,176,122); }

 H1.HeaderClassName
 {
   color: #EEB07A;
 }
 .AnyTagClassName
 {
   color: #EEB07A;
 }
</style>
background-color css

<style>
 a { background-color: #EEB07A; }

 a { background-color: rgb(238,176,122); }

 div.DivClassName
 {
   background-color: #EEB07A;
 }
 .BgClassName
 {
   background-color: #EEB07A;
 }
</style>
border-color css

<style>
 span { border-color: #EEB07A; }

 span { border-color: rgb(238,176,122); }

 td.TdClassName
 {
   border-color: #EEB07A;
 }
 .TagClassName
 {
   border-color: #EEB07A;
 }
</style>