#E8BDAA

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

Shades of Zinnwaldite #E8BDAA

Tints of Zinnwaldite #E8BDAA

Color information

#E8BDAA (or 0xE8BDAA) is unknown color: approx Zinnwaldite. HEX triplet: E8, BD and AA. RGB value is (232,189,170). Sum of RGB (Red+Green+Blue) = 232+189+170=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BDAA is #174255. Grayscale: #C7C7C7. Windows color (decimal): -1524310 or 11189736. OLE color: 11189736.

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

Color convert

RGB232189170-
CMYK00.190.270.09
HSL18.39º57.41%78.82%-
HSV(B)18.39º26.72%90.98%-
XYZ58.7356.4545.83-
YUV199.69111.25151.04-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.26%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 170 (66.80% from 255) = 28.76%
R=39.26%
G=31.98%
B=28.76%

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
Decimal23218917000.190.270.0918.3957.4178.82
HexE8BDAA0131B912394f
Octal35027525202333112271117
Binary111010001011110110101010010011110111001100101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BDAA; }

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

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

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

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

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

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

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

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