Shades of Starship #E4F049
Tints of Starship #E4F049
RGB
CMYK
RGB Variations
Color information
#E4F049 (or 0xE4F049) is known color: Starship. HEX triplet: E4, F0 and 49. RGB value is (228,240,73). Sum of RGB (Red+Green+Blue) = 228+240+73=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 73 (28.91% from 255 or 13.49% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #E4F049 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4F049 is #1B0FB6. Grayscale: #DADADA. Windows color (decimal): -1773495 or 4845796. OLE color: 4845796.
HSL color Cylindrical-coordinate representation of color #E4F049: hue angle of 64.31º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E4F049 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 240 | 73 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.06 |
| HSL | 64.31º | 0.85% | 0.61% | - |
| HSV(B) | 64.31º | 0.7% | 0.94% | - |
| XYZ | 64.36 | 79.3 | 18.22 | - |
| YUV | 217.37 | 46.52 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 73 | 0.05 | 0 | 0.70 | 0.06 | 64.31 | 0.85 | 0.61 |
| Hex | E4 | F0 | 49 | 5 | 0 | 46 | 6 | 40 | 55 | 3D |
| Octal | 344 | 360 | 111 | 5 | 0 | 106 | 6 | 100 | 125 | 75 |
| Binary | 11100100 | 11110000 | 1001001 | 101 | 0 | 1000110 | 110 | 1000000 | 1010101 | 111101 |
Color Harmonies of #E4F049
Complementary color
Monochromatic Colors of #E4F049
Black with #E4F049
Text Example
Text Example
White with #E4F049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F049; }
p { color: rgb(228,240,73); }
H1.HeaderClassName
{
color: #E4F049;
}
.AnyTagClassName
{
color: #E4F049;
}
</style>
background-color css
<style>
a { background-color: #E4F049; }
a { background-color: rgb(228,240,73); }
div.DivClassName
{
background-color: #E4F049;
}
.BgClassName
{
background-color: #E4F049;
}
</style>
border-color css
<style>
span { border-color: #E4F049; }
span { border-color: rgb(228,240,73); }
td.TdClassName
{
border-color: #E4F049;
}
.TagClassName
{
border-color: #E4F049;
}
</style>