Shades of Tusk #E7EABB
Tints of Tusk #E7EABB
RGB
CMYK
RGB Variations
Color information
#E7EABB (or 0xE7EABB) is known color: Tusk. HEX triplet: E7, EA and BB. RGB value is (231,234,187). Sum of RGB (Red+Green+Blue) = 231+234+187=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EABB is #181544. Grayscale: #E3E3E3. Windows color (decimal): -1578309 or 12315367. OLE color: 12315367.
HSL color Cylindrical-coordinate representation of color #E7EABB: hue angle of 63.83º 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 #E7EABB is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 234 | 187 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.08 |
| HSL | 63.83º | 0.53% | 0.83% | - |
| HSV(B) | 63.83º | 0.2% | 0.92% | - |
| XYZ | 71.35 | 79.42 | 58.58 | - |
| YUV | 227.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 234 | 187 | 0.01 | 0 | 0.20 | 0.08 | 63.83 | 0.53 | 0.83 |
| Hex | E7 | EA | BB | 1 | 0 | 14 | 8 | 40 | 35 | 53 |
| Octal | 347 | 352 | 273 | 1 | 0 | 24 | 10 | 100 | 65 | 123 |
| Binary | 11100111 | 11101010 | 10111011 | 1 | 0 | 10100 | 1000 | 1000000 | 110101 | 1010011 |
Color Harmonies of #E7EABB
Complementary color
Monochromatic Colors of #E7EABB
Black with #E7EABB
Text Example
Text Example
White with #E7EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EABB; }
p { color: rgb(231,234,187); }
H1.HeaderClassName
{
color: #E7EABB;
}
.AnyTagClassName
{
color: #E7EABB;
}
</style>
background-color css
<style>
a { background-color: #E7EABB; }
a { background-color: rgb(231,234,187); }
div.DivClassName
{
background-color: #E7EABB;
}
.BgClassName
{
background-color: #E7EABB;
}
</style>
border-color css
<style>
span { border-color: #E7EABB; }
span { border-color: rgb(231,234,187); }
td.TdClassName
{
border-color: #E7EABB;
}
.TagClassName
{
border-color: #E7EABB;
}
</style>