Shades of Starship #E4F032
Tints of Starship #E4F032
RGB
CMYK
RGB Variations
Color information
#E4F032 (or 0xE4F032) is known color: Starship. HEX triplet: E4, F0 and 32. RGB value is (228,240,50). Sum of RGB (Red+Green+Blue) = 228+240+50=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #E4F032 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F032 is #1B0FCD. Grayscale: #D7D7D7. Windows color (decimal): -1773518 or 3338468. OLE color: 3338468.
HSL color Cylindrical-coordinate representation of color #E4F032: hue angle of 63.79º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E4F032 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 240 | 50 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.06 |
| HSL | 63.79º | 0.86% | 0.57% | - |
| HSV(B) | 63.79º | 0.79% | 0.94% | - |
| XYZ | 63.73 | 79.04 | 14.92 | - |
| YUV | 214.75 | 35.02 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 50 | 0.05 | 0 | 0.79 | 0.06 | 63.79 | 0.86 | 0.57 |
| Hex | E4 | F0 | 32 | 5 | 0 | 4F | 6 | 40 | 56 | 39 |
| Octal | 344 | 360 | 62 | 5 | 0 | 117 | 6 | 100 | 126 | 71 |
| Binary | 11100100 | 11110000 | 110010 | 101 | 0 | 1001111 | 110 | 1000000 | 1010110 | 111001 |
Color Harmonies of #E4F032
Complementary color
Monochromatic Colors of #E4F032
Black with #E4F032
Text Example
Text Example
White with #E4F032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F032; }
p { color: rgb(228,240,50); }
H1.HeaderClassName
{
color: #E4F032;
}
.AnyTagClassName
{
color: #E4F032;
}
</style>
background-color css
<style>
a { background-color: #E4F032; }
a { background-color: rgb(228,240,50); }
div.DivClassName
{
background-color: #E4F032;
}
.BgClassName
{
background-color: #E4F032;
}
</style>
border-color css
<style>
span { border-color: #E4F032; }
span { border-color: rgb(228,240,50); }
td.TdClassName
{
border-color: #E4F032;
}
.TagClassName
{
border-color: #E4F032;
}
</style>