#EEB17D

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

Shades of Tacao #EEB17D

Tints of Tacao #EEB17D

Color information

#EEB17D (or 0xEEB17D) is unknown color: approx Tacao. HEX triplet: EE, B1 and 7D. RGB value is (238,177,125). Sum of RGB (Red+Green+Blue) = 238+177+125=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB17D is #114E82. Grayscale: #BDBDBD. Windows color (decimal): -1134211 or 8237550. OLE color: 8237550.

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

Color convert

RGB238177125-
CMYK00.260.470.07
HSL27.61º76.87%71.18%-
HSV(B)27.61º47.48%93.33%-
XYZ54.6851.126.38-
YUV189.3191.71162.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.07%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 125 (49.22% from 255) = 23.15%
R=44.07%
G=32.78%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817712500.260.470.0727.6176.8771.18
HexEEB17D01A2F71c4d47
Octal35626117503257734115107
Binary111011101011000111111010110101011111111110010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEB17D; }

 p { color: rgb(238,177,125); }

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

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

 a { background-color: rgb(238,177,125); }

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

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

 span { border-color: rgb(238,177,125); }

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