Shades of Tusk #E4E6BA
Tints of Tusk #E4E6BA
RGB
CMYK
RGB Variations
Color information
#E4E6BA (or 0xE4E6BA) is known color: Tusk. HEX triplet: E4, E6 and BA. RGB value is (228,230,186). Sum of RGB (Red+Green+Blue) = 228+230+186=644 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.40% from 644); Green value is 230 (90.23% from 255 or 35.71% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 230 - color contains mainly: green. Hex color #E4E6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4E6BA is #1B1945. Grayscale: #E0E0E0. Windows color (decimal): -1775942 or 12248804. OLE color: 12248804.
HSL color Cylindrical-coordinate representation of color #E4E6BA: hue angle of 62.73º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E4E6BA is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 230 | 186 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.10 |
| HSL | 62.73º | 0.47% | 0.82% | - |
| HSV(B) | 62.73º | 0.19% | 0.9% | - |
| XYZ | 69.15 | 76.63 | 57.6 | - |
| YUV | 224.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 230 | 186 | 0.01 | 0 | 0.19 | 0.10 | 62.73 | 0.47 | 0.82 |
| Hex | E4 | E6 | BA | 1 | 0 | 13 | A | 3F | 2F | 52 |
| Octal | 344 | 346 | 272 | 1 | 0 | 23 | 12 | 77 | 57 | 122 |
| Binary | 11100100 | 11100110 | 10111010 | 1 | 0 | 10011 | 1010 | 111111 | 101111 | 1010010 |
Color Harmonies of #E4E6BA
Complementary color
Monochromatic Colors of #E4E6BA
Black with #E4E6BA
Text Example
Text Example
White with #E4E6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E6BA; }
p { color: rgb(228,230,186); }
H1.HeaderClassName
{
color: #E4E6BA;
}
.AnyTagClassName
{
color: #E4E6BA;
}
</style>
background-color css
<style>
a { background-color: #E4E6BA; }
a { background-color: rgb(228,230,186); }
div.DivClassName
{
background-color: #E4E6BA;
}
.BgClassName
{
background-color: #E4E6BA;
}
</style>
border-color css
<style>
span { border-color: #E4E6BA; }
span { border-color: rgb(228,230,186); }
td.TdClassName
{
border-color: #E4E6BA;
}
.TagClassName
{
border-color: #E4E6BA;
}
</style>