#E5BBAC

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

Shades of Zinnwaldite #E5BBAC

Tints of Zinnwaldite #E5BBAC

Color information

#E5BBAC (or 0xE5BBAC) is unknown color: approx Zinnwaldite. HEX triplet: E5, BB and AC. RGB value is (229,187,172). Sum of RGB (Red+Green+Blue) = 229+187+172=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BBAC is #1A4453. Grayscale: #C5C5C5. Windows color (decimal): -1721428 or 11320293. OLE color: 11320293.

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

Color convert

RGB229187172-
CMYK00.180.250.10
HSL15.79º52.29%78.63%-
HSV(B)15.79º24.89%89.8%-
XYZ57.5355.1846.65-
YUV197.85113.41150.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.95%
GREEN value IS 187 (73.44% from 255) = 31.80%
BLUE value IS 172 (67.58% from 255) = 29.25%
R=38.95%
G=31.80%
B=29.25%

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
Decimal22918717200.180.250.1015.7952.2978.63
HexE5BBAC01219A10344f
Octal34527325402231122064117
Binary111001011011101110101100010010110011010100001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BBAC; }

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

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

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

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

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

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

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

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