#EAA970

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

Shades of Tacao #EAA970

Tints of Tacao #EAA970

Color information

#EAA970 (or 0xEAA970) is unknown color: approx Tacao. HEX triplet: EA, A9 and 70. RGB value is (234,169,112). Sum of RGB (Red+Green+Blue) = 234+169+112=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA970 is #15568F. Grayscale: #B6B6B6. Windows color (decimal): -1398416 or 7383530. OLE color: 7383530.

HSL color Cylindrical-coordinate representation of color #EAA970: hue angle of 28.03º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAA970 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234169112-
CMYK00.280.520.08
HSL28.03º74.39%67.84%-
HSV(B)28.03º52.14%91.76%-
XYZ51.0447.0421.72-
YUV181.9488.53165.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 169 (66.41% from 255) = 32.82%
BLUE value IS 112 (44.14% from 255) = 21.75%
R=45.44%
G=32.82%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416911200.280.520.0828.0374.3967.84
HexEAA97001C3481c4a44
Octal352251160034641034112104
Binary1110101010101001111000001110011010010001110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA970; }

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

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

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

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

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

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

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

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