#E1BEB0

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

Shades of Zinnwaldite #E1BEB0

Tints of Zinnwaldite #E1BEB0

Color information

#E1BEB0 (or 0xE1BEB0) is unknown color: approx Zinnwaldite. HEX triplet: E1, BE and B0. RGB value is (225,190,176). Sum of RGB (Red+Green+Blue) = 225+190+176=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 176 (69.14% from 255 or 29.78% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BEB0 is #1E414F. Grayscale: #C6C6C6. Windows color (decimal): -1982800 or 11583201. OLE color: 11583201.

HSL color Cylindrical-coordinate representation of color #E1BEB0: hue angle of 17.14º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1BEB0 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225190176-
CMYK00.160.220.12
HSL17.14º44.95%78.63%-
HSV(B)17.14º21.78%88.24%-
XYZ57.355.9748.86-
YUV198.87115.1146.64-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 176 (69.14% from 255) = 29.78%
R=38.07%
G=32.15%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519017600.160.220.1217.1444.9578.63
HexE1BEB001016C112d4f
Octal34127626002026142155117
Binary111000011011111010110000010000101101100100011011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BEB0; }

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

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

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

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

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

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

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

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