#E0EEAA

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

Shades of Tusk #E0EEAA

Tints of Tusk #E0EEAA

Color information

#E0EEAA (or 0xE0EEAA) is unknown color: approx Tusk. HEX triplet: E0, EE and AA. RGB value is (224,238,170). Sum of RGB (Red+Green+Blue) = 224+238+170=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EEAA is #1F1155. Grayscale: #E2E2E2. Windows color (decimal): -2036054 or 11202272. OLE color: 11202272.

HSL color Cylindrical-coordinate representation of color #E0EEAA: hue angle of 72.35º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0EEAA is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB224238170-
CMYK0.0600.290.07
HSL72.35º66.67%80%-
HSV(B)72.35º28.57%93.33%-
XYZ68.5779.949.84-
YUV226.0696.36126.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.44%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 170 (66.80% from 255) = 26.90%
R=35.44%
G=37.66%
B=26.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2242381700.0600.290.0772.3566.6780
HexE0EEAA601D7484350
Octal34035625260357110103120
Binary111000001110111010101010110011101111100100010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EEAA; }

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

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

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

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

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

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

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

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