Shades of Tusk #E2F0B4
Tints of Tusk #E2F0B4
RGB
CMYK
RGB Variations
Color information
#E2F0B4 (or 0xE2F0B4) is known color: Tusk. HEX triplet: E2, F0 and B4. RGB value is (226,240,180). Sum of RGB (Red+Green+Blue) = 226+240+180=646 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.98% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 180 (70.70% from 255 or 27.86% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F0B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F0B4 is #1D0F4B. Grayscale: #E5E5E5. Windows color (decimal): -1904460 or 11858146. OLE color: 11858146.
HSL color Cylindrical-coordinate representation of color #E2F0B4: hue angle of 74º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2F0B4 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 180 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.06 |
| HSL | 74º | 0.67% | 0.82% | - |
| HSV(B) | 74º | 0.25% | 0.94% | - |
| XYZ | 70.76 | 81.78 | 55.24 | - |
| YUV | 228.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 180 | 0.06 | 0 | 0.25 | 0.06 | 74 | 0.67 | 0.82 |
| Hex | E2 | F0 | B4 | 6 | 0 | 19 | 6 | 4A | 43 | 52 |
| Octal | 342 | 360 | 264 | 6 | 0 | 31 | 6 | 112 | 103 | 122 |
| Binary | 11100010 | 11110000 | 10110100 | 110 | 0 | 11001 | 110 | 1001010 | 1000011 | 1010010 |
Color Harmonies of #E2F0B4
Complementary color
Monochromatic Colors of #E2F0B4
Black with #E2F0B4
Text Example
Text Example
White with #E2F0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F0B4; }
p { color: rgb(226,240,180); }
H1.HeaderClassName
{
color: #E2F0B4;
}
.AnyTagClassName
{
color: #E2F0B4;
}
</style>
background-color css
<style>
a { background-color: #E2F0B4; }
a { background-color: rgb(226,240,180); }
div.DivClassName
{
background-color: #E2F0B4;
}
.BgClassName
{
background-color: #E2F0B4;
}
</style>
border-color css
<style>
span { border-color: #E2F0B4; }
span { border-color: rgb(226,240,180); }
td.TdClassName
{
border-color: #E2F0B4;
}
.TagClassName
{
border-color: #E2F0B4;
}
</style>