Shades of Starship #E2F035
Tints of Starship #E2F035
RGB
CMYK
RGB Variations
Color information
#E2F035 (or 0xE2F035) is known color: Starship. HEX triplet: E2, F0 and 35. RGB value is (226,240,53). Sum of RGB (Red+Green+Blue) = 226+240+53=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 53 (21.09% from 255 or 10.21% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F035 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F035 is #1D0FCA. Grayscale: #D7D7D7. Windows color (decimal): -1904587 or 3535074. OLE color: 3535074.
HSL color Cylindrical-coordinate representation of color #E2F035: hue angle of 64.49º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2F035 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 53 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.06 |
| HSL | 64.49º | 0.86% | 0.57% | - |
| HSV(B) | 64.49º | 0.78% | 0.94% | - |
| XYZ | 63.17 | 78.75 | 15.24 | - |
| YUV | 214.5 | 36.86 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 53 | 0.06 | 0 | 0.78 | 0.06 | 64.49 | 0.86 | 0.57 |
| Hex | E2 | F0 | 35 | 6 | 0 | 4E | 6 | 40 | 56 | 39 |
| Octal | 342 | 360 | 65 | 6 | 0 | 116 | 6 | 100 | 126 | 71 |
| Binary | 11100010 | 11110000 | 110101 | 110 | 0 | 1001110 | 110 | 1000000 | 1010110 | 111001 |
Color Harmonies of #E2F035
Complementary color
Monochromatic Colors of #E2F035
Black with #E2F035
Text Example
Text Example
White with #E2F035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F035; }
p { color: rgb(226,240,53); }
H1.HeaderClassName
{
color: #E2F035;
}
.AnyTagClassName
{
color: #E2F035;
}
</style>
background-color css
<style>
a { background-color: #E2F035; }
a { background-color: rgb(226,240,53); }
div.DivClassName
{
background-color: #E2F035;
}
.BgClassName
{
background-color: #E2F035;
}
</style>
border-color css
<style>
span { border-color: #E2F035; }
span { border-color: rgb(226,240,53); }
td.TdClassName
{
border-color: #E2F035;
}
.TagClassName
{
border-color: #E2F035;
}
</style>