#EAC0AB

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

Shades of Zinnwaldite #EAC0AB

Tints of Zinnwaldite #EAC0AB

Color information

#EAC0AB (or 0xEAC0AB) is unknown color: approx Zinnwaldite. HEX triplet: EA, C0 and AB. RGB value is (234,192,171). Sum of RGB (Red+Green+Blue) = 234+192+171=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC0AB is #153F54. Grayscale: #CACACA. Windows color (decimal): -1392469 or 11256042. OLE color: 11256042.

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

Color convert

RGB234192171-
CMYK00.180.270.08
HSL20º60%79.41%-
HSV(B)20º26.92%91.76%-
XYZ60.1358.1346.58-
YUV202.16110.41150.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 192 (75.39% from 255) = 32.16%
BLUE value IS 171 (67.19% from 255) = 28.64%
R=39.20%
G=32.16%
B=28.64%

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
Decimal23419217100.180.270.08206079.41
HexEAC0AB0121B8143c4f
Octal35230025302233102474117
Binary111010101100000010101011010010110111000101001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0AB; }

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

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

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

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

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

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

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

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