#EAA574

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

Shades of Tacao #EAA574

Tints of Tacao #EAA574

Color information

#EAA574 (or 0xEAA574) is unknown color: approx Tacao. HEX triplet: EA, A5 and 74. RGB value is (234,165,116). Sum of RGB (Red+Green+Blue) = 234+165+116=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA574 is #155A8B. Grayscale: #B4B4B4. Windows color (decimal): -1399436 or 7644650. OLE color: 7644650.

HSL color Cylindrical-coordinate representation of color #EAA574: hue angle of 24.92º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAA574 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234165116-
CMYK00.290.500.08
HSL24.92º73.75%68.63%-
HSV(B)24.92º50.43%91.76%-
XYZ50.5445.6622.67-
YUV180.0491.86166.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 165 (64.84% from 255) = 32.04%
BLUE value IS 116 (45.70% from 255) = 22.52%
R=45.44%
G=32.04%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416511600.290.500.0824.9273.7568.63
HexEAA57401D328194a45
Octal352245164035621031112105
Binary1110101010100101111010001110111001010001100110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA574; }

 p { color: rgb(234,165,116); }

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

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

 a { background-color: rgb(234,165,116); }

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

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

 span { border-color: rgb(234,165,116); }

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