#EAC0AA

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

Shades of Zinnwaldite #EAC0AA

Tints of Zinnwaldite #EAC0AA

Color information

#EAC0AA (or 0xEAC0AA) is unknown color: approx Zinnwaldite. HEX triplet: EA, C0 and AA. RGB value is (234,192,170). Sum of RGB (Red+Green+Blue) = 234+192+170=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC0AA is #153F55. Grayscale: #CACACA. Windows color (decimal): -1392470 or 11190506. OLE color: 11190506.

HSL color Cylindrical-coordinate representation of color #EAC0AA: hue angle of 20.63º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAC0AA is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB234192170-
CMYK00.180.270.08
HSL20.63º60.38%79.22%-
HSV(B)20.63º27.35%91.76%-
XYZ60.0458.0946.08-
YUV202.05109.91150.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.26%
GREEN value IS 192 (75.39% from 255) = 32.21%
BLUE value IS 170 (66.80% from 255) = 28.52%
R=39.26%
G=32.21%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419217000.180.270.0820.6360.3879.22
HexEAC0AA0121B8153c4f
Octal35230025202233102574117
Binary111010101100000010101010010010110111000101011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0AA; }

 p { color: rgb(234,192,170); }

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

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

 a { background-color: rgb(234,192,170); }

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

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

 span { border-color: rgb(234,192,170); }

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