#E7BEB0

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

Shades of Zinnwaldite #E7BEB0

Tints of Zinnwaldite #E7BEB0

Color information

#E7BEB0 (or 0xE7BEB0) is unknown color: approx Zinnwaldite. HEX triplet: E7, BE and B0. RGB value is (231,190,176). Sum of RGB (Red+Green+Blue) = 231+190+176=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BEB0 is #18414F. Grayscale: #C8C8C8. Windows color (decimal): -1589584 or 11583207. OLE color: 11583207.

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

Color convert

RGB231190176-
CMYK00.180.240.09
HSL15.27º53.4%79.8%-
HSV(B)15.27º23.81%90.59%-
XYZ59.256.9548.95-
YUV200.66114.08149.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.69%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 176 (69.14% from 255) = 29.48%
R=38.69%
G=31.83%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119017600.180.240.0915.2753.479.8
HexE7BEB0012189f3550
Octal34727626002230111765120
Binary11100111101111101011000001001011000100111111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BEB0; }

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

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

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

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

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

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

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

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