#E5BCAB

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

Shades of Zinnwaldite #E5BCAB

Tints of Zinnwaldite #E5BCAB

Color information

#E5BCAB (or 0xE5BCAB) is unknown color: approx Zinnwaldite. HEX triplet: E5, BC and AB. RGB value is (229,188,171). Sum of RGB (Red+Green+Blue) = 229+188+171=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BCAB is #1A4354. Grayscale: #C6C6C6. Windows color (decimal): -1721173 or 11255013. OLE color: 11255013.

HSL color Cylindrical-coordinate representation of color #E5BCAB: hue angle of 17.59º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BCAB is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB229188171-
CMYK00.180.250.10
HSL17.59º52.73%78.43%-
HSV(B)17.59º25.33%89.8%-
XYZ57.6555.5646.21-
YUV198.32112.58149.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.95%
GREEN value IS 188 (73.83% from 255) = 31.97%
BLUE value IS 171 (67.19% from 255) = 29.08%
R=38.95%
G=31.97%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918817100.180.250.1017.5952.7378.43
HexE5BCAB01219A12354e
Octal34527425302231122265116
Binary111001011011110010101011010010110011010100101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BCAB; }

 p { color: rgb(229,188,171); }

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

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

 a { background-color: rgb(229,188,171); }

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

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

 span { border-color: rgb(229,188,171); }

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