#EABEB0

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

Shades of Zinnwaldite #EABEB0

Tints of Zinnwaldite #EABEB0

Color information

#EABEB0 (or 0xEABEB0) is unknown color: approx Zinnwaldite. HEX triplet: EA, BE and B0. RGB value is (234,190,176). Sum of RGB (Red+Green+Blue) = 234+190+176=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABEB0 is #15414F. Grayscale: #C9C9C9. Windows color (decimal): -1392976 or 11583210. OLE color: 11583210.

HSL color Cylindrical-coordinate representation of color #EABEB0: hue angle of 14.48º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EABEB0 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB234190176-
CMYK00.190.250.08
HSL14.48º58%80.39%-
HSV(B)14.48º24.79%91.76%-
XYZ60.1857.4548.99-
YUV201.56113.58151.14-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 190 (74.61% from 255) = 31.67%
BLUE value IS 176 (69.14% from 255) = 29.33%
R=39%
G=31.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419017600.190.250.0814.485880.39
HexEABEB0013198e3a50
Octal35227626002331101672120
Binary11101010101111101011000001001111001100011101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABEB0; }

 p { color: rgb(234,190,176); }

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

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

 a { background-color: rgb(234,190,176); }

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

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

 span { border-color: rgb(234,190,176); }

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