Shades of Tusk #E0E0B3
Tints of Tusk #E0E0B3
RGB
CMYK
RGB Variations
Color information
#E0E0B3 (or 0xE0E0B3) is known color: Tusk. HEX triplet: E0, E0 and B3. RGB value is (224,224,179). Sum of RGB (Red+Green+Blue) = 224+224+179=627 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.73% from 627); Green value is 224 (87.89% from 255 or 35.73% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E0B3 is #1F1F4C. Grayscale: #DBDBDB. Windows color (decimal): -2039629 or 11788512. OLE color: 11788512.
HSL color Cylindrical-coordinate representation of color #E0E0B3: hue angle of 60º degrees, saturation: 0.42, 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 #E0E0B3 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 224 | 179 | - |
| CMYK | 0 | 0 | 0.20 | 0.12 |
| HSL | 60º | 0.42% | 0.79% | - |
| HSV(B) | 60º | 0.2% | 0.88% | - |
| XYZ | 65.53 | 72.41 | 53.17 | - |
| YUV | 218.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 224 | 179 | 0 | 0 | 0.20 | 0.12 | 60 | 0.42 | 0.79 |
| Hex | E0 | E0 | B3 | 0 | 0 | 14 | C | 3C | 2A | 4F |
| Octal | 340 | 340 | 263 | 0 | 0 | 24 | 14 | 74 | 52 | 117 |
| Binary | 11100000 | 11100000 | 10110011 | 0 | 0 | 10100 | 1100 | 111100 | 101010 | 1001111 |
Color Harmonies of #E0E0B3
Complementary color
Monochromatic Colors of #E0E0B3
Black with #E0E0B3
Text Example
Text Example
White with #E0E0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E0B3; }
p { color: rgb(224,224,179); }
H1.HeaderClassName
{
color: #E0E0B3;
}
.AnyTagClassName
{
color: #E0E0B3;
}
</style>
background-color css
<style>
a { background-color: #E0E0B3; }
a { background-color: rgb(224,224,179); }
div.DivClassName
{
background-color: #E0E0B3;
}
.BgClassName
{
background-color: #E0E0B3;
}
</style>
border-color css
<style>
span { border-color: #E0E0B3; }
span { border-color: rgb(224,224,179); }
td.TdClassName
{
border-color: #E0E0B3;
}
.TagClassName
{
border-color: #E0E0B3;
}
</style>