#E1EDAE

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

Shades of Tusk #E1EDAE

Tints of Tusk #E1EDAE

Color information

#E1EDAE (or 0xE1EDAE) is unknown color: approx Tusk. HEX triplet: E1, ED and AE. RGB value is (225,237,174). Sum of RGB (Red+Green+Blue) = 225+237+174=636 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.38% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EDAE is #1E1251. Grayscale: #E2E2E2. Windows color (decimal): -1970770 or 11464161. OLE color: 11464161.

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

Color convert

RGB225237174-
CMYK0.0500.270.07
HSL71.43º63.64%80.59%-
HSV(B)71.43º26.58%92.94%-
XYZ68.9879.6351.78-
YUV226.2398.52127.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.38%
GREEN value IS 237 (92.97% from 255) = 37.26%
BLUE value IS 174 (68.36% from 255) = 27.36%
R=35.38%
G=37.26%
B=27.36%

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
Decimal2252371740.0500.270.0771.4363.6480.59
HexE1EDAE501B7474051
Octal34135525650337107100121
Binary111000011110110110101110101011011111100011110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDAE; }

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

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

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

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

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

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

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

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