Shades of Tusk #E4E6B0
Tints of Tusk #E4E6B0
RGB
CMYK
RGB Variations
Color information
#E4E6B0 (or 0xE4E6B0) is known color: Tusk. HEX triplet: E4, E6 and B0. RGB value is (228,230,176). Sum of RGB (Red+Green+Blue) = 228+230+176=634 (83% of max value = 765). Red value is 228 (89.45% from 255 or 35.96% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #E4E6B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4E6B0 is #1B194F. Grayscale: #DFDFDF. Windows color (decimal): -1775952 or 11593444. OLE color: 11593444.
HSL color Cylindrical-coordinate representation of color #E4E6B0: hue angle of 62.22º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E4E6B0 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 230 | 176 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.10 |
| HSL | 62.22º | 0.52% | 0.8% | - |
| HSV(B) | 62.22º | 0.23% | 0.9% | - |
| XYZ | 68.13 | 76.22 | 52.2 | - |
| YUV | 223.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 230 | 176 | 0.01 | 0 | 0.23 | 0.10 | 62.22 | 0.52 | 0.8 |
| Hex | E4 | E6 | B0 | 1 | 0 | 17 | A | 3E | 34 | 50 |
| Octal | 344 | 346 | 260 | 1 | 0 | 27 | 12 | 76 | 64 | 120 |
| Binary | 11100100 | 11100110 | 10110000 | 1 | 0 | 10111 | 1010 | 111110 | 110100 | 1010000 |
Color Harmonies of #E4E6B0
Complementary color
Monochromatic Colors of #E4E6B0
Black with #E4E6B0
Text Example
Text Example
White with #E4E6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E6B0; }
p { color: rgb(228,230,176); }
H1.HeaderClassName
{
color: #E4E6B0;
}
.AnyTagClassName
{
color: #E4E6B0;
}
</style>
background-color css
<style>
a { background-color: #E4E6B0; }
a { background-color: rgb(228,230,176); }
div.DivClassName
{
background-color: #E4E6B0;
}
.BgClassName
{
background-color: #E4E6B0;
}
</style>
border-color css
<style>
span { border-color: #E4E6B0; }
span { border-color: rgb(228,230,176); }
td.TdClassName
{
border-color: #E4E6B0;
}
.TagClassName
{
border-color: #E4E6B0;
}
</style>