#E0E5A2

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

Shades of Tusk #E0E5A2

Tints of Tusk #E0E5A2

Color information

#E0E5A2 (or 0xE0E5A2) is unknown color: approx Tusk. HEX triplet: E0, E5 and A2. RGB value is (224,229,162). Sum of RGB (Red+Green+Blue) = 224+229+162=615 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.42% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 162 (63.67% from 255 or 26.34% from 615); Max value from RGB is 229 - color contains mainly: green. Hex color #E0E5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E5A2 is #1F1A5D. Grayscale: #DCDCDC. Windows color (decimal): -2038366 or 10675680. OLE color: 10675680.

HSL color Cylindrical-coordinate representation of color #E0E5A2: hue angle of 64.48º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0E5A2 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB224229162-
CMYK0.0200.290.10
HSL64.48º56.3%76.67%-
HSV(B)64.48º29.26%89.8%-
XYZ65.2874.4945.12-
YUV219.8795.34130.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.42%
GREEN value IS 229 (89.84% from 255) = 37.24%
BLUE value IS 162 (63.67% from 255) = 26.34%
R=36.42%
G=37.24%
B=26.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242291620.0200.290.1064.4856.376.67
HexE0E5A2201DA40384d
Octal34034524220351210070115
Binary11100000111001011010001010011101101010000001110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E5A2; }

 p { color: rgb(224,229,162); }

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

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

 a { background-color: rgb(224,229,162); }

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

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

 span { border-color: rgb(224,229,162); }

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