#E8BCA9

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

Shades of Zinnwaldite #E8BCA9

Tints of Zinnwaldite #E8BCA9

Color information

#E8BCA9 (or 0xE8BCA9) is unknown color: approx Zinnwaldite. HEX triplet: E8, BC and A9. RGB value is (232,188,169). Sum of RGB (Red+Green+Blue) = 232+188+169=589 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.39% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BCA9 is #174356. Grayscale: #C7C7C7. Windows color (decimal): -1524567 or 11123944. OLE color: 11123944.

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

Color convert

RGB232188169-
CMYK00.190.270.09
HSL18.1º57.8%78.63%-
HSV(B)18.1º27.16%90.98%-
XYZ58.4255.9945.26-
YUV198.99111.08151.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.39%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 169 (66.41% from 255) = 28.69%
R=39.39%
G=31.92%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218816900.190.270.0918.157.878.63
HexE8BCA90131B9123a4f
Octal35027425102333112272117
Binary111010001011110010101001010011110111001100101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BCA9; }

 p { color: rgb(232,188,169); }

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

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

 a { background-color: rgb(232,188,169); }

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

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

 span { border-color: rgb(232,188,169); }

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