Shades of Starship #E0FA47
Tints of Starship #E0FA47
RGB
CMYK
RGB Variations
Color information
#E0FA47 (or 0xE0FA47) is known color: Starship. HEX triplet: E0, FA and 47. RGB value is (224,250,71). Sum of RGB (Red+Green+Blue) = 224+250+71=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 71 (28.12% from 255 or 13.03% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FA47 is #1F05B8. Grayscale: #DEDEDE. Windows color (decimal): -2033081 or 4717280. OLE color: 4717280.
HSL color Cylindrical-coordinate representation of color #E0FA47: hue angle of 68.72º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E0FA47 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 71 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.02 |
| HSL | 68.72º | 0.95% | 0.63% | - |
| HSV(B) | 68.72º | 0.72% | 0.98% | - |
| XYZ | 66.06 | 84.67 | 18.82 | - |
| YUV | 221.82 | 42.89 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 71 | 0.10 | 0 | 0.72 | 0.02 | 68.72 | 0.95 | 0.63 |
| Hex | E0 | FA | 47 | A | 0 | 48 | 2 | 45 | 5F | 3F |
| Octal | 340 | 372 | 107 | 12 | 0 | 110 | 2 | 105 | 137 | 77 |
| Binary | 11100000 | 11111010 | 1000111 | 1010 | 0 | 1001000 | 10 | 1000101 | 1011111 | 111111 |
Color Harmonies of #E0FA47
Complementary color
Monochromatic Colors of #E0FA47
Black with #E0FA47
Text Example
Text Example
White with #E0FA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FA47; }
p { color: rgb(224,250,71); }
H1.HeaderClassName
{
color: #E0FA47;
}
.AnyTagClassName
{
color: #E0FA47;
}
</style>
background-color css
<style>
a { background-color: #E0FA47; }
a { background-color: rgb(224,250,71); }
div.DivClassName
{
background-color: #E0FA47;
}
.BgClassName
{
background-color: #E0FA47;
}
</style>
border-color css
<style>
span { border-color: #E0FA47; }
span { border-color: rgb(224,250,71); }
td.TdClassName
{
border-color: #E0FA47;
}
.TagClassName
{
border-color: #E0FA47;
}
</style>