#EAC3B6

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

Shades of Zinnwaldite #EAC3B6

Tints of Zinnwaldite #EAC3B6

Color information

#EAC3B6 (or 0xEAC3B6) is unknown color: approx Zinnwaldite. HEX triplet: EA, C3 and B6. RGB value is (234,195,182). Sum of RGB (Red+Green+Blue) = 234+195+182=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 182 (71.48% from 255 or 29.79% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC3B6 is #153C49. Grayscale: #CDCDCD. Windows color (decimal): -1391690 or 11977706. OLE color: 11977706.

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

Color convert

RGB234195182-
CMYK00.170.220.08
HSL15º55.32%81.57%-
HSV(B)15º22.22%91.76%-
XYZ61.8959.952.56-
YUV205.18114.92148.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 195 (76.56% from 255) = 31.91%
BLUE value IS 182 (71.48% from 255) = 29.79%
R=38.30%
G=31.91%
B=29.79%

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
Decimal23419518200.170.220.081555.3281.57
HexEAC3B6011168f3752
Octal35230326602126101767122
Binary11101010110000111011011001000110110100011111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3B6; }

 p { color: rgb(234,195,182); }

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

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

 a { background-color: rgb(234,195,182); }

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

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

 span { border-color: rgb(234,195,182); }

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