#E7BEAC

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

Shades of Zinnwaldite #E7BEAC

Tints of Zinnwaldite #E7BEAC

Color information

#E7BEAC (or 0xE7BEAC) is unknown color: approx Zinnwaldite. HEX triplet: E7, BE and AC. RGB value is (231,190,172). Sum of RGB (Red+Green+Blue) = 231+190+172=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BEAC is #184153. Grayscale: #C8C8C8. Windows color (decimal): -1589588 or 11321063. OLE color: 11321063.

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

Color convert

RGB231190172-
CMYK00.180.260.09
HSL18.31º55.14%79.02%-
HSV(B)18.31º25.54%90.59%-
XYZ58.8156.7946.89-
YUV200.21112.08149.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.95%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=38.95%
G=32.04%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119017200.180.260.0918.3155.1479.02
HexE7BEAC0121A912374f
Octal34727625402232112267117
Binary111001111011111010101100010010110101001100101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BEAC; }

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

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

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

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

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

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

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

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