#E7BEAA

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

Shades of Zinnwaldite #E7BEAA

Tints of Zinnwaldite #E7BEAA

Color information

#E7BEAA (or 0xE7BEAA) is unknown color: approx Zinnwaldite. HEX triplet: E7, BE and AA. RGB value is (231,190,170). Sum of RGB (Red+Green+Blue) = 231+190+170=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BEAA is #184155. Grayscale: #C8C8C8. Windows color (decimal): -1589590 or 11189991. OLE color: 11189991.

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

Color convert

RGB231190170-
CMYK00.180.260.09
HSL19.67º55.96%78.63%-
HSV(B)19.67º26.41%90.59%-
XYZ58.6256.7245.89-
YUV199.98111.08150.13-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 170 (66.80% from 255) = 28.76%
R=39.09%
G=32.15%
B=28.76%

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
Decimal23119017000.180.260.0919.6755.9678.63
HexE7BEAA0121A914384f
Octal34727625202232112470117
Binary111001111011111010101010010010110101001101001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BEAA; }

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

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

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

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

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

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

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

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