#E9BBA9

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

Shades of Zinnwaldite #E9BBA9

Tints of Zinnwaldite #E9BBA9

Color information

#E9BBA9 (or 0xE9BBA9) is unknown color: approx Zinnwaldite. HEX triplet: E9, BB and A9. RGB value is (233,187,169). Sum of RGB (Red+Green+Blue) = 233+187+169=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BBA9 is #164456. Grayscale: #C6C6C6. Windows color (decimal): -1459287 or 11123689. OLE color: 11123689.

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

Color convert

RGB233187169-
CMYK00.200.270.09
HSL16.88º59.26%78.82%-
HSV(B)16.88º27.47%91.37%-
XYZ58.5455.7345.21-
YUV198.7111.24152.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.56%
GREEN value IS 187 (73.44% from 255) = 31.75%
BLUE value IS 169 (66.41% from 255) = 28.69%
R=39.56%
G=31.75%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318716900.200.270.0916.8859.2678.82
HexE9BBA90141B9113b4f
Octal35127325102433112173117
Binary111010011011101110101001010100110111001100011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBA9; }

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

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

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

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

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

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

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

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