#EAC5B4

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

Shades of Zinnwaldite #EAC5B4

Tints of Zinnwaldite #EAC5B4

Color information

#EAC5B4 (or 0xEAC5B4) is unknown color: approx Zinnwaldite. HEX triplet: EA, C5 and B4. RGB value is (234,197,180). Sum of RGB (Red+Green+Blue) = 234+197+180=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5B4 is #153A4B. Grayscale: #CECECE. Windows color (decimal): -1391180 or 11847146. OLE color: 11847146.

HSL color Cylindrical-coordinate representation of color #EAC5B4: hue angle of 18.89º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAC5B4 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234197180-
CMYK00.160.230.08
HSL18.89º56.25%81.18%-
HSV(B)18.89º23.08%91.76%-
XYZ62.1460.7251.63-
YUV206.12113.26147.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 197 (77.34% from 255) = 32.24%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=38.30%
G=32.24%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419718000.160.230.0818.8956.2581.18
HexEAC5B4010178133851
Octal35230526402027102370121
Binary111010101100010110110100010000101111000100111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5B4; }

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

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

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

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

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

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

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

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