#EEA970

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

Shades of Tacao #EEA970

Tints of Tacao #EEA970

Color information

#EEA970 (or 0xEEA970) is unknown color: approx Tacao. HEX triplet: EE, A9 and 70. RGB value is (238,169,112). Sum of RGB (Red+Green+Blue) = 238+169+112=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA970 is #11568F. Grayscale: #B7B7B7. Windows color (decimal): -1136272 or 7383534. OLE color: 7383534.

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

Color convert

RGB238169112-
CMYK00.290.530.07
HSL27.14º78.75%68.63%-
HSV(B)27.14º52.94%93.33%-
XYZ52.3747.7221.78-
YUV183.1387.86167.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.86%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 112 (44.14% from 255) = 21.58%
R=45.86%
G=32.56%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816911200.290.530.0727.1478.7568.63
HexEEA97001D3571b4f45
Octal35625116003565733117105
Binary111011101010100111100000111011101011111101110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA970; }

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

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

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

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

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

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

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

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