#EAA272

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

Shades of Tacao #EAA272

Tints of Tacao #EAA272

Color information

#EAA272 (or 0xEAA272) is unknown color: approx Tacao. HEX triplet: EA, A2 and 72. RGB value is (234,162,114). Sum of RGB (Red+Green+Blue) = 234+162+114=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 114 (44.92% from 255 or 22.35% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA272 is #155D8D. Grayscale: #B2B2B2. Windows color (decimal): -1400206 or 7512810. OLE color: 7512810.

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

Color convert

RGB234162114-
CMYK00.310.510.08
HSL24º74.07%68.24%-
HSV(B)24º51.28%91.76%-
XYZ49.8944.5521.89-
YUV178.0691.85167.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 114 (44.92% from 255) = 22.35%
R=45.88%
G=31.76%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416211400.310.510.082474.0768.24
HexEAA27201F338184a44
Octal352242162037631030112104
Binary1110101010100010111001001111111001110001100010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA272; }

 p { color: rgb(234,162,114); }

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

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

 a { background-color: rgb(234,162,114); }

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

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

 span { border-color: rgb(234,162,114); }

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