#E1E0AD

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

Shades of Tusk #E1E0AD

Tints of Tusk #E1E0AD

Color information

#E1E0AD (or 0xE1E0AD) is unknown color: approx Tusk. HEX triplet: E1, E0 and AD. RGB value is (225,224,173). Sum of RGB (Red+Green+Blue) = 225+224+173=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E0AD is #1E1F52. Grayscale: #DADADA. Windows color (decimal): -1974099 or 11395297. OLE color: 11395297.

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

Color convert

RGB225224173-
CMYK00.000.230.12
HSL58.85º46.43%78.04%-
HSV(B)58.85º23.11%88.24%-
XYZ65.2572.3450.06-
YUV218.48102.33132.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.17%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 173 (67.97% from 255) = 27.81%
R=36.17%
G=36.01%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522417300.000.230.1258.8546.4378.04
HexE1E0AD0017C3b2e4e
Octal3413402550027147356116
Binary111000011110000010101101001011111001110111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E0AD; }

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

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

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

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

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

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

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

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