#E9BEAF

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

Shades of Zinnwaldite #E9BEAF

Tints of Zinnwaldite #E9BEAF

Color information

#E9BEAF (or 0xE9BEAF) is unknown color: approx Zinnwaldite. HEX triplet: E9, BE and AF. RGB value is (233,190,175). Sum of RGB (Red+Green+Blue) = 233+190+175=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BEAF is #164150. Grayscale: #C9C9C9. Windows color (decimal): -1458513 or 11517673. OLE color: 11517673.

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

Color convert

RGB233190175-
CMYK00.180.250.09
HSL15.52º56.86%80%-
HSV(B)15.52º24.89%91.37%-
XYZ59.7657.2548.46-
YUV201.15113.25150.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.96%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 175 (68.75% from 255) = 29.26%
R=38.96%
G=31.77%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319017500.180.250.0915.5256.8680
HexE9BEAF012199103950
Octal35127625702231112071120
Binary111010011011111010101111010010110011001100001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BEAF; }

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

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

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

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

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

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

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

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