Shades of Tusk #E5E6BA
Tints of Tusk #E5E6BA
RGB
CMYK
RGB Variations
Color information
#E5E6BA (or 0xE5E6BA) is known color: Tusk. HEX triplet: E5, E6 and BA. RGB value is (229,230,186). Sum of RGB (Red+Green+Blue) = 229+230+186=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E6BA is #1A1945. Grayscale: #E0E0E0. Windows color (decimal): -1710406 or 12248805. OLE color: 12248805.
HSL color Cylindrical-coordinate representation of color #E5E6BA: hue angle of 61.36º 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 #E5E6BA is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 230 | 186 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.10 |
| HSL | 61.36º | 0.47% | 0.82% | - |
| HSV(B) | 61.36º | 0.19% | 0.9% | - |
| XYZ | 69.47 | 76.8 | 57.62 | - |
| YUV | 224.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 230 | 186 | 0.00 | 0 | 0.19 | 0.10 | 61.36 | 0.47 | 0.82 |
| Hex | E5 | E6 | BA | 0 | 0 | 13 | A | 3D | 2F | 52 |
| Octal | 345 | 346 | 272 | 0 | 0 | 23 | 12 | 75 | 57 | 122 |
| Binary | 11100101 | 11100110 | 10111010 | 0 | 0 | 10011 | 1010 | 111101 | 101111 | 1010010 |
Color Harmonies of #E5E6BA
Complementary color
Monochromatic Colors of #E5E6BA
Black with #E5E6BA
Text Example
Text Example
White with #E5E6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E6BA; }
p { color: rgb(229,230,186); }
H1.HeaderClassName
{
color: #E5E6BA;
}
.AnyTagClassName
{
color: #E5E6BA;
}
</style>
background-color css
<style>
a { background-color: #E5E6BA; }
a { background-color: rgb(229,230,186); }
div.DivClassName
{
background-color: #E5E6BA;
}
.BgClassName
{
background-color: #E5E6BA;
}
</style>
border-color css
<style>
span { border-color: #E5E6BA; }
span { border-color: rgb(229,230,186); }
td.TdClassName
{
border-color: #E5E6BA;
}
.TagClassName
{
border-color: #E5E6BA;
}
</style>