Shades of Tusk #E6EABB
Tints of Tusk #E6EABB
RGB
CMYK
RGB Variations
Color information
#E6EABB (or 0xE6EABB) is known color: Tusk. HEX triplet: E6, EA and BB. RGB value is (230,234,187). Sum of RGB (Red+Green+Blue) = 230+234+187=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 187 (73.44% from 255 or 28.73% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EABB is #191544. Grayscale: #E3E3E3. Windows color (decimal): -1643845 or 12315366. OLE color: 12315366.
HSL color Cylindrical-coordinate representation of color #E6EABB: hue angle of 65.11º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6EABB is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 234 | 187 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.08 |
| HSL | 65.11º | 0.53% | 0.83% | - |
| HSV(B) | 65.11º | 0.2% | 0.92% | - |
| XYZ | 71.03 | 79.26 | 58.57 | - |
| YUV | 227.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 234 | 187 | 0.02 | 0 | 0.20 | 0.08 | 65.11 | 0.53 | 0.83 |
| Hex | E6 | EA | BB | 2 | 0 | 14 | 8 | 41 | 35 | 53 |
| Octal | 346 | 352 | 273 | 2 | 0 | 24 | 10 | 101 | 65 | 123 |
| Binary | 11100110 | 11101010 | 10111011 | 10 | 0 | 10100 | 1000 | 1000001 | 110101 | 1010011 |
Color Harmonies of #E6EABB
Complementary color
Monochromatic Colors of #E6EABB
Black with #E6EABB
Text Example
Text Example
White with #E6EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6EABB; }
p { color: rgb(230,234,187); }
H1.HeaderClassName
{
color: #E6EABB;
}
.AnyTagClassName
{
color: #E6EABB;
}
</style>
background-color css
<style>
a { background-color: #E6EABB; }
a { background-color: rgb(230,234,187); }
div.DivClassName
{
background-color: #E6EABB;
}
.BgClassName
{
background-color: #E6EABB;
}
</style>
border-color css
<style>
span { border-color: #E6EABB; }
span { border-color: rgb(230,234,187); }
td.TdClassName
{
border-color: #E6EABB;
}
.TagClassName
{
border-color: #E6EABB;
}
</style>