Shades of Tusk #E6E7BB
Tints of Tusk #E6E7BB
RGB
CMYK
RGB Variations
Color information
#E6E7BB (or 0xE6E7BB) is known color: Tusk. HEX triplet: E6, E7 and BB. RGB value is (230,231,187). Sum of RGB (Red+Green+Blue) = 230+231+187=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 231 - color contains mainly: green. Hex color #E6E7BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E7BB is #191844. Grayscale: #E1E1E1. Windows color (decimal): -1644613 or 12314598. OLE color: 12314598.
HSL color Cylindrical-coordinate representation of color #E6E7BB: hue angle of 61.36º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6E7BB is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 231 | 187 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.09 |
| HSL | 61.36º | 0.48% | 0.82% | - |
| HSV(B) | 61.36º | 0.19% | 0.91% | - |
| XYZ | 70.18 | 77.56 | 58.29 | - |
| YUV | 225.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 231 | 187 | 0.00 | 0 | 0.19 | 0.09 | 61.36 | 0.48 | 0.82 |
| Hex | E6 | E7 | BB | 0 | 0 | 13 | 9 | 3D | 30 | 52 |
| Octal | 346 | 347 | 273 | 0 | 0 | 23 | 11 | 75 | 60 | 122 |
| Binary | 11100110 | 11100111 | 10111011 | 0 | 0 | 10011 | 1001 | 111101 | 110000 | 1010010 |
Color Harmonies of #E6E7BB
Complementary color
Monochromatic Colors of #E6E7BB
Black with #E6E7BB
Text Example
Text Example
White with #E6E7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E7BB; }
p { color: rgb(230,231,187); }
H1.HeaderClassName
{
color: #E6E7BB;
}
.AnyTagClassName
{
color: #E6E7BB;
}
</style>
background-color css
<style>
a { background-color: #E6E7BB; }
a { background-color: rgb(230,231,187); }
div.DivClassName
{
background-color: #E6E7BB;
}
.BgClassName
{
background-color: #E6E7BB;
}
</style>
border-color css
<style>
span { border-color: #E6E7BB; }
span { border-color: rgb(230,231,187); }
td.TdClassName
{
border-color: #E6E7BB;
}
.TagClassName
{
border-color: #E6E7BB;
}
</style>