#E9BFA9

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

Shades of Zinnwaldite #E9BFA9

Tints of Zinnwaldite #E9BFA9

Color information

#E9BFA9 (or 0xE9BFA9) is unknown color: approx Zinnwaldite. HEX triplet: E9, BF and A9. RGB value is (233,191,169). Sum of RGB (Red+Green+Blue) = 233+191+169=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 169 (66.41% from 255 or 28.50% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BFA9 is #164056. Grayscale: #C9C9C9. Windows color (decimal): -1458263 or 11124713. OLE color: 11124713.

HSL color Cylindrical-coordinate representation of color #E9BFA9: hue angle of 20.63º 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 #E9BFA9 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB233191169-
CMYK00.180.270.09
HSL20.63º59.26%78.82%-
HSV(B)20.63º27.47%91.37%-
XYZ59.457.4545.49-
YUV201.05109.91150.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.29%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 169 (66.41% from 255) = 28.50%
R=39.29%
G=32.21%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319116900.180.270.0920.6359.2678.82
HexE9BFA90121B9153b4f
Octal35127725102233112573117
Binary111010011011111110101001010010110111001101011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BFA9; }

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

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

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

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

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

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

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

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