Shades of Tusk #E6E3BB
Tints of Tusk #E6E3BB
RGB
CMYK
RGB Variations
Color information
#E6E3BB (or 0xE6E3BB) is known color: Tusk. HEX triplet: E6, E3 and BB. RGB value is (230,227,187). Sum of RGB (Red+Green+Blue) = 230+227+187=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E3BB is #191C44. Grayscale: #DFDFDF. Windows color (decimal): -1645637 or 12313574. OLE color: 12313574.
HSL color Cylindrical-coordinate representation of color #E6E3BB: hue angle of 55.81º 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 #E6E3BB is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 227 | 187 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.10 |
| HSL | 55.81º | 0.46% | 0.82% | - |
| HSV(B) | 55.81º | 0.19% | 0.9% | - |
| XYZ | 69.07 | 75.35 | 57.92 | - |
| YUV | 223.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 227 | 187 | 0 | 0.01 | 0.19 | 0.10 | 55.81 | 0.46 | 0.82 |
| Hex | E6 | E3 | BB | 0 | 1 | 13 | A | 38 | 2E | 52 |
| Octal | 346 | 343 | 273 | 0 | 1 | 23 | 12 | 70 | 56 | 122 |
| Binary | 11100110 | 11100011 | 10111011 | 0 | 1 | 10011 | 1010 | 111000 | 101110 | 1010010 |
Color Harmonies of #E6E3BB
Complementary color
Monochromatic Colors of #E6E3BB
Black with #E6E3BB
Text Example
Text Example
White with #E6E3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E3BB; }
p { color: rgb(230,227,187); }
H1.HeaderClassName
{
color: #E6E3BB;
}
.AnyTagClassName
{
color: #E6E3BB;
}
</style>
background-color css
<style>
a { background-color: #E6E3BB; }
a { background-color: rgb(230,227,187); }
div.DivClassName
{
background-color: #E6E3BB;
}
.BgClassName
{
background-color: #E6E3BB;
}
</style>
border-color css
<style>
span { border-color: #E6E3BB; }
span { border-color: rgb(230,227,187); }
td.TdClassName
{
border-color: #E6E3BB;
}
.TagClassName
{
border-color: #E6E3BB;
}
</style>