#E9C4AD

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

Shades of Zinnwaldite #E9C4AD

Tints of Zinnwaldite #E9C4AD

Color information

#E9C4AD (or 0xE9C4AD) is unknown color: approx Zinnwaldite. HEX triplet: E9, C4 and AD. RGB value is (233,196,173). Sum of RGB (Red+Green+Blue) = 233+196+173=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C4AD is #163B52. Grayscale: #CCCCCC. Windows color (decimal): -1456979 or 11388137. OLE color: 11388137.

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

Color convert

RGB233196173-
CMYK00.160.260.09
HSL23º57.69%79.61%-
HSV(B)23º25.75%91.37%-
XYZ60.8959.8247.87-
YUV204.44110.26148.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.70%
GREEN value IS 196 (76.95% from 255) = 32.56%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=38.70%
G=32.56%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319617300.160.260.092357.6979.61
HexE9C4AD0101A9173a50
Octal35130425502032112772120
Binary111010011100010010101101010000110101001101111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C4AD; }

 p { color: rgb(233,196,173); }

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

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

 a { background-color: rgb(233,196,173); }

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

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

 span { border-color: rgb(233,196,173); }

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