#E7BFAF

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

Shades of Zinnwaldite #E7BFAF

Tints of Zinnwaldite #E7BFAF

Color information

#E7BFAF (or 0xE7BFAF) is unknown color: approx Zinnwaldite. HEX triplet: E7, BF and AF. RGB value is (231,191,175). Sum of RGB (Red+Green+Blue) = 231+191+175=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BFAF is #184050. Grayscale: #C9C9C9. Windows color (decimal): -1589329 or 11517927. OLE color: 11517927.

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

Color convert

RGB231191175-
CMYK00.170.240.09
HSL17.14º53.85%79.61%-
HSV(B)17.14º24.24%90.59%-
XYZ59.3257.3548.5-
YUV201.14113.25149.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.69%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 175 (68.75% from 255) = 29.31%
R=38.69%
G=31.99%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119117500.170.240.0917.1453.8579.61
HexE7BFAF011189113650
Octal34727725702130112166120
Binary111001111011111110101111010001110001001100011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFAF; }

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

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

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

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

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

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

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

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