#EABCA4

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

Shades of Zinnwaldite #EABCA4

Tints of Zinnwaldite #EABCA4

Color information

#EABCA4 (or 0xEABCA4) is unknown color: approx Zinnwaldite. HEX triplet: EA, BC and A4. RGB value is (234,188,164). Sum of RGB (Red+Green+Blue) = 234+188+164=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 164 (64.45% from 255 or 27.99% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCA4 is #15435B. Grayscale: #C7C7C7. Windows color (decimal): -1393500 or 10796266. OLE color: 10796266.

HSL color Cylindrical-coordinate representation of color #EABCA4: hue angle of 20.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EABCA4 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234188164-
CMYK00.200.300.08
HSL20.57º62.5%78.04%-
HSV(B)20.57º29.91%91.76%-
XYZ58.6256.1442.87-
YUV199.02108.24152.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 164 (64.45% from 255) = 27.99%
R=39.93%
G=32.08%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418816400.200.300.0820.5762.578.04
HexEABCA40141E8153e4e
Octal35227424402436102576116
Binary111010101011110010100100010100111101000101011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCA4; }

 p { color: rgb(234,188,164); }

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

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

 a { background-color: rgb(234,188,164); }

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

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

 span { border-color: rgb(234,188,164); }

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