Shades of Tusk #E1DFB7
Tints of Tusk #E1DFB7
RGB
CMYK
RGB Variations
Color information
#E1DFB7 (or 0xE1DFB7) is known color: Tusk. HEX triplet: E1, DF and B7. RGB value is (225,223,183). Sum of RGB (Red+Green+Blue) = 225+223+183=631 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.66% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 183 (71.88% from 255 or 29.00% from 631); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFB7 is #1E2048. Grayscale: #DBDBDB. Windows color (decimal): -1974345 or 12050401. OLE color: 12050401.
HSL color Cylindrical-coordinate representation of color #E1DFB7: hue angle of 57.14º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1DFB7 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 183 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.12 |
| HSL | 57.14º | 0.41% | 0.8% | - |
| HSV(B) | 57.14º | 0.19% | 0.88% | - |
| XYZ | 65.99 | 72.2 | 55.26 | - |
| YUV | 219.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 183 | 0 | 0.01 | 0.19 | 0.12 | 57.14 | 0.41 | 0.8 |
| Hex | E1 | DF | B7 | 0 | 1 | 13 | C | 39 | 29 | 50 |
| Octal | 341 | 337 | 267 | 0 | 1 | 23 | 14 | 71 | 51 | 120 |
| Binary | 11100001 | 11011111 | 10110111 | 0 | 1 | 10011 | 1100 | 111001 | 101001 | 1010000 |
Color Harmonies of #E1DFB7
Complementary color
Monochromatic Colors of #E1DFB7
Black with #E1DFB7
Text Example
Text Example
White with #E1DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFB7; }
p { color: rgb(225,223,183); }
H1.HeaderClassName
{
color: #E1DFB7;
}
.AnyTagClassName
{
color: #E1DFB7;
}
</style>
background-color css
<style>
a { background-color: #E1DFB7; }
a { background-color: rgb(225,223,183); }
div.DivClassName
{
background-color: #E1DFB7;
}
.BgClassName
{
background-color: #E1DFB7;
}
</style>
border-color css
<style>
span { border-color: #E1DFB7; }
span { border-color: rgb(225,223,183); }
td.TdClassName
{
border-color: #E1DFB7;
}
.TagClassName
{
border-color: #E1DFB7;
}
</style>