#E9BBAC

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

Shades of Zinnwaldite #E9BBAC

Tints of Zinnwaldite #E9BBAC

Color information

#E9BBAC (or 0xE9BBAC) is unknown color: approx Zinnwaldite. HEX triplet: E9, BB and AC. RGB value is (233,187,172). Sum of RGB (Red+Green+Blue) = 233+187+172=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BBAC is #164453. Grayscale: #C7C7C7. Windows color (decimal): -1459284 or 11320297. OLE color: 11320297.

HSL color Cylindrical-coordinate representation of color #E9BBAC: hue angle of 14.75º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9BBAC is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB233187172-
CMYK00.200.260.09
HSL14.75º58.1%79.41%-
HSV(B)14.75º26.18%91.37%-
XYZ58.8255.8446.71-
YUV199.04112.74152.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.36%
GREEN value IS 187 (73.44% from 255) = 31.59%
BLUE value IS 172 (67.58% from 255) = 29.05%
R=39.36%
G=31.59%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318717200.200.260.0914.7558.179.41
HexE9BBAC0141A9f3a4f
Octal35127325402432111772117
Binary11101001101110111010110001010011010100111111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBAC; }

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

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

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

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

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

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

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

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