#E9BCAE

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

Shades of Zinnwaldite #E9BCAE

Tints of Zinnwaldite #E9BCAE

Color information

#E9BCAE (or 0xE9BCAE) is unknown color: approx Zinnwaldite. HEX triplet: E9, BC and AE. RGB value is (233,188,174). Sum of RGB (Red+Green+Blue) = 233+188+174=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BCAE is #164351. Grayscale: #C7C7C7. Windows color (decimal): -1459026 or 11451625. OLE color: 11451625.

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

Color convert

RGB233188174-
CMYK00.190.250.09
HSL14.24º57.28%79.8%-
HSV(B)14.24º25.32%91.37%-
XYZ59.2356.3547.8-
YUV199.86113.41151.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.16%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 174 (68.36% from 255) = 29.24%
R=39.16%
G=31.60%
B=29.24%

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
Decimal23318817400.190.250.0914.2457.2879.8
HexE9BCAE013199e3950
Octal35127425602331111671120
Binary11101001101111001010111001001111001100111101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BCAE; }

 p { color: rgb(233,188,174); }

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

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

 a { background-color: rgb(233,188,174); }

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

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

 span { border-color: rgb(233,188,174); }

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