#E7BEA6

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

Shades of Zinnwaldite #E7BEA6

Tints of Zinnwaldite #E7BEA6

Color information

#E7BEA6 (or 0xE7BEA6) is unknown color: approx Zinnwaldite. HEX triplet: E7, BE and A6. RGB value is (231,190,166). Sum of RGB (Red+Green+Blue) = 231+190+166=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BEA6 is #184159. Grayscale: #C7C7C7. Windows color (decimal): -1589594 or 10927847. OLE color: 10927847.

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

Color convert

RGB231190166-
CMYK00.180.280.09
HSL22.15º57.52%77.84%-
HSV(B)22.15º28.14%90.59%-
XYZ58.2556.5743.93-
YUV199.52109.08150.45-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.35%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 166 (65.23% from 255) = 28.28%
R=39.35%
G=32.37%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119016600.180.280.0922.1557.5277.84
HexE7BEA60121C9163a4e
Octal34727624602234112672116
Binary111001111011111010100110010010111001001101101110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BEA6; }

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

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

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

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

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

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

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

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