#E1EDAF

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

Shades of Tusk #E1EDAF

Tints of Tusk #E1EDAF

Color information

#E1EDAF (or 0xE1EDAF) is unknown color: approx Tusk. HEX triplet: E1, ED and AF. RGB value is (225,237,175). Sum of RGB (Red+Green+Blue) = 225+237+175=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EDAF is #1E1250. Grayscale: #E2E2E2. Windows color (decimal): -1970769 or 11529697. OLE color: 11529697.

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

Color convert

RGB225237175-
CMYK0.0500.260.07
HSL71.61º63.27%80.78%-
HSV(B)71.61º26.16%92.94%-
XYZ69.0779.6752.29-
YUV226.3499.02127.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.32%
GREEN value IS 237 (92.97% from 255) = 37.21%
BLUE value IS 175 (68.75% from 255) = 27.47%
R=35.32%
G=37.21%
B=27.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252371750.0500.260.0771.6163.2780.78
HexE1EDAF501A7483f51
Octal3413552575032711077121
Binary11100001111011011010111110101101011110010001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDAF; }

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

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

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

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

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

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

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

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