#E2EAA2

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

Shades of Tusk #E2EAA2

Tints of Tusk #E2EAA2

Color information

#E2EAA2 (or 0xE2EAA2) is unknown color: approx Tusk. HEX triplet: E2, EA and A2. RGB value is (226,234,162). Sum of RGB (Red+Green+Blue) = 226+234+162=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EAA2 is #1D155D. Grayscale: #DFDFDF. Windows color (decimal): -1906014 or 10676962. OLE color: 10676962.

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

Color convert

RGB226234162-
CMYK0.0300.310.08
HSL66.67º63.16%77.65%-
HSV(B)66.67º30.77%91.76%-
XYZ67.3177.6245.62-
YUV223.493.35129.85-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.33%
GREEN value IS 234 (91.80% from 255) = 37.62%
BLUE value IS 162 (63.67% from 255) = 26.05%
R=36.33%
G=37.62%
B=26.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262341620.0300.310.0866.6763.1677.65
HexE2EAA2301F8433f4e
Octal34235224230371010377116
Binary11100010111010101010001011011111100010000111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EAA2; }

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

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

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

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

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

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

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

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