Shades of Tusk #E3E2B8
Tints of Tusk #E3E2B8
RGB
CMYK
RGB Variations
Color information
#E3E2B8 (or 0xE3E2B8) is known color: Tusk. HEX triplet: E3, E2 and B8. RGB value is (227,226,184). Sum of RGB (Red+Green+Blue) = 227+226+184=637 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.64% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 184 (72.27% from 255 or 28.89% from 637); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3E2B8 is #1C1D47. Grayscale: #DDDDDD. Windows color (decimal): -1842504 or 12116707. OLE color: 12116707.
HSL color Cylindrical-coordinate representation of color #E3E2B8: hue angle of 58.6º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E3E2B8 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 226 | 184 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.11 |
| HSL | 58.6º | 0.43% | 0.81% | - |
| HSV(B) | 58.6º | 0.19% | 0.89% | - |
| XYZ | 67.53 | 74.18 | 56.11 | - |
| YUV | 221.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 226 | 184 | 0 | 0.00 | 0.19 | 0.11 | 58.6 | 0.43 | 0.81 |
| Hex | E3 | E2 | B8 | 0 | 0 | 13 | B | 3B | 2B | 51 |
| Octal | 343 | 342 | 270 | 0 | 0 | 23 | 13 | 73 | 53 | 121 |
| Binary | 11100011 | 11100010 | 10111000 | 0 | 0 | 10011 | 1011 | 111011 | 101011 | 1010001 |
Color Harmonies of #E3E2B8
Complementary color
Monochromatic Colors of #E3E2B8
Black with #E3E2B8
Text Example
Text Example
White with #E3E2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E2B8; }
p { color: rgb(227,226,184); }
H1.HeaderClassName
{
color: #E3E2B8;
}
.AnyTagClassName
{
color: #E3E2B8;
}
</style>
background-color css
<style>
a { background-color: #E3E2B8; }
a { background-color: rgb(227,226,184); }
div.DivClassName
{
background-color: #E3E2B8;
}
.BgClassName
{
background-color: #E3E2B8;
}
</style>
border-color css
<style>
span { border-color: #E3E2B8; }
span { border-color: rgb(227,226,184); }
td.TdClassName
{
border-color: #E3E2B8;
}
.TagClassName
{
border-color: #E3E2B8;
}
</style>