#e2eaa5

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

Shades of Tusk #E2EAA5

Tints of Tusk #E2EAA5

Color information

#E2EAA5 (or 0xE2EAA5) is unknown color: approx Tusk. HEX triplet: E2, EA and A5. RGB value is (226,234,165). Sum of RGB (Red+Green+Blue) = 226+234+165=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 165 (64.84% from 255 or 26.4% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EAA5 is #1D155A. Grayscale: #E0E0E0. Windows color (decimal): -1906011 or 10873570. OLE color: 10873570.

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

Color convert

RGB226234165-
CMYK0.0300.290.08
HSL66.96º62.16%78.24%-
HSV(B)66.96º29.49%91.76%-
XYZ67.5877.7347.04-
YUV223.7494.85129.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.16%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 165 (64.84% from 255) = 26.4%
R=36.16%
G=37.44%
B=26.4%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2262341650.0300.290.0866.9662.1678.24
HexE2EAA5301D8433e4e
Octal34235224530351010376116
Binary11100010111010101010010111011101100010000111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2eaa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2eaa5; }

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

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

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

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

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

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

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

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