#E9C4AF

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

Shades of Zinnwaldite #E9C4AF

Tints of Zinnwaldite #E9C4AF

Color information

#E9C4AF (or 0xE9C4AF) is unknown color: approx Zinnwaldite. HEX triplet: E9, C4 and AF. RGB value is (233,196,175). Sum of RGB (Red+Green+Blue) = 233+196+175=604 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.58% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9C4AF is #163B50. Grayscale: #CCCCCC. Windows color (decimal): -1456977 or 11519209. OLE color: 11519209.

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

Color convert

RGB233196175-
CMYK00.160.250.09
HSL21.72º56.86%80%-
HSV(B)21.72º24.89%91.37%-
XYZ61.0859.948.9-
YUV204.67111.26148.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.58%
GREEN value IS 196 (76.95% from 255) = 32.45%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=38.58%
G=32.45%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319617500.160.250.0921.7256.8680
HexE9C4AF010199163950
Octal35130425702031112671120
Binary111010011100010010101111010000110011001101101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C4AF; }

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

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

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

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

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

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

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

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