#EAA577

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

Shades of Tacao #EAA577

Tints of Tacao #EAA577

Color information

#EAA577 (or 0xEAA577) is unknown color: approx Tacao. HEX triplet: EA, A5 and 77. RGB value is (234,165,119). Sum of RGB (Red+Green+Blue) = 234+165+119=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA577 is #155A88. Grayscale: #B4B4B4. Windows color (decimal): -1399433 or 7841258. OLE color: 7841258.

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

Color convert

RGB234165119-
CMYK00.290.490.08
HSL24º73.25%69.22%-
HSV(B)24º49.15%91.76%-
XYZ50.7245.7323.61-
YUV180.3993.36166.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 165 (64.84% from 255) = 31.85%
BLUE value IS 119 (46.88% from 255) = 22.97%
R=45.17%
G=31.85%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416511900.290.490.082473.2569.22
HexEAA57701D318184945
Octal352245167035611030111105
Binary1110101010100101111011101110111000110001100010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA577; }

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

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

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

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

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

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

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

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