Shades of Tusk #E0E9B4
Tints of Tusk #E0E9B4
RGB
CMYK
RGB Variations
Color information
#E0E9B4 (or 0xE0E9B4) is known color: Tusk. HEX triplet: E0, E9 and B4. RGB value is (224,233,180). Sum of RGB (Red+Green+Blue) = 224+233+180=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 233 (91.41% from 255 or 36.58% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 233 - color contains mainly: green. Hex color #E0E9B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0E9B4 is #1F164B. Grayscale: #E0E0E0. Windows color (decimal): -2037324 or 11856352. OLE color: 11856352.
HSL color Cylindrical-coordinate representation of color #E0E9B4: hue angle of 70.19º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0E9B4 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 233 | 180 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.09 |
| HSL | 70.19º | 0.55% | 0.81% | - |
| HSV(B) | 70.19º | 0.23% | 0.91% | - |
| XYZ | 68.12 | 77.42 | 54.53 | - |
| YUV | 224.27 | 103.02 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 233 | 180 | 0.04 | 0 | 0.23 | 0.09 | 70.19 | 0.55 | 0.81 |
| Hex | E0 | E9 | B4 | 4 | 0 | 17 | 9 | 46 | 37 | 51 |
| Octal | 340 | 351 | 264 | 4 | 0 | 27 | 11 | 106 | 67 | 121 |
| Binary | 11100000 | 11101001 | 10110100 | 100 | 0 | 10111 | 1001 | 1000110 | 110111 | 1010001 |
Color Harmonies of #E0E9B4
Complementary color
Monochromatic Colors of #E0E9B4
Black with #E0E9B4
Text Example
Text Example
White with #E0E9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E9B4; }
p { color: rgb(224,233,180); }
H1.HeaderClassName
{
color: #E0E9B4;
}
.AnyTagClassName
{
color: #E0E9B4;
}
</style>
background-color css
<style>
a { background-color: #E0E9B4; }
a { background-color: rgb(224,233,180); }
div.DivClassName
{
background-color: #E0E9B4;
}
.BgClassName
{
background-color: #E0E9B4;
}
</style>
border-color css
<style>
span { border-color: #E0E9B4; }
span { border-color: rgb(224,233,180); }
td.TdClassName
{
border-color: #E0E9B4;
}
.TagClassName
{
border-color: #E0E9B4;
}
</style>