#EEAB80

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

Shades of Tacao #EEAB80

Tints of Tacao #EEAB80

Color information

#EEAB80 (or 0xEEAB80) is unknown color: approx Tacao. HEX triplet: EE, AB and 80. RGB value is (238,171,128). Sum of RGB (Red+Green+Blue) = 238+171+128=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 128 (50.39% from 255 or 23.84% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAB80 is #11547F. Grayscale: #BABABA. Windows color (decimal): -1135744 or 8432622. OLE color: 8432622.

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

Color convert

RGB238171128-
CMYK00.280.460.07
HSL23.45º76.39%71.76%-
HSV(B)23.45º46.22%93.33%-
XYZ53.7248.8627.02-
YUV186.1395.2165-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.32%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 128 (50.39% from 255) = 23.84%
R=44.32%
G=31.84%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817112800.280.460.0723.4576.3971.76
HexEEAB8001C2E7174c48
Octal35625320003456727114110
Binary1110111010101011100000000111001011101111011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAB80; }

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

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

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

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

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

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

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

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