#E8BDAC

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

Shades of Zinnwaldite #E8BDAC

Tints of Zinnwaldite #E8BDAC

Color information

#E8BDAC (or 0xE8BDAC) is unknown color: approx Zinnwaldite. HEX triplet: E8, BD and AC. RGB value is (232,189,172). Sum of RGB (Red+Green+Blue) = 232+189+172=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BDAC is #174253. Grayscale: #C8C8C8. Windows color (decimal): -1524308 or 11320808. OLE color: 11320808.

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

Color convert

RGB232189172-
CMYK00.190.260.09
HSL17º56.6%79.22%-
HSV(B)17º25.86%90.98%-
XYZ58.9256.5346.84-
YUV199.92112.25150.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.12%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=39.12%
G=31.87%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218917200.190.260.091756.679.22
HexE8BDAC0131A911394f
Octal35027525402332112171117
Binary111010001011110110101100010011110101001100011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDAC; }

 p { color: rgb(232,189,172); }

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

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

 a { background-color: rgb(232,189,172); }

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

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

 span { border-color: rgb(232,189,172); }

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