#E2EEAA

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

Shades of Tusk #E2EEAA

Tints of Tusk #E2EEAA

Color information

#E2EEAA (or 0xE2EEAA) is unknown color: approx Tusk. HEX triplet: E2, EE and AA. RGB value is (226,238,170). Sum of RGB (Red+Green+Blue) = 226+238+170=634 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.65% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EEAA is #1D1155. Grayscale: #E2E2E2. Windows color (decimal): -1904982 or 11202274. OLE color: 11202274.

HSL color Cylindrical-coordinate representation of color #E2EEAA: hue angle of 70.59º 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 #E2EEAA is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB226238170-
CMYK0.0500.290.07
HSL70.59º66.67%80%-
HSV(B)70.59º28.57%93.33%-
XYZ69.1980.2249.87-
YUV226.6696.02127.53-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.65%
GREEN value IS 238 (93.36% from 255) = 37.54%
BLUE value IS 170 (66.80% from 255) = 26.81%
R=35.65%
G=37.54%
B=26.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262381700.0500.290.0770.5966.6780
HexE2EEAA501D7474350
Octal34235625250357107103120
Binary111000101110111010101010101011101111100011110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EEAA; }

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

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

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

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

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

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

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

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