#EEAB7A

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

Shades of Tacao #EEAB7A

Tints of Tacao #EEAB7A

Color information

#EEAB7A (or 0xEEAB7A) is unknown color: approx Tacao. HEX triplet: EE, AB and 7A. RGB value is (238,171,122). Sum of RGB (Red+Green+Blue) = 238+171+122=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAB7A is #115485. Grayscale: #B9B9B9. Windows color (decimal): -1135750 or 8039406. OLE color: 8039406.

HSL color Cylindrical-coordinate representation of color #EEAB7A: hue angle of 25.34º 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 #EEAB7A is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB238171122-
CMYK00.280.490.07
HSL25.34º77.33%70.59%-
HSV(B)25.34º48.74%93.33%-
XYZ53.3448.7125-
YUV185.4592.2165.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 122 (48.05% from 255) = 22.98%
R=44.82%
G=32.20%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817112200.280.490.0725.3477.3370.59
HexEEAB7A01C317194d47
Octal35625317203461731115107
Binary111011101010101111110100111001100011111100110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAB7A; }

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

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

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

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

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

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

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

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