#EAC2AC

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

Shades of Zinnwaldite #EAC2AC

Tints of Zinnwaldite #EAC2AC

Color information

#EAC2AC (or 0xEAC2AC) is unknown color: approx Zinnwaldite. HEX triplet: EA, C2 and AC. RGB value is (234,194,172). Sum of RGB (Red+Green+Blue) = 234+194+172=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAC2AC is #153D53. Grayscale: #CBCBCB. Windows color (decimal): -1391956 or 11322090. OLE color: 11322090.

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

Color convert

RGB234194172-
CMYK00.170.260.08
HSL21.29º59.62%79.61%-
HSV(B)21.29º26.5%91.76%-
XYZ60.6759.0547.23-
YUV203.45110.25149.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 194 (76.17% from 255) = 32.33%
BLUE value IS 172 (67.58% from 255) = 28.67%
R=39%
G=32.33%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419417200.170.260.0821.2959.6279.61
HexEAC2AC0111A8153c50
Octal35230225402132102574120
Binary111010101100001010101100010001110101000101011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2AC; }

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

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

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

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

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

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

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

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