Shades of Tusk #E0EFB0
Tints of Tusk #E0EFB0
RGB
CMYK
RGB Variations
Color information
#E0EFB0 (or 0xE0EFB0) is known color: Tusk. HEX triplet: E0, EF and B0. RGB value is (224,239,176). Sum of RGB (Red+Green+Blue) = 224+239+176=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 176 (69.14% from 255 or 27.54% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EFB0 is #1F104F. Grayscale: #E3E3E3. Windows color (decimal): -2035792 or 11595744. OLE color: 11595744.
HSL color Cylindrical-coordinate representation of color #E0EFB0: hue angle of 74.29º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0EFB0 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 239 | 176 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.06 |
| HSL | 74.29º | 0.66% | 0.81% | - |
| HSV(B) | 74.29º | 0.26% | 0.94% | - |
| XYZ | 69.44 | 80.71 | 52.99 | - |
| YUV | 227.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 239 | 176 | 0.06 | 0 | 0.26 | 0.06 | 74.29 | 0.66 | 0.81 |
| Hex | E0 | EF | B0 | 6 | 0 | 1A | 6 | 4A | 42 | 51 |
| Octal | 340 | 357 | 260 | 6 | 0 | 32 | 6 | 112 | 102 | 121 |
| Binary | 11100000 | 11101111 | 10110000 | 110 | 0 | 11010 | 110 | 1001010 | 1000010 | 1010001 |
Color Harmonies of #E0EFB0
Complementary color
Monochromatic Colors of #E0EFB0
Black with #E0EFB0
Text Example
Text Example
White with #E0EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EFB0; }
p { color: rgb(224,239,176); }
H1.HeaderClassName
{
color: #E0EFB0;
}
.AnyTagClassName
{
color: #E0EFB0;
}
</style>
background-color css
<style>
a { background-color: #E0EFB0; }
a { background-color: rgb(224,239,176); }
div.DivClassName
{
background-color: #E0EFB0;
}
.BgClassName
{
background-color: #E0EFB0;
}
</style>
border-color css
<style>
span { border-color: #E0EFB0; }
span { border-color: rgb(224,239,176); }
td.TdClassName
{
border-color: #E0EFB0;
}
.TagClassName
{
border-color: #E0EFB0;
}
</style>