#EEAB70

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

Shades of Tacao #EEAB70

Tints of Tacao #EEAB70

Color information

#EEAB70 (or 0xEEAB70) is unknown color: approx Tacao. HEX triplet: EE, AB and 70. RGB value is (238,171,112). Sum of RGB (Red+Green+Blue) = 238+171+112=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAB70 is #11548F. Grayscale: #B8B8B8. Windows color (decimal): -1135760 or 7384046. OLE color: 7384046.

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

Color convert

RGB238171112-
CMYK00.280.530.07
HSL28.1º78.75%68.63%-
HSV(B)28.1º52.94%93.33%-
XYZ52.7548.4721.91-
YUV184.3187.2166.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.68%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 112 (44.14% from 255) = 21.50%
R=45.68%
G=32.82%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817111200.280.530.0728.178.7568.63
HexEEAB7001C3571c4f45
Octal35625316003465734117105
Binary111011101010101111100000111001101011111110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAB70; }

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

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

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

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

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

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

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

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