#E7C3AF

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

Shades of Zinnwaldite #E7C3AF

Tints of Zinnwaldite #E7C3AF

Color information

#E7C3AF (or 0xE7C3AF) is unknown color: approx Zinnwaldite. HEX triplet: E7, C3 and AF. RGB value is (231,195,175). Sum of RGB (Red+Green+Blue) = 231+195+175=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 195 (76.56% from 255 or 32.45% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C3AF is #183C50. Grayscale: #CBCBCB. Windows color (decimal): -1588305 or 11518951. OLE color: 11518951.

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

Color convert

RGB231195175-
CMYK00.160.240.09
HSL21.43º53.85%79.61%-
HSV(B)21.43º24.24%90.59%-
XYZ60.2159.1148.79-
YUV203.48111.93147.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.44%
GREEN value IS 195 (76.56% from 255) = 32.45%
BLUE value IS 175 (68.75% from 255) = 29.12%
R=38.44%
G=32.45%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119517500.160.240.0921.4353.8579.61
HexE7C3AF010189153650
Octal34730325702030112566120
Binary111001111100001110101111010000110001001101011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C3AF; }

 p { color: rgb(231,195,175); }

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

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

 a { background-color: rgb(231,195,175); }

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

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

 span { border-color: rgb(231,195,175); }

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