Shades of Tusk #E4EFB5
Tints of Tusk #E4EFB5
RGB
CMYK
RGB Variations
Color information
#E4EFB5 (or 0xE4EFB5) is known color: Tusk. HEX triplet: E4, EF and B5. RGB value is (228,239,181). Sum of RGB (Red+Green+Blue) = 228+239+181=648 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.19% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 181 (71.09% from 255 or 27.93% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #E4EFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4EFB5 is #1B104A. Grayscale: #E5E5E5. Windows color (decimal): -1773643 or 11923428. OLE color: 11923428.
HSL color Cylindrical-coordinate representation of color #E4EFB5: hue angle of 71.38º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4EFB5 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 239 | 181 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.06 |
| HSL | 71.38º | 0.64% | 0.82% | - |
| HSV(B) | 71.38º | 0.24% | 0.94% | - |
| XYZ | 71.2 | 81.56 | 55.71 | - |
| YUV | 229.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 239 | 181 | 0.05 | 0 | 0.24 | 0.06 | 71.38 | 0.64 | 0.82 |
| Hex | E4 | EF | B5 | 5 | 0 | 18 | 6 | 47 | 40 | 52 |
| Octal | 344 | 357 | 265 | 5 | 0 | 30 | 6 | 107 | 100 | 122 |
| Binary | 11100100 | 11101111 | 10110101 | 101 | 0 | 11000 | 110 | 1000111 | 1000000 | 1010010 |
Color Harmonies of #E4EFB5
Complementary color
Monochromatic Colors of #E4EFB5
Black with #E4EFB5
Text Example
Text Example
White with #E4EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EFB5; }
p { color: rgb(228,239,181); }
H1.HeaderClassName
{
color: #E4EFB5;
}
.AnyTagClassName
{
color: #E4EFB5;
}
</style>
background-color css
<style>
a { background-color: #E4EFB5; }
a { background-color: rgb(228,239,181); }
div.DivClassName
{
background-color: #E4EFB5;
}
.BgClassName
{
background-color: #E4EFB5;
}
</style>
border-color css
<style>
span { border-color: #E4EFB5; }
span { border-color: rgb(228,239,181); }
td.TdClassName
{
border-color: #E4EFB5;
}
.TagClassName
{
border-color: #E4EFB5;
}
</style>