Shades of Tusk #E5E3BA
Tints of Tusk #E5E3BA
RGB
CMYK
RGB Variations
Color information
#E5E3BA (or 0xE5E3BA) is known color: Tusk. HEX triplet: E5, E3 and BA. RGB value is (229,227,186). Sum of RGB (Red+Green+Blue) = 229+227+186=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E3BA is #1A1C45. Grayscale: #DFDFDF. Windows color (decimal): -1711174 or 12248037. OLE color: 12248037.
HSL color Cylindrical-coordinate representation of color #E5E3BA: hue angle of 57.21º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5E3BA is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 227 | 186 | - |
CMYK | 0 | 0.01 | 0.19 | 0.10 |
HSL | 57.21º | 0.45% | 0.81% | - |
HSV(B) | 57.21º | 0.19% | 0.9% | - |
XYZ | 68.65 | 75.14 | 57.34 | - |
YUV | 222.92 | 107.16 | 132.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 227 | 186 | 0 | 0.01 | 0.19 | 0.10 | 57.21 | 0.45 | 0.81 |
Hex | E5 | E3 | BA | 0 | 1 | 13 | A | 39 | 2D | 51 |
Octal | 345 | 343 | 272 | 0 | 1 | 23 | 12 | 71 | 55 | 121 |
Binary | 11100101 | 11100011 | 10111010 | 0 | 1 | 10011 | 1010 | 111001 | 101101 | 1010001 |
Color Harmonies of #E5E3BA
Complementary color
Monochromatic Colors of #E5E3BA
Black with #E5E3BA
Text Example
Text Example
White with #E5E3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E3BA; }
p { color: rgb(229,227,186); }
H1.HeaderClassName
{
color: #E5E3BA;
}
.AnyTagClassName
{
color: #E5E3BA;
}
</style>
background-color css
<style>
a { background-color: #E5E3BA; }
a { background-color: rgb(229,227,186); }
div.DivClassName
{
background-color: #E5E3BA;
}
.BgClassName
{
background-color: #E5E3BA;
}
</style>
border-color css
<style>
span { border-color: #E5E3BA; }
span { border-color: rgb(229,227,186); }
td.TdClassName
{
border-color: #E5E3BA;
}
.TagClassName
{
border-color: #E5E3BA;
}
</style>