Shades of Tusk #E2EDB4
Tints of Tusk #E2EDB4
RGB
CMYK
RGB Variations
Color information
#E2EDB4 (or 0xE2EDB4) is known color: Tusk. HEX triplet: E2, ED and B4. RGB value is (226,237,180). Sum of RGB (Red+Green+Blue) = 226+237+180=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 180 (70.70% from 255 or 27.99% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #E2EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EDB4 is #1D124B. Grayscale: #E3E3E3. Windows color (decimal): -1905228 or 11857378. OLE color: 11857378.
HSL color Cylindrical-coordinate representation of color #E2EDB4: hue angle of 71.58º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2EDB4 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 180 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.07 |
| HSL | 71.58º | 0.61% | 0.82% | - |
| HSV(B) | 71.58º | 0.24% | 0.93% | - |
| XYZ | 69.89 | 80.03 | 54.94 | - |
| YUV | 227.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 180 | 0.05 | 0 | 0.24 | 0.07 | 71.58 | 0.61 | 0.82 |
| Hex | E2 | ED | B4 | 5 | 0 | 18 | 7 | 48 | 3D | 52 |
| Octal | 342 | 355 | 264 | 5 | 0 | 30 | 7 | 110 | 75 | 122 |
| Binary | 11100010 | 11101101 | 10110100 | 101 | 0 | 11000 | 111 | 1001000 | 111101 | 1010010 |
Color Harmonies of #E2EDB4
Complementary color
Monochromatic Colors of #E2EDB4
Black with #E2EDB4
Text Example
Text Example
White with #E2EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EDB4; }
p { color: rgb(226,237,180); }
H1.HeaderClassName
{
color: #E2EDB4;
}
.AnyTagClassName
{
color: #E2EDB4;
}
</style>
background-color css
<style>
a { background-color: #E2EDB4; }
a { background-color: rgb(226,237,180); }
div.DivClassName
{
background-color: #E2EDB4;
}
.BgClassName
{
background-color: #E2EDB4;
}
</style>
border-color css
<style>
span { border-color: #E2EDB4; }
span { border-color: rgb(226,237,180); }
td.TdClassName
{
border-color: #E2EDB4;
}
.TagClassName
{
border-color: #E2EDB4;
}
</style>