#EAAA73

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

Shades of Tacao #EAAA73

Tints of Tacao #EAAA73

Color information

#EAAA73 (or 0xEAAA73) is unknown color: approx Tacao. HEX triplet: EA, AA and 73. RGB value is (234,170,115). Sum of RGB (Red+Green+Blue) = 234+170+115=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA73 is #15558C. Grayscale: #B7B7B7. Windows color (decimal): -1398157 or 7580394. OLE color: 7580394.

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

Color convert

RGB234170115-
CMYK00.270.510.08
HSL27.73º73.91%68.43%-
HSV(B)27.73º50.85%91.76%-
XYZ51.447.4822.68-
YUV182.8789.7164.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 115 (45.31% from 255) = 22.16%
R=45.09%
G=32.76%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417011500.270.510.0827.7373.9168.43
HexEAAA7301B3381c4a44
Octal352252163033631034112104
Binary1110101010101010111001101101111001110001110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAA73; }

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

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

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

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

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

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

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

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