#EAAC70

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

Shades of Tacao #EAAC70

Tints of Tacao #EAAC70

Color information

#EAAC70 (or 0xEAAC70) is unknown color: approx Tacao. HEX triplet: EA, AC and 70. RGB value is (234,172,112). Sum of RGB (Red+Green+Blue) = 234+172+112=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAC70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAC70 is #15538F. Grayscale: #B8B8B8. Windows color (decimal): -1397648 or 7384298. OLE color: 7384298.

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

Color convert

RGB234172112-
CMYK00.260.520.08
HSL29.51º74.39%67.84%-
HSV(B)29.51º52.14%91.76%-
XYZ51.6148.1721.91-
YUV183.787.54163.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.17%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 112 (44.14% from 255) = 21.62%
R=45.17%
G=33.20%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417211200.260.520.0829.5174.3967.84
HexEAAC7001A3481e4a44
Octal352254160032641036112104
Binary1110101010101100111000001101011010010001111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAC70; }

 p { color: rgb(234,172,112); }

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

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

 a { background-color: rgb(234,172,112); }

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

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

 span { border-color: rgb(234,172,112); }

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