Shades of Tusk #E4E6BB
Tints of Tusk #E4E6BB
RGB
CMYK
RGB Variations
Color information
#E4E6BB (or 0xE4E6BB) is known color: Tusk. HEX triplet: E4, E6 and BB. RGB value is (228,230,187). Sum of RGB (Red+Green+Blue) = 228+230+187=645 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.35% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 230 - color contains mainly: green. Hex color #E4E6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4E6BB is #1B1944. Grayscale: #E0E0E0. Windows color (decimal): -1775941 or 12314340. OLE color: 12314340.
HSL color Cylindrical-coordinate representation of color #E4E6BB: hue angle of 62.79º degrees, saturation: 0.46, 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 #E4E6BB is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 230 | 187 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.10 |
| HSL | 62.79º | 0.46% | 0.82% | - |
| HSV(B) | 62.79º | 0.19% | 0.9% | - |
| XYZ | 69.26 | 76.68 | 58.16 | - |
| YUV | 224.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 230 | 187 | 0.01 | 0 | 0.19 | 0.10 | 62.79 | 0.46 | 0.82 |
| Hex | E4 | E6 | BB | 1 | 0 | 13 | A | 3F | 2E | 52 |
| Octal | 344 | 346 | 273 | 1 | 0 | 23 | 12 | 77 | 56 | 122 |
| Binary | 11100100 | 11100110 | 10111011 | 1 | 0 | 10011 | 1010 | 111111 | 101110 | 1010010 |
Color Harmonies of #E4E6BB
Complementary color
Monochromatic Colors of #E4E6BB
Black with #E4E6BB
Text Example
Text Example
White with #E4E6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E6BB; }
p { color: rgb(228,230,187); }
H1.HeaderClassName
{
color: #E4E6BB;
}
.AnyTagClassName
{
color: #E4E6BB;
}
</style>
background-color css
<style>
a { background-color: #E4E6BB; }
a { background-color: rgb(228,230,187); }
div.DivClassName
{
background-color: #E4E6BB;
}
.BgClassName
{
background-color: #E4E6BB;
}
</style>
border-color css
<style>
span { border-color: #E4E6BB; }
span { border-color: rgb(228,230,187); }
td.TdClassName
{
border-color: #E4E6BB;
}
.TagClassName
{
border-color: #E4E6BB;
}
</style>