#E7C1AA

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

Shades of Zinnwaldite #E7C1AA

Tints of Zinnwaldite #E7C1AA

Color information

#E7C1AA (or 0xE7C1AA) is unknown color: approx Zinnwaldite. HEX triplet: E7, C1 and AA. RGB value is (231,193,170). Sum of RGB (Red+Green+Blue) = 231+193+170=594 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.89% from 594); Green value is 193 (75.78% from 255 or 32.49% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C1AA is #183E55. Grayscale: #C9C9C9. Windows color (decimal): -1588822 or 11190759. OLE color: 11190759.

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

Color convert

RGB231193170-
CMYK00.160.260.09
HSL22.62º55.96%78.63%-
HSV(B)22.62º26.41%90.59%-
XYZ59.2858.0346.11-
YUV201.74110.09148.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.89%
GREEN value IS 193 (75.78% from 255) = 32.49%
BLUE value IS 170 (66.80% from 255) = 28.62%
R=38.89%
G=32.49%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23119317000.160.260.0922.6255.9678.63
HexE7C1AA0101A917384f
Octal34730125202032112770117
Binary111001111100000110101010010000110101001101111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C1AA; }

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

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

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

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

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

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

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

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