Shades of Starship #E2EF40
Tints of Starship #E2EF40
RGB
CMYK
RGB Variations
Color information
#E2EF40 (or 0xE2EF40) is known color: Starship. HEX triplet: E2, EF and 40. RGB value is (226,239,64). Sum of RGB (Red+Green+Blue) = 226+239+64=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 64 (25.39% from 255 or 12.10% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EF40 is #1D10BF. Grayscale: #D7D7D7. Windows color (decimal): -1904832 or 4255714. OLE color: 4255714.
HSL color Cylindrical-coordinate representation of color #E2EF40: hue angle of 64.46º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2EF40 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 239 | 64 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.06 |
| HSL | 64.46º | 0.85% | 0.59% | - |
| HSV(B) | 64.46º | 0.73% | 0.94% | - |
| XYZ | 63.16 | 78.27 | 16.63 | - |
| YUV | 215.16 | 42.69 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 239 | 64 | 0.05 | 0 | 0.73 | 0.06 | 64.46 | 0.85 | 0.59 |
| Hex | E2 | EF | 40 | 5 | 0 | 49 | 6 | 40 | 55 | 3B |
| Octal | 342 | 357 | 100 | 5 | 0 | 111 | 6 | 100 | 125 | 73 |
| Binary | 11100010 | 11101111 | 1000000 | 101 | 0 | 1001001 | 110 | 1000000 | 1010101 | 111011 |
Color Harmonies of #E2EF40
Complementary color
Monochromatic Colors of #E2EF40
Black with #E2EF40
Text Example
Text Example
White with #E2EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EF40; }
p { color: rgb(226,239,64); }
H1.HeaderClassName
{
color: #E2EF40;
}
.AnyTagClassName
{
color: #E2EF40;
}
</style>
background-color css
<style>
a { background-color: #E2EF40; }
a { background-color: rgb(226,239,64); }
div.DivClassName
{
background-color: #E2EF40;
}
.BgClassName
{
background-color: #E2EF40;
}
</style>
border-color css
<style>
span { border-color: #E2EF40; }
span { border-color: rgb(226,239,64); }
td.TdClassName
{
border-color: #E2EF40;
}
.TagClassName
{
border-color: #E2EF40;
}
</style>