#E9BBA7

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

Shades of Zinnwaldite #E9BBA7

Tints of Zinnwaldite #E9BBA7

Color information

#E9BBA7 (or 0xE9BBA7) is unknown color: approx Zinnwaldite. HEX triplet: E9, BB and A7. RGB value is (233,187,167). Sum of RGB (Red+Green+Blue) = 233+187+167=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 167 (65.62% from 255 or 28.45% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BBA7 is #164458. Grayscale: #C6C6C6. Windows color (decimal): -1459289 or 10992617. OLE color: 10992617.

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

Color convert

RGB233187167-
CMYK00.200.280.09
HSL18.18º60%78.43%-
HSV(B)18.18º28.33%91.37%-
XYZ58.3555.6544.23-
YUV198.47110.24152.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.69%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 167 (65.62% from 255) = 28.45%
R=39.69%
G=31.86%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318716700.200.280.0918.186078.43
HexE9BBA70141C9123c4e
Octal35127324702434112274116
Binary111010011011101110100111010100111001001100101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBA7; }

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

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

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

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

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

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

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

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