#E1DFB4

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

Shades of Tusk #E1DFB4

Tints of Tusk #E1DFB4

Color information

#E1DFB4 (or 0xE1DFB4) is unknown color: approx Tusk. HEX triplet: E1, DF and B4. RGB value is (225,223,180). Sum of RGB (Red+Green+Blue) = 225+223+180=628 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.83% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 180 (70.70% from 255 or 28.66% from 628); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFB4 is #1E204B. Grayscale: #DADADA. Windows color (decimal): -1974348 or 11853793. OLE color: 11853793.

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

Color convert

RGB225223180-
CMYK00.010.20.12
HSL57.33º42.86%79.41%-
HSV(B)57.33º20%88.24%-
XYZ65.6872.0853.63-
YUV218.7106.16132.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.83%
GREEN value IS 223 (87.5% from 255) = 35.51%
BLUE value IS 180 (70.70% from 255) = 28.66%
R=35.83%
G=35.51%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522318000.010.20.1257.3342.8679.41
HexE1DFB40114C392b4f
Octal3413372640124147153117
Binary111000011101111110110100011010011001110011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFB4; }

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

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

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

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

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

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

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

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