#E1DFAF

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

Shades of Tusk #E1DFAF

Tints of Tusk #E1DFAF

Color information

#E1DFAF (or 0xE1DFAF) is unknown color: approx Tusk. HEX triplet: E1, DF and AF. RGB value is (225,223,175). Sum of RGB (Red+Green+Blue) = 225+223+175=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DFAF is #1E2050. Grayscale: #DADADA. Windows color (decimal): -1974353 or 11526113. OLE color: 11526113.

HSL color Cylindrical-coordinate representation of color #E1DFAF: hue angle of 57.6º 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 #E1DFAF is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB225223175-
CMYK00.010.220.12
HSL57.6º45.45%78.43%-
HSV(B)57.6º22.22%88.24%-
XYZ65.1871.8851-
YUV218.13103.66132.9-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.12%
GREEN value IS 223 (87.5% from 255) = 35.79%
BLUE value IS 175 (68.75% from 255) = 28.09%
R=36.12%
G=35.79%
B=28.09%

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
Decimal22522317500.010.220.1257.645.4578.43
HexE1DFAF0116C3a2d4e
Octal3413372570126147255116
Binary111000011101111110101111011011011001110101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFAF; }

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

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

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

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

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

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

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

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