#E1E8AD

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

Shades of Tusk #E1E8AD

Tints of Tusk #E1E8AD

Color information

#E1E8AD (or 0xE1E8AD) is unknown color: approx Tusk. HEX triplet: E1, E8 and AD. RGB value is (225,232,173). Sum of RGB (Red+Green+Blue) = 225+232+173=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #E1E8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E8AD is #1E1752. Grayscale: #DFDFDF. Windows color (decimal): -1972051 or 11397345. OLE color: 11397345.

HSL color Cylindrical-coordinate representation of color #E1E8AD: hue angle of 67.12º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1E8AD is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB225232173-
CMYK0.0300.250.09
HSL67.12º56.19%79.41%-
HSV(B)67.12º25.43%90.98%-
XYZ67.4576.7450.79-
YUV223.1899.68129.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.71%
GREEN value IS 232 (91.02% from 255) = 36.83%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=35.71%
G=36.83%
B=27.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2252321730.0300.250.0967.1256.1979.41
HexE1E8AD3019943384f
Octal34135025530311110370117
Binary11100001111010001010110111011001100110000111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E8AD; }

 p { color: rgb(225,232,173); }

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

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

 a { background-color: rgb(225,232,173); }

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

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

 span { border-color: rgb(225,232,173); }

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