#E9BDAF

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

Shades of Zinnwaldite #E9BDAF

Tints of Zinnwaldite #E9BDAF

Color information

#E9BDAF (or 0xE9BDAF) is unknown color: approx Zinnwaldite. HEX triplet: E9, BD and AF. RGB value is (233,189,175). Sum of RGB (Red+Green+Blue) = 233+189+175=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BDAF is #164250. Grayscale: #C8C8C8. Windows color (decimal): -1458769 or 11517417. OLE color: 11517417.

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

Color convert

RGB233189175-
CMYK00.190.250.09
HSL14.48º56.86%80%-
HSV(B)14.48º24.89%91.37%-
XYZ59.5456.8148.39-
YUV200.56113.58151.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.03%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=39.03%
G=31.66%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318917500.190.250.0914.4856.8680
HexE9BDAF013199e3950
Octal35127525702331111671120
Binary11101001101111011010111101001111001100111101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BDAF; }

 p { color: rgb(233,189,175); }

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

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

 a { background-color: rgb(233,189,175); }

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

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

 span { border-color: rgb(233,189,175); }

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