#E8C1AB

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

Shades of Zinnwaldite #E8C1AB

Tints of Zinnwaldite #E8C1AB

Color information

#E8C1AB (or 0xE8C1AB) is unknown color: approx Zinnwaldite. HEX triplet: E8, C1 and AB. RGB value is (232,193,171). Sum of RGB (Red+Green+Blue) = 232+193+171=596 (78% of max value = 765). Red value is 232 (91.02% from 255 or 38.93% from 596); Green value is 193 (75.78% from 255 or 32.38% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C1AB is #173E54. Grayscale: #CACACA. Windows color (decimal): -1523285 or 11256296. OLE color: 11256296.

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

Color convert

RGB232193171-
CMYK00.170.260.09
HSL21.64º57.01%79.02%-
HSV(B)21.64º26.29%90.98%-
XYZ59.758.2446.62-
YUV202.15110.42149.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.93%
GREEN value IS 193 (75.78% from 255) = 32.38%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=38.93%
G=32.38%
B=28.69%

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
Decimal23219317100.170.260.0921.6457.0179.02
HexE8C1AB0111A916394f
Octal35030125302132112671117
Binary111010001100000110101011010001110101001101101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C1AB; }

 p { color: rgb(232,193,171); }

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

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

 a { background-color: rgb(232,193,171); }

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

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

 span { border-color: rgb(232,193,171); }

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