#EAA571

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

Shades of Tacao #EAA571

Tints of Tacao #EAA571

Color information

#EAA571 (or 0xEAA571) is unknown color: approx Tacao. HEX triplet: EA, A5 and 71. RGB value is (234,165,113). Sum of RGB (Red+Green+Blue) = 234+165+113=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA571 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA571 is #155A8E. Grayscale: #B3B3B3. Windows color (decimal): -1399439 or 7448042. OLE color: 7448042.

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

Color convert

RGB234165113-
CMYK00.290.520.08
HSL25.79º74.23%68.04%-
HSV(B)25.79º51.71%91.76%-
XYZ50.3745.5921.77-
YUV179.790.36166.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.70%
GREEN value IS 165 (64.84% from 255) = 32.23%
BLUE value IS 113 (44.53% from 255) = 22.07%
R=45.70%
G=32.23%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416511300.290.520.0825.7974.2368.04
HexEAA57101D3481a4a44
Octal352245161035641032112104
Binary1110101010100101111000101110111010010001101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA571; }

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

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

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

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

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

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

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

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