#E9BBAD

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

Shades of Zinnwaldite #E9BBAD

Tints of Zinnwaldite #E9BBAD

Color information

#E9BBAD (or 0xE9BBAD) is unknown color: approx Zinnwaldite. HEX triplet: E9, BB and AD. RGB value is (233,187,173). Sum of RGB (Red+Green+Blue) = 233+187+173=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BBAD is #164452. Grayscale: #C7C7C7. Windows color (decimal): -1459283 or 11385833. OLE color: 11385833.

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

Color convert

RGB233187173-
CMYK00.200.260.09
HSL14º57.69%79.61%-
HSV(B)14º25.75%91.37%-
XYZ58.9255.8847.22-
YUV199.16113.24152.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.29%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=39.29%
G=31.53%
B=29.17%

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
Decimal23318717300.200.260.091457.6979.61
HexE9BBAD0141A9e3a50
Octal35127325502432111672120
Binary11101001101110111010110101010011010100111101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BBAD; }

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

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

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

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

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

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

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

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