Shades of Starship #E2F036
Tints of Starship #E2F036
RGB
CMYK
RGB Variations
Color information
#E2F036 (or 0xE2F036) is known color: Starship. HEX triplet: E2, F0 and 36. RGB value is (226,240,54). Sum of RGB (Red+Green+Blue) = 226+240+54=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 54 (21.48% from 255 or 10.38% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F036 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F036 is #1D0FC9. Grayscale: #D7D7D7. Windows color (decimal): -1904586 or 3600610. OLE color: 3600610.
HSL color Cylindrical-coordinate representation of color #E2F036: hue angle of 64.52º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2F036 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 54 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.06 |
| HSL | 64.52º | 0.86% | 0.58% | - |
| HSV(B) | 64.52º | 0.78% | 0.94% | - |
| XYZ | 63.19 | 78.76 | 15.36 | - |
| YUV | 214.61 | 37.36 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 54 | 0.06 | 0 | 0.78 | 0.06 | 64.52 | 0.86 | 0.58 |
| Hex | E2 | F0 | 36 | 6 | 0 | 4E | 6 | 41 | 56 | 3A |
| Octal | 342 | 360 | 66 | 6 | 0 | 116 | 6 | 101 | 126 | 72 |
| Binary | 11100010 | 11110000 | 110110 | 110 | 0 | 1001110 | 110 | 1000001 | 1010110 | 111010 |
Color Harmonies of #E2F036
Complementary color
Monochromatic Colors of #E2F036
Black with #E2F036
Text Example
Text Example
White with #E2F036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F036; }
p { color: rgb(226,240,54); }
H1.HeaderClassName
{
color: #E2F036;
}
.AnyTagClassName
{
color: #E2F036;
}
</style>
background-color css
<style>
a { background-color: #E2F036; }
a { background-color: rgb(226,240,54); }
div.DivClassName
{
background-color: #E2F036;
}
.BgClassName
{
background-color: #E2F036;
}
</style>
border-color css
<style>
span { border-color: #E2F036; }
span { border-color: rgb(226,240,54); }
td.TdClassName
{
border-color: #E2F036;
}
.TagClassName
{
border-color: #E2F036;
}
</style>