#E7BCA5

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

Shades of Zinnwaldite #E7BCA5

Tints of Zinnwaldite #E7BCA5

Color information

#E7BCA5 (or 0xE7BCA5) is unknown color: approx Zinnwaldite. HEX triplet: E7, BC and A5. RGB value is (231,188,165). Sum of RGB (Red+Green+Blue) = 231+188+165=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BCA5 is #18435A. Grayscale: #C6C6C6. Windows color (decimal): -1590107 or 10861799. OLE color: 10861799.

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

Color convert

RGB231188165-
CMYK00.190.290.09
HSL20.91º57.89%77.65%-
HSV(B)20.91º28.57%90.59%-
XYZ57.7355.6743.3-
YUV198.24109.25151.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.55%
GREEN value IS 188 (73.83% from 255) = 32.19%
BLUE value IS 165 (64.84% from 255) = 28.25%
R=39.55%
G=32.19%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118816500.190.290.0920.9157.8977.65
HexE7BCA50131D9153a4e
Octal34727424502335112572116
Binary111001111011110010100101010011111011001101011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCA5; }

 p { color: rgb(231,188,165); }

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

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

 a { background-color: rgb(231,188,165); }

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

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

 span { border-color: rgb(231,188,165); }

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