#e2eaaa

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

Shades of Tusk #E2EAAA

Tints of Tusk #E2EAAA

Color information

#E2EAAA (or 0xE2EAAA) is unknown color: approx Tusk. HEX triplet: E2, EA and AA. RGB value is (226,234,170). Sum of RGB (Red+Green+Blue) = 226+234+170=630 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.87% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EAAA is #1D1555. Grayscale: #E0E0E0. Windows color (decimal): -1906006 or 11201250. OLE color: 11201250.

HSL color Cylindrical-coordinate representation of color #E2EAAA: hue angle of 67.5º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2EAAA is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB226234170-
CMYK0.0300.270.08
HSL67.5º60.38%79.22%-
HSV(B)67.5º27.35%91.76%-
XYZ68.0477.9249.48-
YUV224.3197.35129.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.87%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 170 (66.80% from 255) = 26.98%
R=35.87%
G=37.14%
B=26.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262341700.0300.270.0867.560.3879.22
HexE2EAAA301B8443c4f
Octal34235225230331010474117
Binary11100010111010101010101011011011100010001001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2eaaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2eaaa; }

 p { color: rgb(226,234,170); }

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

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

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

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

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

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

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