Shades of Starship #E2F040
Tints of Starship #E2F040
RGB
CMYK
RGB Variations
Color information
#E2F040 (or 0xE2F040) is known color: Starship. HEX triplet: E2, F0 and 40. RGB value is (226,240,64). Sum of RGB (Red+Green+Blue) = 226+240+64=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F040 is #1D0FBF. Grayscale: #D8D8D8. Windows color (decimal): -1904576 or 4255970. OLE color: 4255970.
HSL color Cylindrical-coordinate representation of color #E2F040: hue angle of 64.77º 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 #E2F040 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 64 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.06 |
| HSL | 64.77º | 0.85% | 0.6% | - |
| HSV(B) | 64.77º | 0.73% | 0.94% | - |
| XYZ | 63.45 | 78.86 | 16.73 | - |
| YUV | 215.75 | 42.36 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 64 | 0.06 | 0 | 0.73 | 0.06 | 64.77 | 0.85 | 0.6 |
| Hex | E2 | F0 | 40 | 6 | 0 | 49 | 6 | 41 | 55 | 3C |
| Octal | 342 | 360 | 100 | 6 | 0 | 111 | 6 | 101 | 125 | 74 |
| Binary | 11100010 | 11110000 | 1000000 | 110 | 0 | 1001001 | 110 | 1000001 | 1010101 | 111100 |
Color Harmonies of #E2F040
Complementary color
Monochromatic Colors of #E2F040
Black with #E2F040
Text Example
Text Example
White with #E2F040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F040; }
p { color: rgb(226,240,64); }
H1.HeaderClassName
{
color: #E2F040;
}
.AnyTagClassName
{
color: #E2F040;
}
</style>
background-color css
<style>
a { background-color: #E2F040; }
a { background-color: rgb(226,240,64); }
div.DivClassName
{
background-color: #E2F040;
}
.BgClassName
{
background-color: #E2F040;
}
</style>
border-color css
<style>
span { border-color: #E2F040; }
span { border-color: rgb(226,240,64); }
td.TdClassName
{
border-color: #E2F040;
}
.TagClassName
{
border-color: #E2F040;
}
</style>