Shades of Tusk #E7E3B3
Tints of Tusk #E7E3B3
RGB
CMYK
RGB Variations
Color information
#E7E3B3 (or 0xE7E3B3) is known color: Tusk. HEX triplet: E7, E3 and B3. RGB value is (231,227,179). Sum of RGB (Red+Green+Blue) = 231+227+179=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E3B3 is #181C4C. Grayscale: #DEDEDE. Windows color (decimal): -1580109 or 11789287. OLE color: 11789287.
HSL color Cylindrical-coordinate representation of color #E7E3B3: hue angle of 55.38º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7E3B3 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 227 | 179 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.09 |
| HSL | 55.38º | 0.52% | 0.8% | - |
| HSV(B) | 55.38º | 0.23% | 0.91% | - |
| XYZ | 68.56 | 75.18 | 53.55 | - |
| YUV | 222.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 227 | 179 | 0 | 0.02 | 0.23 | 0.09 | 55.38 | 0.52 | 0.8 |
| Hex | E7 | E3 | B3 | 0 | 2 | 17 | 9 | 37 | 34 | 50 |
| Octal | 347 | 343 | 263 | 0 | 2 | 27 | 11 | 67 | 64 | 120 |
| Binary | 11100111 | 11100011 | 10110011 | 0 | 10 | 10111 | 1001 | 110111 | 110100 | 1010000 |
Color Harmonies of #E7E3B3
Complementary color
Monochromatic Colors of #E7E3B3
Black with #E7E3B3
Text Example
Text Example
White with #E7E3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E3B3; }
p { color: rgb(231,227,179); }
H1.HeaderClassName
{
color: #E7E3B3;
}
.AnyTagClassName
{
color: #E7E3B3;
}
</style>
background-color css
<style>
a { background-color: #E7E3B3; }
a { background-color: rgb(231,227,179); }
div.DivClassName
{
background-color: #E7E3B3;
}
.BgClassName
{
background-color: #E7E3B3;
}
</style>
border-color css
<style>
span { border-color: #E7E3B3; }
span { border-color: rgb(231,227,179); }
td.TdClassName
{
border-color: #E7E3B3;
}
.TagClassName
{
border-color: #E7E3B3;
}
</style>