#EAC2B7

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

Shades of Zinnwaldite #EAC2B7

Tints of Zinnwaldite #EAC2B7

Color information

#EAC2B7 (or 0xEAC2B7) is unknown color: approx Zinnwaldite. HEX triplet: EA, C2 and B7. RGB value is (234,194,183). Sum of RGB (Red+Green+Blue) = 234+194+183=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 183 (71.88% from 255 or 29.95% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC2B7 is #153D48. Grayscale: #CCCCCC. Windows color (decimal): -1391945 or 12042986. OLE color: 12042986.

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

Color convert

RGB234194183-
CMYK00.170.220.08
HSL12.94º54.84%81.76%-
HSV(B)12.94º21.79%91.76%-
XYZ61.7759.4953.03-
YUV204.71115.75148.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 194 (76.17% from 255) = 31.75%
BLUE value IS 183 (71.88% from 255) = 29.95%
R=38.30%
G=31.75%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419418300.170.220.0812.9454.8481.76
HexEAC2B7011168d3752
Octal35230226702126101567122
Binary11101010110000101011011101000110110100011011101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2B7; }

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

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

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

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

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

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

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

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