Shades of Tusk #E5ECB8
Tints of Tusk #E5ECB8
RGB
CMYK
RGB Variations
Color information
#E5ECB8 (or 0xE5ECB8) is known color: Tusk. HEX triplet: E5, EC and B8. RGB value is (229,236,184). Sum of RGB (Red+Green+Blue) = 229+236+184=649 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.29% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 184 (72.27% from 255 or 28.35% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #E5ECB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5ECB8 is #1A1347. Grayscale: #E4E4E4. Windows color (decimal): -1708872 or 12119269. OLE color: 12119269.
HSL color Cylindrical-coordinate representation of color #E5ECB8: hue angle of 68.08º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E5ECB8 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 236 | 184 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.07 |
| HSL | 68.08º | 0.58% | 0.82% | - |
| HSV(B) | 68.08º | 0.22% | 0.93% | - |
| XYZ | 70.96 | 80.11 | 57.07 | - |
| YUV | 227.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 236 | 184 | 0.03 | 0 | 0.22 | 0.07 | 68.08 | 0.58 | 0.82 |
| Hex | E5 | EC | B8 | 3 | 0 | 16 | 7 | 44 | 3A | 52 |
| Octal | 345 | 354 | 270 | 3 | 0 | 26 | 7 | 104 | 72 | 122 |
| Binary | 11100101 | 11101100 | 10111000 | 11 | 0 | 10110 | 111 | 1000100 | 111010 | 1010010 |
Color Harmonies of #E5ECB8
Complementary color
Monochromatic Colors of #E5ECB8
Black with #E5ECB8
Text Example
Text Example
White with #E5ECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ECB8; }
p { color: rgb(229,236,184); }
H1.HeaderClassName
{
color: #E5ECB8;
}
.AnyTagClassName
{
color: #E5ECB8;
}
</style>
background-color css
<style>
a { background-color: #E5ECB8; }
a { background-color: rgb(229,236,184); }
div.DivClassName
{
background-color: #E5ECB8;
}
.BgClassName
{
background-color: #E5ECB8;
}
</style>
border-color css
<style>
span { border-color: #E5ECB8; }
span { border-color: rgb(229,236,184); }
td.TdClassName
{
border-color: #E5ECB8;
}
.TagClassName
{
border-color: #E5ECB8;
}
</style>