Shades of Tusk #E0EBAB
Tints of Tusk #E0EBAB
RGB
CMYK
RGB Variations
Color information
#E0EBAB (or 0xE0EBAB) is known color: Tusk. HEX triplet: E0, EB and AB. RGB value is (224,235,171). Sum of RGB (Red+Green+Blue) = 224+235+171=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EBAB is #1F1454. Grayscale: #E0E0E0. Windows color (decimal): -2036821 or 11267040. OLE color: 11267040.
HSL color Cylindrical-coordinate representation of color #E0EBAB: hue angle of 70.31º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0EBAB is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 235 | 171 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.08 |
| HSL | 70.31º | 0.62% | 0.8% | - |
| HSV(B) | 70.31º | 0.27% | 0.92% | - |
| XYZ | 67.8 | 78.2 | 50.05 | - |
| YUV | 224.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 235 | 171 | 0.05 | 0 | 0.27 | 0.08 | 70.31 | 0.62 | 0.8 |
| Hex | E0 | EB | AB | 5 | 0 | 1B | 8 | 46 | 3E | 50 |
| Octal | 340 | 353 | 253 | 5 | 0 | 33 | 10 | 106 | 76 | 120 |
| Binary | 11100000 | 11101011 | 10101011 | 101 | 0 | 11011 | 1000 | 1000110 | 111110 | 1010000 |
Color Harmonies of #E0EBAB
Complementary color
Monochromatic Colors of #E0EBAB
Black with #E0EBAB
Text Example
Text Example
White with #E0EBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EBAB; }
p { color: rgb(224,235,171); }
H1.HeaderClassName
{
color: #E0EBAB;
}
.AnyTagClassName
{
color: #E0EBAB;
}
</style>
background-color css
<style>
a { background-color: #E0EBAB; }
a { background-color: rgb(224,235,171); }
div.DivClassName
{
background-color: #E0EBAB;
}
.BgClassName
{
background-color: #E0EBAB;
}
</style>
border-color css
<style>
span { border-color: #E0EBAB; }
span { border-color: rgb(224,235,171); }
td.TdClassName
{
border-color: #E0EBAB;
}
.TagClassName
{
border-color: #E0EBAB;
}
</style>