Shades of Tusk #E5E7BA
Tints of Tusk #E5E7BA
RGB
CMYK
RGB Variations
Color information
#E5E7BA (or 0xE5E7BA) is known color: Tusk. HEX triplet: E5, E7 and BA. RGB value is (229,231,186). Sum of RGB (Red+Green+Blue) = 229+231+186=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E7BA is #1A1845. Grayscale: #E1E1E1. Windows color (decimal): -1710150 or 12249061. OLE color: 12249061.
HSL color Cylindrical-coordinate representation of color #E5E7BA: hue angle of 62.67º 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 #E5E7BA is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
RGB | 229 | 231 | 186 | - |
CMYK | 0.01 | 0 | 0.19 | 0.09 |
HSL | 62.67º | 0.48% | 0.82% | - |
HSV(B) | 62.67º | 0.19% | 0.91% | - |
XYZ | 69.75 | 77.36 | 57.71 | - |
YUV | 225.27 | 105.84 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 231 | 186 | 0.01 | 0 | 0.19 | 0.09 | 62.67 | 0.48 | 0.82 |
Hex | E5 | E7 | BA | 1 | 0 | 13 | 9 | 3F | 30 | 52 |
Octal | 345 | 347 | 272 | 1 | 0 | 23 | 11 | 77 | 60 | 122 |
Binary | 11100101 | 11100111 | 10111010 | 1 | 0 | 10011 | 1001 | 111111 | 110000 | 1010010 |
Color Harmonies of #E5E7BA
Complementary color
Monochromatic Colors of #E5E7BA
Black with #E5E7BA
Text Example
Text Example
White with #E5E7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E7BA; }
p { color: rgb(229,231,186); }
H1.HeaderClassName
{
color: #E5E7BA;
}
.AnyTagClassName
{
color: #E5E7BA;
}
</style>
background-color css
<style>
a { background-color: #E5E7BA; }
a { background-color: rgb(229,231,186); }
div.DivClassName
{
background-color: #E5E7BA;
}
.BgClassName
{
background-color: #E5E7BA;
}
</style>
border-color css
<style>
span { border-color: #E5E7BA; }
span { border-color: rgb(229,231,186); }
td.TdClassName
{
border-color: #E5E7BA;
}
.TagClassName
{
border-color: #E5E7BA;
}
</style>