Shades of Tusk #E0EEB3
Tints of Tusk #E0EEB3
RGB
CMYK
RGB Variations
Color information
#E0EEB3 (or 0xE0EEB3) is known color: Tusk. HEX triplet: E0, EE and B3. RGB value is (224,238,179). Sum of RGB (Red+Green+Blue) = 224+238+179=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 179 (70.31% from 255 or 27.93% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EEB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EEB3 is #1F114C. Grayscale: #E3E3E3. Windows color (decimal): -2036045 or 11792096. OLE color: 11792096.
HSL color Cylindrical-coordinate representation of color #E0EEB3: hue angle of 74.24º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0EEB3 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 238 | 179 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.07 |
| HSL | 74.24º | 0.63% | 0.82% | - |
| HSV(B) | 74.24º | 0.25% | 0.93% | - |
| XYZ | 69.45 | 80.25 | 54.48 | - |
| YUV | 227.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 238 | 179 | 0.06 | 0 | 0.25 | 0.07 | 74.24 | 0.63 | 0.82 |
| Hex | E0 | EE | B3 | 6 | 0 | 19 | 7 | 4A | 3F | 52 |
| Octal | 340 | 356 | 263 | 6 | 0 | 31 | 7 | 112 | 77 | 122 |
| Binary | 11100000 | 11101110 | 10110011 | 110 | 0 | 11001 | 111 | 1001010 | 111111 | 1010010 |
Color Harmonies of #E0EEB3
Complementary color
Monochromatic Colors of #E0EEB3
Black with #E0EEB3
Text Example
Text Example
White with #E0EEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EEB3; }
p { color: rgb(224,238,179); }
H1.HeaderClassName
{
color: #E0EEB3;
}
.AnyTagClassName
{
color: #E0EEB3;
}
</style>
background-color css
<style>
a { background-color: #E0EEB3; }
a { background-color: rgb(224,238,179); }
div.DivClassName
{
background-color: #E0EEB3;
}
.BgClassName
{
background-color: #E0EEB3;
}
</style>
border-color css
<style>
span { border-color: #E0EEB3; }
span { border-color: rgb(224,238,179); }
td.TdClassName
{
border-color: #E0EEB3;
}
.TagClassName
{
border-color: #E0EEB3;
}
</style>