#E1EDB5

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

Shades of Tusk #E1EDB5

Tints of Tusk #E1EDB5

Color information

#E1EDB5 (or 0xE1EDB5) is unknown color: approx Tusk. HEX triplet: E1, ED and B5. RGB value is (225,237,181). Sum of RGB (Red+Green+Blue) = 225+237+181=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDB5 is #1E124A. Grayscale: #E3E3E3. Windows color (decimal): -1970763 or 11922913. OLE color: 11922913.

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

Color convert

RGB225237181-
CMYK0.0500.240.07
HSL72.86º60.87%81.96%-
HSV(B)72.86º23.63%92.94%-
XYZ69.6879.9155.47-
YUV227.03102.02126.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.99%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 181 (71.09% from 255) = 28.15%
R=34.99%
G=36.86%
B=28.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2252371810.0500.240.0772.8660.8781.96
HexE1EDB550187493d52
Octal3413552655030711175122
Binary11100001111011011011010110101100011110010011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EDB5; }

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

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

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

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

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

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

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

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