#E0E49F

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

Shades of Tusk #E0E49F

Tints of Tusk #E0E49F

Color information

#E0E49F (or 0xE0E49F) is unknown color: approx Tusk. HEX triplet: E0, E4 and 9F. RGB value is (224,228,159). Sum of RGB (Red+Green+Blue) = 224+228+159=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E49F is #1F1B60. Grayscale: #DBDBDB. Windows color (decimal): -2038625 or 10478816. OLE color: 10478816.

HSL color Cylindrical-coordinate representation of color #E0E49F: hue angle of 63.48º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0E49F is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB224228159-
CMYK0.0200.300.11
HSL63.48º56.1%75.88%-
HSV(B)63.48º30.26%89.41%-
XYZ64.7473.8443.64-
YUV218.9494.17131.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.66%
GREEN value IS 228 (89.45% from 255) = 37.32%
BLUE value IS 159 (62.5% from 255) = 26.02%
R=36.66%
G=37.32%
B=26.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242281590.0200.300.1163.4856.175.88
HexE0E49F201EB3f384c
Octal3403442372036137770114
Binary1110000011100100100111111001111010111111111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E49F; }

 p { color: rgb(224,228,159); }

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

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

 a { background-color: rgb(224,228,159); }

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

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

 span { border-color: rgb(224,228,159); }

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