Shades of Starship #E2F042
Tints of Starship #E2F042
RGB
CMYK
RGB Variations
Color information
#E2F042 (or 0xE2F042) is known color: Starship. HEX triplet: E2, F0 and 42. RGB value is (226,240,66). Sum of RGB (Red+Green+Blue) = 226+240+66=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 66 (26.17% from 255 or 12.41% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F042 is #1D0FBD. Grayscale: #D8D8D8. Windows color (decimal): -1904574 or 4387042. OLE color: 4387042.
HSL color Cylindrical-coordinate representation of color #E2F042: hue angle of 64.83º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2F042 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 66 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.06 |
| HSL | 64.83º | 0.85% | 0.6% | - |
| HSV(B) | 64.83º | 0.73% | 0.94% | - |
| XYZ | 63.51 | 78.88 | 17.03 | - |
| YUV | 215.98 | 43.36 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 66 | 0.06 | 0 | 0.72 | 0.06 | 64.83 | 0.85 | 0.6 |
| Hex | E2 | F0 | 42 | 6 | 0 | 48 | 6 | 41 | 55 | 3C |
| Octal | 342 | 360 | 102 | 6 | 0 | 110 | 6 | 101 | 125 | 74 |
| Binary | 11100010 | 11110000 | 1000010 | 110 | 0 | 1001000 | 110 | 1000001 | 1010101 | 111100 |
Color Harmonies of #E2F042
Complementary color
Monochromatic Colors of #E2F042
Black with #E2F042
Text Example
Text Example
White with #E2F042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F042; }
p { color: rgb(226,240,66); }
H1.HeaderClassName
{
color: #E2F042;
}
.AnyTagClassName
{
color: #E2F042;
}
</style>
background-color css
<style>
a { background-color: #E2F042; }
a { background-color: rgb(226,240,66); }
div.DivClassName
{
background-color: #E2F042;
}
.BgClassName
{
background-color: #E2F042;
}
</style>
border-color css
<style>
span { border-color: #E2F042; }
span { border-color: rgb(226,240,66); }
td.TdClassName
{
border-color: #E2F042;
}
.TagClassName
{
border-color: #E2F042;
}
</style>