#E0E4A0

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

Shades of Tusk #E0E4A0

Tints of Tusk #E0E4A0

Color information

#E0E4A0 (or 0xE0E4A0) is unknown color: approx Tusk. HEX triplet: E0, E4 and A0. RGB value is (224,228,160). Sum of RGB (Red+Green+Blue) = 224+228+160=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 160 (62.89% from 255 or 26.14% from 612); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E4A0 is #1F1B5F. Grayscale: #DBDBDB. Windows color (decimal): -2038624 or 10544352. OLE color: 10544352.

HSL color Cylindrical-coordinate representation of color #E0E4A0: hue angle of 63.53º 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 #E0E4A0 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB224228160-
CMYK0.0200.300.11
HSL63.53º55.74%76.08%-
HSV(B)63.53º29.82%89.41%-
XYZ64.8373.8744.1-
YUV219.0594.67131.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 228 (89.45% from 255) = 37.25%
BLUE value IS 160 (62.89% from 255) = 26.14%
R=36.60%
G=37.25%
B=26.14%

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
Decimal2242281600.0200.300.1163.5355.7476.08
HexE0E4A0201EB40384c
Octal34034424020361310070114
Binary11100000111001001010000010011110101110000001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E4A0; }

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

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

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

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

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

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

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

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