Shades of Tusk #E2F0B2
Tints of Tusk #E2F0B2
RGB
CMYK
RGB Variations
Color information
#E2F0B2 (or 0xE2F0B2) is known color: Tusk. HEX triplet: E2, F0 and B2. RGB value is (226,240,178). Sum of RGB (Red+Green+Blue) = 226+240+178=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F0B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F0B2 is #1D0F4D. Grayscale: #E4E4E4. Windows color (decimal): -1904462 or 11727074. OLE color: 11727074.
HSL color Cylindrical-coordinate representation of color #E2F0B2: hue angle of 73.55º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2F0B2 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 178 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.06 |
| HSL | 73.55º | 0.67% | 0.82% | - |
| HSV(B) | 73.55º | 0.26% | 0.94% | - |
| XYZ | 70.56 | 81.7 | 54.17 | - |
| YUV | 228.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 178 | 0.06 | 0 | 0.26 | 0.06 | 73.55 | 0.67 | 0.82 |
| Hex | E2 | F0 | B2 | 6 | 0 | 1A | 6 | 4A | 43 | 52 |
| Octal | 342 | 360 | 262 | 6 | 0 | 32 | 6 | 112 | 103 | 122 |
| Binary | 11100010 | 11110000 | 10110010 | 110 | 0 | 11010 | 110 | 1001010 | 1000011 | 1010010 |
Color Harmonies of #E2F0B2
Complementary color
Monochromatic Colors of #E2F0B2
Black with #E2F0B2
Text Example
Text Example
White with #E2F0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F0B2; }
p { color: rgb(226,240,178); }
H1.HeaderClassName
{
color: #E2F0B2;
}
.AnyTagClassName
{
color: #E2F0B2;
}
</style>
background-color css
<style>
a { background-color: #E2F0B2; }
a { background-color: rgb(226,240,178); }
div.DivClassName
{
background-color: #E2F0B2;
}
.BgClassName
{
background-color: #E2F0B2;
}
</style>
border-color css
<style>
span { border-color: #E2F0B2; }
span { border-color: rgb(226,240,178); }
td.TdClassName
{
border-color: #E2F0B2;
}
.TagClassName
{
border-color: #E2F0B2;
}
</style>