Shades of Tusk #E6E3B3
Tints of Tusk #E6E3B3
RGB
CMYK
RGB Variations
Color information
#E6E3B3 (or 0xE6E3B3) is known color: Tusk. HEX triplet: E6, E3 and B3. RGB value is (230,227,179). Sum of RGB (Red+Green+Blue) = 230+227+179=636 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.16% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 179 (70.31% from 255 or 28.14% from 636); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E3B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E3B3 is #191C4C. Grayscale: #DEDEDE. Windows color (decimal): -1645645 or 11789286. OLE color: 11789286.
HSL color Cylindrical-coordinate representation of color #E6E3B3: hue angle of 56.47º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6E3B3 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 227 | 179 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.10 |
| HSL | 56.47º | 0.5% | 0.8% | - |
| HSV(B) | 56.47º | 0.22% | 0.9% | - |
| XYZ | 68.24 | 75.02 | 53.53 | - |
| YUV | 222.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 227 | 179 | 0 | 0.01 | 0.22 | 0.10 | 56.47 | 0.5 | 0.8 |
| Hex | E6 | E3 | B3 | 0 | 1 | 16 | A | 38 | 32 | 50 |
| Octal | 346 | 343 | 263 | 0 | 1 | 26 | 12 | 70 | 62 | 120 |
| Binary | 11100110 | 11100011 | 10110011 | 0 | 1 | 10110 | 1010 | 111000 | 110010 | 1010000 |
Color Harmonies of #E6E3B3
Complementary color
Monochromatic Colors of #E6E3B3
Black with #E6E3B3
Text Example
Text Example
White with #E6E3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E3B3; }
p { color: rgb(230,227,179); }
H1.HeaderClassName
{
color: #E6E3B3;
}
.AnyTagClassName
{
color: #E6E3B3;
}
</style>
background-color css
<style>
a { background-color: #E6E3B3; }
a { background-color: rgb(230,227,179); }
div.DivClassName
{
background-color: #E6E3B3;
}
.BgClassName
{
background-color: #E6E3B3;
}
</style>
border-color css
<style>
span { border-color: #E6E3B3; }
span { border-color: rgb(230,227,179); }
td.TdClassName
{
border-color: #E6E3B3;
}
.TagClassName
{
border-color: #E6E3B3;
}
</style>