#E7C0AB

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

Shades of Zinnwaldite #E7C0AB

Tints of Zinnwaldite #E7C0AB

Color information

#E7C0AB (or 0xE7C0AB) is unknown color: approx Zinnwaldite. HEX triplet: E7, C0 and AB. RGB value is (231,192,171). Sum of RGB (Red+Green+Blue) = 231+192+171=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C0AB is #183F54. Grayscale: #C9C9C9. Windows color (decimal): -1589077 or 11256039. OLE color: 11256039.

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

Color convert

RGB231192171-
CMYK00.170.260.09
HSL21º55.56%78.82%-
HSV(B)21º25.97%90.59%-
XYZ59.1657.6346.53-
YUV201.27110.92149.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.89%
GREEN value IS 192 (75.39% from 255) = 32.32%
BLUE value IS 171 (67.19% from 255) = 28.79%
R=38.89%
G=32.32%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119217100.170.260.092155.5678.82
HexE7C0AB0111A915384f
Octal34730025302132112570117
Binary111001111100000010101011010001110101001101011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C0AB; }

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

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

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

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

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

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

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

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