Shades of Tusk #E0EFAB
Tints of Tusk #E0EFAB
RGB
CMYK
RGB Variations
Color information
#E0EFAB (or 0xE0EFAB) is known color: Tusk. HEX triplet: E0, EF and AB. RGB value is (224,239,171). Sum of RGB (Red+Green+Blue) = 224+239+171=634 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.33% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EFAB is #1F1054. Grayscale: #E3E3E3. Windows color (decimal): -2035797 or 11268064. OLE color: 11268064.
HSL color Cylindrical-coordinate representation of color #E0EFAB: hue angle of 73.24º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0EFAB is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 239 | 171 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.06 |
| HSL | 73.24º | 0.68% | 0.8% | - |
| HSV(B) | 73.24º | 0.28% | 0.94% | - |
| XYZ | 68.96 | 80.52 | 50.44 | - |
| YUV | 226.76 | 96.53 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 239 | 171 | 0.06 | 0 | 0.28 | 0.06 | 73.24 | 0.68 | 0.8 |
| Hex | E0 | EF | AB | 6 | 0 | 1C | 6 | 49 | 44 | 50 |
| Octal | 340 | 357 | 253 | 6 | 0 | 34 | 6 | 111 | 104 | 120 |
| Binary | 11100000 | 11101111 | 10101011 | 110 | 0 | 11100 | 110 | 1001001 | 1000100 | 1010000 |
Color Harmonies of #E0EFAB
Complementary color
Monochromatic Colors of #E0EFAB
Black with #E0EFAB
Text Example
Text Example
White with #E0EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EFAB; }
p { color: rgb(224,239,171); }
H1.HeaderClassName
{
color: #E0EFAB;
}
.AnyTagClassName
{
color: #E0EFAB;
}
</style>
background-color css
<style>
a { background-color: #E0EFAB; }
a { background-color: rgb(224,239,171); }
div.DivClassName
{
background-color: #E0EFAB;
}
.BgClassName
{
background-color: #E0EFAB;
}
</style>
border-color css
<style>
span { border-color: #E0EFAB; }
span { border-color: rgb(224,239,171); }
td.TdClassName
{
border-color: #E0EFAB;
}
.TagClassName
{
border-color: #E0EFAB;
}
</style>