#EAC5B7

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

Shades of Zinnwaldite #EAC5B7

Tints of Zinnwaldite #EAC5B7

Color information

#EAC5B7 (or 0xEAC5B7) is unknown color: approx Zinnwaldite. HEX triplet: EA, C5 and B7. RGB value is (234,197,183). Sum of RGB (Red+Green+Blue) = 234+197+183=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 183 (71.88% from 255 or 29.80% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5B7 is #153A48. Grayscale: #CECECE. Windows color (decimal): -1391177 or 12043754. OLE color: 12043754.

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

Color convert

RGB234197183-
CMYK00.160.220.08
HSL16.47º54.84%81.76%-
HSV(B)16.47º21.79%91.76%-
XYZ62.4560.8453.25-
YUV206.47114.76147.64-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.11%
GREEN value IS 197 (77.34% from 255) = 32.08%
BLUE value IS 183 (71.88% from 255) = 29.80%
R=38.11%
G=32.08%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419718300.160.220.0816.4754.8481.76
HexEAC5B7010168103752
Octal35230526702026102067122
Binary111010101100010110110111010000101101000100001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5B7; }

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

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

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

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

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

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

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

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