Shades of Starship #E8EF40
Tints of Starship #E8EF40
RGB
CMYK
RGB Variations
Color information
#E8EF40 (or 0xE8EF40) is known color: Starship. HEX triplet: E8, EF and 40. RGB value is (232,239,64). Sum of RGB (Red+Green+Blue) = 232+239+64=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 64 (25.39% from 255 or 11.96% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #E8EF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8EF40 is #1710BF. Grayscale: #D9D9D9. Windows color (decimal): -1511616 or 4255720. OLE color: 4255720.
HSL color Cylindrical-coordinate representation of color #E8EF40: hue angle of 62.4º 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 #E8EF40 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 239 | 64 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.06 |
| HSL | 62.4º | 0.85% | 0.59% | - |
| HSV(B) | 62.4º | 0.73% | 0.94% | - |
| XYZ | 65.07 | 79.26 | 16.72 | - |
| YUV | 216.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 239 | 64 | 0.03 | 0 | 0.73 | 0.06 | 62.4 | 0.85 | 0.59 |
| Hex | E8 | EF | 40 | 3 | 0 | 49 | 6 | 3E | 55 | 3B |
| Octal | 350 | 357 | 100 | 3 | 0 | 111 | 6 | 76 | 125 | 73 |
| Binary | 11101000 | 11101111 | 1000000 | 11 | 0 | 1001001 | 110 | 111110 | 1010101 | 111011 |
Color Harmonies of #E8EF40
Complementary color
Monochromatic Colors of #E8EF40
Black with #E8EF40
Text Example
Text Example
White with #E8EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EF40; }
p { color: rgb(232,239,64); }
H1.HeaderClassName
{
color: #E8EF40;
}
.AnyTagClassName
{
color: #E8EF40;
}
</style>
background-color css
<style>
a { background-color: #E8EF40; }
a { background-color: rgb(232,239,64); }
div.DivClassName
{
background-color: #E8EF40;
}
.BgClassName
{
background-color: #E8EF40;
}
</style>
border-color css
<style>
span { border-color: #E8EF40; }
span { border-color: rgb(232,239,64); }
td.TdClassName
{
border-color: #E8EF40;
}
.TagClassName
{
border-color: #E8EF40;
}
</style>