#E5BBAB

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

Shades of Zinnwaldite #E5BBAB

Tints of Zinnwaldite #E5BBAB

Color information

#E5BBAB (or 0xE5BBAB) is unknown color: approx Zinnwaldite. HEX triplet: E5, BB and AB. RGB value is (229,187,171). Sum of RGB (Red+Green+Blue) = 229+187+171=587 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.01% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BBAB is #1A4454. Grayscale: #C5C5C5. Windows color (decimal): -1721429 or 11254757. OLE color: 11254757.

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

Color convert

RGB229187171-
CMYK00.180.250.10
HSL16.55º52.73%78.43%-
HSV(B)16.55º25.33%89.8%-
XYZ57.4355.1446.14-
YUV197.73112.91150.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.01%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 171 (67.19% from 255) = 29.13%
R=39.01%
G=31.86%
B=29.13%

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
Decimal22918717100.180.250.1016.5552.7378.43
HexE5BBAB01219A11354e
Octal34527325302231122165116
Binary111001011011101110101011010010110011010100011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BBAB; }

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

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

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

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

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

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

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

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