#E1DEAF

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

Shades of Tusk #E1DEAF

Tints of Tusk #E1DEAF

Color information

#E1DEAF (or 0xE1DEAF) is unknown color: approx Tusk. HEX triplet: E1, DE and AF. RGB value is (225,222,175). Sum of RGB (Red+Green+Blue) = 225+222+175=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DEAF is #1E2150. Grayscale: #D9D9D9. Windows color (decimal): -1974609 or 11525857. OLE color: 11525857.

HSL color Cylindrical-coordinate representation of color #E1DEAF: hue angle of 56.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1DEAF is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225222175-
CMYK00.010.220.12
HSL56.4º45.45%78.43%-
HSV(B)56.4º22.22%88.24%-
XYZ64.9171.3550.91-
YUV217.54103.99133.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.17%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 175 (68.75% from 255) = 28.14%
R=36.17%
G=35.69%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522217500.010.220.1256.445.4578.43
HexE1DEAF0116C382d4e
Octal3413362570126147055116
Binary111000011101111010101111011011011001110001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DEAF; }

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

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

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

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

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

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

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

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