#EABDB0

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

Shades of Zinnwaldite #EABDB0

Tints of Zinnwaldite #EABDB0

Color information

#EABDB0 (or 0xEABDB0) is unknown color: approx Zinnwaldite. HEX triplet: EA, BD and B0. RGB value is (234,189,176). Sum of RGB (Red+Green+Blue) = 234+189+176=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDB0 is #15424F. Grayscale: #C9C9C9. Windows color (decimal): -1393232 or 11582954. OLE color: 11582954.

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

Color convert

RGB234189176-
CMYK00.190.250.08
HSL13.45º58%80.39%-
HSV(B)13.45º24.79%91.76%-
XYZ59.9757.0248.92-
YUV200.97113.91151.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 176 (69.14% from 255) = 29.38%
R=39.07%
G=31.55%
B=29.38%

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
Decimal23418917600.190.250.0813.455880.39
HexEABDB0013198d3a50
Octal35227526002331101572120
Binary11101010101111011011000001001111001100011011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDB0; }

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

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

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

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

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

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

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

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