Shades of Starship #E8F142
Tints of Starship #E8F142
RGB
CMYK
RGB Variations
Color information
#E8F142 (or 0xE8F142) is known color: Starship. HEX triplet: E8, F1 and 42. RGB value is (232,241,66). Sum of RGB (Red+Green+Blue) = 232+241+66=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 66 (26.17% from 255 or 12.24% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #E8F142 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E8F142 is #170EBD. Grayscale: #DBDBDB. Windows color (decimal): -1511102 or 4387304. OLE color: 4387304.
HSL color Cylindrical-coordinate representation of color #E8F142: hue angle of 63.09º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E8F142 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 241 | 66 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.05 |
| HSL | 63.09º | 0.86% | 0.6% | - |
| HSV(B) | 63.09º | 0.73% | 0.95% | - |
| XYZ | 65.72 | 80.46 | 17.22 | - |
| YUV | 218.36 | 42.02 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 241 | 66 | 0.04 | 0 | 0.73 | 0.05 | 63.09 | 0.86 | 0.6 |
| Hex | E8 | F1 | 42 | 4 | 0 | 49 | 5 | 3F | 56 | 3C |
| Octal | 350 | 361 | 102 | 4 | 0 | 111 | 5 | 77 | 126 | 74 |
| Binary | 11101000 | 11110001 | 1000010 | 100 | 0 | 1001001 | 101 | 111111 | 1010110 | 111100 |
Color Harmonies of #E8F142
Complementary color
Monochromatic Colors of #E8F142
Black with #E8F142
Text Example
Text Example
White with #E8F142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8F142; }
p { color: rgb(232,241,66); }
H1.HeaderClassName
{
color: #E8F142;
}
.AnyTagClassName
{
color: #E8F142;
}
</style>
background-color css
<style>
a { background-color: #E8F142; }
a { background-color: rgb(232,241,66); }
div.DivClassName
{
background-color: #E8F142;
}
.BgClassName
{
background-color: #E8F142;
}
</style>
border-color css
<style>
span { border-color: #E8F142; }
span { border-color: rgb(232,241,66); }
td.TdClassName
{
border-color: #E8F142;
}
.TagClassName
{
border-color: #E8F142;
}
</style>