Shades of Tusk #E6EBBA
Tints of Tusk #E6EBBA
RGB
CMYK
RGB Variations
Color information
#E6EBBA (or 0xE6EBBA) is known color: Tusk. HEX triplet: E6, EB and BA. RGB value is (230,235,186). Sum of RGB (Red+Green+Blue) = 230+235+186=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #E6EBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EBBA is #191445. Grayscale: #E4E4E4. Windows color (decimal): -1643590 or 12250086. OLE color: 12250086.
HSL color Cylindrical-coordinate representation of color #E6EBBA: hue angle of 66.12º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6EBBA is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 235 | 186 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.08 |
| HSL | 66.12º | 0.55% | 0.83% | - |
| HSV(B) | 66.12º | 0.21% | 0.92% | - |
| XYZ | 71.2 | 79.78 | 58.1 | - |
| YUV | 227.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 235 | 186 | 0.02 | 0 | 0.21 | 0.08 | 66.12 | 0.55 | 0.83 |
| Hex | E6 | EB | BA | 2 | 0 | 15 | 8 | 42 | 37 | 53 |
| Octal | 346 | 353 | 272 | 2 | 0 | 25 | 10 | 102 | 67 | 123 |
| Binary | 11100110 | 11101011 | 10111010 | 10 | 0 | 10101 | 1000 | 1000010 | 110111 | 1010011 |
Color Harmonies of #E6EBBA
Complementary color
Monochromatic Colors of #E6EBBA
Black with #E6EBBA
Text Example
Text Example
White with #E6EBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EBBA; }
p { color: rgb(230,235,186); }
H1.HeaderClassName
{
color: #E6EBBA;
}
.AnyTagClassName
{
color: #E6EBBA;
}
</style>
background-color css
<style>
a { background-color: #E6EBBA; }
a { background-color: rgb(230,235,186); }
div.DivClassName
{
background-color: #E6EBBA;
}
.BgClassName
{
background-color: #E6EBBA;
}
</style>
border-color css
<style>
span { border-color: #E6EBBA; }
span { border-color: rgb(230,235,186); }
td.TdClassName
{
border-color: #E6EBBA;
}
.TagClassName
{
border-color: #E6EBBA;
}
</style>