#EABCA5

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

Shades of Zinnwaldite #EABCA5

Tints of Zinnwaldite #EABCA5

Color information

#EABCA5 (or 0xEABCA5) is unknown color: approx Zinnwaldite. HEX triplet: EA, BC and A5. RGB value is (234,188,165). Sum of RGB (Red+Green+Blue) = 234+188+165=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABCA5 is #15435A. Grayscale: #C7C7C7. Windows color (decimal): -1393499 or 10861802. OLE color: 10861802.

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

Color convert

RGB234188165-
CMYK00.200.290.08
HSL20º62.16%78.24%-
HSV(B)20º29.49%91.76%-
XYZ58.7156.1843.35-
YUV199.13108.74152.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 165 (64.84% from 255) = 28.11%
R=39.86%
G=32.03%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418816500.200.290.082062.1678.24
HexEABCA50141D8143e4e
Octal35227424502435102476116
Binary111010101011110010100101010100111011000101001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABCA5; }

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

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

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

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

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

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

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

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