#E7BCAB

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

Shades of Zinnwaldite #E7BCAB

Tints of Zinnwaldite #E7BCAB

Color information

#E7BCAB (or 0xE7BCAB) is unknown color: approx Zinnwaldite. HEX triplet: E7, BC and AB. RGB value is (231,188,171). Sum of RGB (Red+Green+Blue) = 231+188+171=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BCAB is #184354. Grayscale: #C7C7C7. Windows color (decimal): -1590101 or 11255015. OLE color: 11255015.

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

Color convert

RGB231188171-
CMYK00.190.260.09
HSL17º55.56%78.82%-
HSV(B)17º25.97%90.59%-
XYZ58.2955.946.24-
YUV198.92112.25150.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.15%
GREEN value IS 188 (73.83% from 255) = 31.86%
BLUE value IS 171 (67.19% from 255) = 28.98%
R=39.15%
G=31.86%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118817100.190.260.091755.5678.82
HexE7BCAB0131A911384f
Octal34727425302332112170117
Binary111001111011110010101011010011110101001100011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BCAB; }

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

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

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

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

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

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

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

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