#E7C2AE

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

Shades of Zinnwaldite #E7C2AE

Tints of Zinnwaldite #E7C2AE

Color information

#E7C2AE (or 0xE7C2AE) is unknown color: approx Zinnwaldite. HEX triplet: E7, C2 and AE. RGB value is (231,194,174). Sum of RGB (Red+Green+Blue) = 231+194+174=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C2AE is #183D51. Grayscale: #CACACA. Windows color (decimal): -1588562 or 11453159. OLE color: 11453159.

HSL color Cylindrical-coordinate representation of color #E7C2AE: hue angle of 21.05º 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 #E7C2AE is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB231194174-
CMYK00.160.250.09
HSL21.05º54.29%79.41%-
HSV(B)21.05º24.68%90.59%-
XYZ59.8958.6348.2-
YUV202.78111.76148.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.56%
GREEN value IS 194 (76.17% from 255) = 32.39%
BLUE value IS 174 (68.36% from 255) = 29.05%
R=38.56%
G=32.39%
B=29.05%

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
Decimal23119417400.160.250.0921.0554.2979.41
HexE7C2AE01019915364f
Octal34730225602031112566117
Binary111001111100001010101110010000110011001101011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C2AE; }

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

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

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

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

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

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

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

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