#E1E0AB

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

Shades of Tusk #E1E0AB

Tints of Tusk #E1E0AB

Color information

#E1E0AB (or 0xE1E0AB) is unknown color: approx Tusk. HEX triplet: E1, E0 and AB. RGB value is (225,224,171). Sum of RGB (Red+Green+Blue) = 225+224+171=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E0AB is #1E1F54. Grayscale: #DADADA. Windows color (decimal): -1974101 or 11264225. OLE color: 11264225.

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

Color convert

RGB225224171-
CMYK00.000.240.12
HSL58.89º47.37%77.65%-
HSV(B)58.89º24%88.24%-
XYZ65.0672.2649.05-
YUV218.26101.33132.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.29%
GREEN value IS 224 (87.89% from 255) = 36.13%
BLUE value IS 171 (67.19% from 255) = 27.58%
R=36.29%
G=36.13%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522417100.000.240.1258.8947.3777.65
HexE1E0AB0018C3b2f4e
Octal3413402530030147357116
Binary111000011110000010101011001100011001110111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E0AB; }

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

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

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

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

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

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

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

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