#E1E0AF

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

Shades of Tusk #E1E0AF

Tints of Tusk #E1E0AF

Color information

#E1E0AF (or 0xE1E0AF) is unknown color: approx Tusk. HEX triplet: E1, E0 and AF. RGB value is (225,224,175). Sum of RGB (Red+Green+Blue) = 225+224+175=624 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.06% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E0AF is #1E1F50. Grayscale: #DADADA. Windows color (decimal): -1974097 or 11526369. OLE color: 11526369.

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

Color convert

RGB225224175-
CMYK00.000.220.12
HSL58.8º45.45%78.43%-
HSV(B)58.8º22.22%88.24%-
XYZ65.4472.4151.09-
YUV218.71103.33132.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.06%
GREEN value IS 224 (87.89% from 255) = 35.90%
BLUE value IS 175 (68.75% from 255) = 28.04%
R=36.06%
G=35.90%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522417500.000.220.1258.845.4578.43
HexE1E0AF0016C3b2d4e
Octal3413402570026147355116
Binary111000011110000010101111001011011001110111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E0AF; }

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

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

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

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

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

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

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

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