#E2EDAE

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

Shades of Tusk #E2EDAE

Tints of Tusk #E2EDAE

Color information

#E2EDAE (or 0xE2EDAE) is unknown color: approx Tusk. HEX triplet: E2, ED and AE. RGB value is (226,237,174). Sum of RGB (Red+Green+Blue) = 226+237+174=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EDAE is #1D1251. Grayscale: #E2E2E2. Windows color (decimal): -1905234 or 11464162. OLE color: 11464162.

HSL color Cylindrical-coordinate representation of color #E2EDAE: hue angle of 70.48º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2EDAE is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB226237174-
CMYK0.0500.270.07
HSL70.48º63.64%80.59%-
HSV(B)70.48º26.58%92.94%-
XYZ69.2979.7951.79-
YUV226.5398.36127.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.48%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=35.48%
G=37.21%
B=27.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2262371740.0500.270.0770.4863.6480.59
HexE2EDAE501B7464051
Octal34235525650337106100121
Binary111000101110110110101110101011011111100011010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EDAE; }

 p { color: rgb(226,237,174); }

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

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

 a { background-color: rgb(226,237,174); }

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

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

 span { border-color: rgb(226,237,174); }

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