#E7C4AE

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

Shades of Zinnwaldite #E7C4AE

Tints of Zinnwaldite #E7C4AE

Color information

#E7C4AE (or 0xE7C4AE) is unknown color: approx Zinnwaldite. HEX triplet: E7, C4 and AE. RGB value is (231,196,174). Sum of RGB (Red+Green+Blue) = 231+196+174=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C4AE is #183B51. Grayscale: #CCCCCC. Windows color (decimal): -1588050 or 11453671. OLE color: 11453671.

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

Color convert

RGB231196174-
CMYK00.150.250.09
HSL23.16º54.29%79.41%-
HSV(B)23.16º24.68%90.59%-
XYZ60.3359.5248.35-
YUV203.96111.1147.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.44%
GREEN value IS 196 (76.95% from 255) = 32.61%
BLUE value IS 174 (68.36% from 255) = 28.95%
R=38.44%
G=32.61%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119617400.150.250.0923.1654.2979.41
HexE7C4AE0F19917364f
Octal34730425601731112766117
Binary11100111110001001010111001111110011001101111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C4AE; }

 p { color: rgb(231,196,174); }

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

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

 a { background-color: rgb(231,196,174); }

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

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

 span { border-color: rgb(231,196,174); }

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