#E7BEB1

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

Shades of Zinnwaldite #E7BEB1

Tints of Zinnwaldite #E7BEB1

Color information

#E7BEB1 (or 0xE7BEB1) is unknown color: approx Zinnwaldite. HEX triplet: E7, BE and B1. RGB value is (231,190,177). Sum of RGB (Red+Green+Blue) = 231+190+177=598 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.63% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BEB1 is #18414E. Grayscale: #C8C8C8. Windows color (decimal): -1589583 or 11648743. OLE color: 11648743.

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

Color convert

RGB231190177-
CMYK00.180.230.09
HSL14.44º52.94%80%-
HSV(B)14.44º23.38%90.59%-
XYZ59.356.9949.47-
YUV200.78114.58149.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.63%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 177 (69.53% from 255) = 29.60%
R=38.63%
G=31.77%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119017700.180.230.0914.4452.9480
HexE7BEB1012179e3550
Octal34727626102227111665120
Binary11100111101111101011000101001010111100111101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BEB1; }

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

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

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

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

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

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

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

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