#EAAA70

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

Shades of Tacao #EAAA70

Tints of Tacao #EAAA70

Color information

#EAAA70 (or 0xEAAA70) is unknown color: approx Tacao. HEX triplet: EA, AA and 70. RGB value is (234,170,112). Sum of RGB (Red+Green+Blue) = 234+170+112=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA70 is #15558F. Grayscale: #B6B6B6. Windows color (decimal): -1398160 or 7383786. OLE color: 7383786.

HSL color Cylindrical-coordinate representation of color #EAAA70: hue angle of 28.52º 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 #EAAA70 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB234170112-
CMYK00.270.520.08
HSL28.52º74.39%67.84%-
HSV(B)28.52º52.14%91.76%-
XYZ51.2347.4121.78-
YUV182.5288.2164.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.35%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 112 (44.14% from 255) = 21.71%
R=45.35%
G=32.95%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417011200.270.520.0828.5274.3967.84
HexEAAA7001B3481d4a44
Octal352252160033641035112104
Binary1110101010101010111000001101111010010001110110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA70; }

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

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

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

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

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

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

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

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