#E7BFA9

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

Shades of Zinnwaldite #E7BFA9

Tints of Zinnwaldite #E7BFA9

Color information

#E7BFA9 (or 0xE7BFA9) is unknown color: approx Zinnwaldite. HEX triplet: E7, BF and A9. RGB value is (231,191,169). Sum of RGB (Red+Green+Blue) = 231+191+169=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BFA9 is #184056. Grayscale: #C8C8C8. Windows color (decimal): -1589335 or 11124711. OLE color: 11124711.

HSL color Cylindrical-coordinate representation of color #E7BFA9: hue angle of 21.29º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7BFA9 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB231191169-
CMYK00.170.270.09
HSL21.29º56.36%78.43%-
HSV(B)21.29º26.84%90.59%-
XYZ58.7557.1245.46-
YUV200.45110.25149.79-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 169 (66.41% from 255) = 28.60%
R=39.09%
G=32.32%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119116900.170.270.0921.2956.3678.43
HexE7BFA90111B915384e
Octal34727725102133112570116
Binary111001111011111110101001010001110111001101011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFA9; }

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

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

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

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

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

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

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

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