Shades of Starship #E2F03F
Tints of Starship #E2F03F
RGB
CMYK
RGB Variations
Color information
#E2F03F (or 0xE2F03F) is known color: Starship. HEX triplet: E2, F0 and 3F. RGB value is (226,240,63). Sum of RGB (Red+Green+Blue) = 226+240+63=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 63 (25% from 255 or 11.91% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F03F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F03F is #1D0FC0. Grayscale: #D8D8D8. Windows color (decimal): -1904577 or 4190434. OLE color: 4190434.
HSL color Cylindrical-coordinate representation of color #E2F03F: hue angle of 64.75º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2F03F is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 63 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.06 |
| HSL | 64.75º | 0.86% | 0.59% | - |
| HSV(B) | 64.75º | 0.74% | 0.94% | - |
| XYZ | 63.42 | 78.85 | 16.58 | - |
| YUV | 215.64 | 41.86 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 63 | 0.06 | 0 | 0.74 | 0.06 | 64.75 | 0.86 | 0.59 |
| Hex | E2 | F0 | 3F | 6 | 0 | 4A | 6 | 41 | 56 | 3B |
| Octal | 342 | 360 | 77 | 6 | 0 | 112 | 6 | 101 | 126 | 73 |
| Binary | 11100010 | 11110000 | 111111 | 110 | 0 | 1001010 | 110 | 1000001 | 1010110 | 111011 |
Color Harmonies of #E2F03F
Complementary color
Monochromatic Colors of #E2F03F
Black with #E2F03F
Text Example
Text Example
White with #E2F03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F03F; }
p { color: rgb(226,240,63); }
H1.HeaderClassName
{
color: #E2F03F;
}
.AnyTagClassName
{
color: #E2F03F;
}
</style>
background-color css
<style>
a { background-color: #E2F03F; }
a { background-color: rgb(226,240,63); }
div.DivClassName
{
background-color: #E2F03F;
}
.BgClassName
{
background-color: #E2F03F;
}
</style>
border-color css
<style>
span { border-color: #E2F03F; }
span { border-color: rgb(226,240,63); }
td.TdClassName
{
border-color: #E2F03F;
}
.TagClassName
{
border-color: #E2F03F;
}
</style>