#EABBA5

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

Shades of Zinnwaldite #EABBA5

Tints of Zinnwaldite #EABBA5

Color information

#EABBA5 (or 0xEABBA5) is unknown color: approx Zinnwaldite. HEX triplet: EA, BB and A5. RGB value is (234,187,165). Sum of RGB (Red+Green+Blue) = 234+187+165=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 165 (64.84% from 255 or 28.16% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EABBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABBA5 is #15445A. Grayscale: #C6C6C6. Windows color (decimal): -1393755 or 10861546. OLE color: 10861546.

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

Color convert

RGB234187165-
CMYK00.200.290.08
HSL19.13º62.16%78.24%-
HSV(B)19.13º29.49%91.76%-
XYZ58.4955.7543.28-
YUV198.54109.07153.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 165 (64.84% from 255) = 28.16%
R=39.93%
G=31.91%
B=28.16%

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
Decimal23418716500.200.290.0819.1362.1678.24
HexEABBA50141D8133e4e
Octal35227324502435102376116
Binary111010101011101110100101010100111011000100111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABBA5; }

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

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

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

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

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

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

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

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