Shades of Tusk #E2EDB8
Tints of Tusk #E2EDB8
RGB
CMYK
RGB Variations
Color information
#E2EDB8 (or 0xE2EDB8) is known color: Tusk. HEX triplet: E2, ED and B8. RGB value is (226,237,184). Sum of RGB (Red+Green+Blue) = 226+237+184=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 184 (72.27% from 255 or 28.44% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDB8 is #1D1247. Grayscale: #E3E3E3. Windows color (decimal): -1905224 or 12119522. OLE color: 12119522.
HSL color Cylindrical-coordinate representation of color #E2EDB8: hue angle of 72.45º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E2EDB8 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 184 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.07 |
| HSL | 72.45º | 0.6% | 0.83% | - |
| HSV(B) | 72.45º | 0.22% | 0.93% | - |
| XYZ | 70.3 | 80.2 | 57.12 | - |
| YUV | 227.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 184 | 0.05 | 0 | 0.22 | 0.07 | 72.45 | 0.6 | 0.83 |
| Hex | E2 | ED | B8 | 5 | 0 | 16 | 7 | 48 | 3C | 53 |
| Octal | 342 | 355 | 270 | 5 | 0 | 26 | 7 | 110 | 74 | 123 |
| Binary | 11100010 | 11101101 | 10111000 | 101 | 0 | 10110 | 111 | 1001000 | 111100 | 1010011 |
Color Harmonies of #E2EDB8
Complementary color
Monochromatic Colors of #E2EDB8
Black with #E2EDB8
Text Example
Text Example
White with #E2EDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDB8; }
p { color: rgb(226,237,184); }
H1.HeaderClassName
{
color: #E2EDB8;
}
.AnyTagClassName
{
color: #E2EDB8;
}
</style>
background-color css
<style>
a { background-color: #E2EDB8; }
a { background-color: rgb(226,237,184); }
div.DivClassName
{
background-color: #E2EDB8;
}
.BgClassName
{
background-color: #E2EDB8;
}
</style>
border-color css
<style>
span { border-color: #E2EDB8; }
span { border-color: rgb(226,237,184); }
td.TdClassName
{
border-color: #E2EDB8;
}
.TagClassName
{
border-color: #E2EDB8;
}
</style>