#EEAB85

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

Shades of Tacao #EEAB85

Tints of Tacao #EEAB85

Color information

#EEAB85 (or 0xEEAB85) is unknown color: approx Tacao. HEX triplet: EE, AB and 85. RGB value is (238,171,133). Sum of RGB (Red+Green+Blue) = 238+171+133=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAB85 is #11547A. Grayscale: #BABABA. Windows color (decimal): -1135739 or 8760302. OLE color: 8760302.

HSL color Cylindrical-coordinate representation of color #EEAB85: hue angle of 21.71º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEAB85 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB238171133-
CMYK00.280.440.07
HSL21.71º75.54%72.75%-
HSV(B)21.71º44.12%93.33%-
XYZ54.064928.8-
YUV186.797.7164.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.91%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=43.91%
G=31.55%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817113300.280.440.0721.7175.5472.75
HexEEAB8501C2C7164c49
Octal35625320503454726114111
Binary1110111010101011100001010111001011001111011010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAB85; }

 p { color: rgb(238,171,133); }

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

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

 a { background-color: rgb(238,171,133); }

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

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

 span { border-color: rgb(238,171,133); }

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