#E1E0A6

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

Shades of Tusk #E1E0A6

Tints of Tusk #E1E0A6

Color information

#E1E0A6 (or 0xE1E0A6) is unknown color: approx Tusk. HEX triplet: E1, E0 and A6. RGB value is (225,224,166). Sum of RGB (Red+Green+Blue) = 225+224+166=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 166 (65.23% from 255 or 26.99% from 615); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E0A6 is #1E1F59. Grayscale: #D9D9D9. Windows color (decimal): -1974106 or 10936545. OLE color: 10936545.

HSL color Cylindrical-coordinate representation of color #E1E0A6: hue angle of 58.98º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E1E0A6 is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB225224166-
CMYK00.000.260.12
HSL58.98º49.58%76.67%-
HSV(B)58.98º26.22%88.24%-
XYZ64.5972.0746.58-
YUV217.6998.83133.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.59%
GREEN value IS 224 (87.89% from 255) = 36.42%
BLUE value IS 166 (65.23% from 255) = 26.99%
R=36.59%
G=36.42%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522416600.000.260.1258.9849.5876.67
HexE1E0A6001AC3b324d
Octal3413402460032147362115
Binary111000011110000010100110001101011001110111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E0A6; }

 p { color: rgb(225,224,166); }

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

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

 a { background-color: rgb(225,224,166); }

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

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

 span { border-color: rgb(225,224,166); }

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