#E5BDAC

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

Shades of Zinnwaldite #E5BDAC

Tints of Zinnwaldite #E5BDAC

Color information

#E5BDAC (or 0xE5BDAC) is unknown color: approx Zinnwaldite. HEX triplet: E5, BD and AC. RGB value is (229,189,172). Sum of RGB (Red+Green+Blue) = 229+189+172=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5BDAC is #1A4253. Grayscale: #C7C7C7. Windows color (decimal): -1720916 or 11320805. OLE color: 11320805.

HSL color Cylindrical-coordinate representation of color #E5BDAC: hue angle of 17.89º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5BDAC is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB229189172-
CMYK00.170.250.10
HSL17.89º52.29%78.63%-
HSV(B)17.89º24.89%89.8%-
XYZ57.9656.0346.79-
YUV199.02112.75149.38-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.81%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 172 (67.58% from 255) = 29.15%
R=38.81%
G=32.03%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918917200.170.250.1017.8952.2978.63
HexE5BDAC01119A12344f
Octal34527525402131122264117
Binary111001011011110110101100010001110011010100101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BDAC; }

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

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

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

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

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

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

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

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