#E0E0AA

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

Shades of Tusk #E0E0AA

Tints of Tusk #E0E0AA

Color information

#E0E0AA (or 0xE0E0AA) is unknown color: approx Tusk. HEX triplet: E0, E0 and AA. RGB value is (224,224,170). Sum of RGB (Red+Green+Blue) = 224+224+170=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E0AA is #1F1F55. Grayscale: #DADADA. Windows color (decimal): -2039638 or 11198688. OLE color: 11198688.

HSL color Cylindrical-coordinate representation of color #E0E0AA: hue angle of 60º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0E0AA is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB224224170-
CMYK000.240.12
HSL60º46.55%77.25%-
HSV(B)60º24.11%87.84%-
XYZ64.6572.0648.53-
YUV217.84101132.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.25%
GREEN value IS 224 (87.89% from 255) = 36.25%
BLUE value IS 170 (66.80% from 255) = 27.51%
R=36.25%
G=36.25%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224224170000.240.126046.5577.25
HexE0E0AA0018C3c2f4d
Octal3403402520030147457115
Binary111000001110000010101010001100011001111001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E0AA; }

 p { color: rgb(224,224,170); }

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

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

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

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

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

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

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