#E1DFAD

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

Shades of Tusk #E1DFAD

Tints of Tusk #E1DFAD

Color information

#E1DFAD (or 0xE1DFAD) is unknown color: approx Tusk. HEX triplet: E1, DF and AD. RGB value is (225,223,173). Sum of RGB (Red+Green+Blue) = 225+223+173=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DFAD is #1E2052. Grayscale: #DADADA. Windows color (decimal): -1974355 or 11395041. OLE color: 11395041.

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

Color convert

RGB225223173-
CMYK00.010.230.12
HSL57.69º46.43%78.04%-
HSV(B)57.69º23.11%88.24%-
XYZ64.9871.849.97-
YUV217.9102.66133.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.23%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=36.23%
G=35.91%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522317300.010.230.1257.6946.4378.04
HexE1DFAD0117C3a2e4e
Octal3413372550127147256116
Binary111000011101111110101101011011111001110101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFAD; }

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

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

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

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

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

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

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

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