#E9C7B4

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

Shades of Zinnwaldite #E9C7B4

Tints of Zinnwaldite #E9C7B4

Color information

#E9C7B4 (or 0xE9C7B4) is unknown color: approx Zinnwaldite. HEX triplet: E9, C7 and B4. RGB value is (233,199,180). Sum of RGB (Red+Green+Blue) = 233+199+180=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 180 (70.70% from 255 or 29.41% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C7B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C7B4 is #16384B. Grayscale: #CFCFCF. Windows color (decimal): -1456204 or 11847657. OLE color: 11847657.

HSL color Cylindrical-coordinate representation of color #E9C7B4: hue angle of 21.51º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E9C7B4 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.09.

Color convert

RGB233199180-
CMYK00.150.230.09
HSL21.51º54.64%80.98%-
HSV(B)21.51º22.75%91.37%-
XYZ62.2761.4751.76-
YUV207112.76146.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.07%
GREEN value IS 199 (78.12% from 255) = 32.52%
BLUE value IS 180 (70.70% from 255) = 29.41%
R=38.07%
G=32.52%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23319918000.150.230.0921.5154.6480.98
HexE9C7B40F179163751
Octal35130726401727112667121
Binary11101001110001111011010001111101111001101101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9C7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9C7B4; }

 p { color: rgb(233,199,180); }

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

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

 a { background-color: rgb(233,199,180); }

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

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

 span { border-color: rgb(233,199,180); }

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