#E7BFB0

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

Shades of Zinnwaldite #E7BFB0

Tints of Zinnwaldite #E7BFB0

Color information

#E7BFB0 (or 0xE7BFB0) is unknown color: approx Zinnwaldite. HEX triplet: E7, BF and B0. RGB value is (231,191,176). Sum of RGB (Red+Green+Blue) = 231+191+176=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BFB0 is #18404F. Grayscale: #C9C9C9. Windows color (decimal): -1589328 or 11583463. OLE color: 11583463.

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

Color convert

RGB231191176-
CMYK00.170.240.09
HSL16.36º53.4%79.8%-
HSV(B)16.36º23.81%90.59%-
XYZ59.4257.3949.02-
YUV201.25113.75149.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.63%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 176 (69.14% from 255) = 29.43%
R=38.63%
G=31.94%
B=29.43%

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
Decimal23119117600.170.240.0916.3653.479.8
HexE7BFB0011189103550
Octal34727726002130112065120
Binary111001111011111110110000010001110001001100001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BFB0; }

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

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

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

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

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

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

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

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