Shades of Tusk #E5E3BD
Tints of Tusk #E5E3BD
RGB
CMYK
RGB Variations
Color information
#E5E3BD (or 0xE5E3BD) is known color: Tusk. HEX triplet: E5, E3 and BD. RGB value is (229,227,189). Sum of RGB (Red+Green+Blue) = 229+227+189=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E3BD is #1A1C42. Grayscale: #DFDFDF. Windows color (decimal): -1711171 or 12444645. OLE color: 12444645.
HSL color Cylindrical-coordinate representation of color #E5E3BD: hue angle of 57º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5E3BD is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 227 | 189 | - |
CMYK | 0 | 0.01 | 0.17 | 0.10 |
HSL | 57º | 0.43% | 0.82% | - |
HSV(B) | 57º | 0.17% | 0.9% | - |
XYZ | 68.97 | 75.27 | 59.04 | - |
YUV | 223.27 | 108.66 | 132.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 227 | 189 | 0 | 0.01 | 0.17 | 0.10 | 57 | 0.43 | 0.82 |
Hex | E5 | E3 | BD | 0 | 1 | 11 | A | 39 | 2B | 52 |
Octal | 345 | 343 | 275 | 0 | 1 | 21 | 12 | 71 | 53 | 122 |
Binary | 11100101 | 11100011 | 10111101 | 0 | 1 | 10001 | 1010 | 111001 | 101011 | 1010010 |
Color Harmonies of #E5E3BD
Complementary color
Monochromatic Colors of #E5E3BD
Black with #E5E3BD
Text Example
Text Example
White with #E5E3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E3BD; }
p { color: rgb(229,227,189); }
H1.HeaderClassName
{
color: #E5E3BD;
}
.AnyTagClassName
{
color: #E5E3BD;
}
</style>
background-color css
<style>
a { background-color: #E5E3BD; }
a { background-color: rgb(229,227,189); }
div.DivClassName
{
background-color: #E5E3BD;
}
.BgClassName
{
background-color: #E5E3BD;
}
</style>
border-color css
<style>
span { border-color: #E5E3BD; }
span { border-color: rgb(229,227,189); }
td.TdClassName
{
border-color: #E5E3BD;
}
.TagClassName
{
border-color: #E5E3BD;
}
</style>