Shades of Starship #E0EC47
Tints of Starship #E0EC47
RGB
CMYK
RGB Variations
Color information
#E0EC47 (or 0xE0EC47) is known color: Starship. HEX triplet: E0, EC and 47. RGB value is (224,236,71). Sum of RGB (Red+Green+Blue) = 224+236+71=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 71 (28.12% from 255 or 13.37% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #E0EC47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0EC47 is #1F13B8. Grayscale: #D6D6D6. Windows color (decimal): -2036665 or 4713696. OLE color: 4713696.
HSL color Cylindrical-coordinate representation of color #E0EC47: hue angle of 64.36º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E0EC47 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 71 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.07 |
| HSL | 64.36º | 0.81% | 0.6% | - |
| HSV(B) | 64.36º | 0.7% | 0.93% | - |
| XYZ | 61.87 | 76.29 | 17.43 | - |
| YUV | 213.6 | 47.52 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 71 | 0.05 | 0 | 0.70 | 0.07 | 64.36 | 0.81 | 0.6 |
| Hex | E0 | EC | 47 | 5 | 0 | 46 | 7 | 40 | 51 | 3C |
| Octal | 340 | 354 | 107 | 5 | 0 | 106 | 7 | 100 | 121 | 74 |
| Binary | 11100000 | 11101100 | 1000111 | 101 | 0 | 1000110 | 111 | 1000000 | 1010001 | 111100 |
Color Harmonies of #E0EC47
Complementary color
Monochromatic Colors of #E0EC47
Black with #E0EC47
Text Example
Text Example
White with #E0EC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EC47; }
p { color: rgb(224,236,71); }
H1.HeaderClassName
{
color: #E0EC47;
}
.AnyTagClassName
{
color: #E0EC47;
}
</style>
background-color css
<style>
a { background-color: #E0EC47; }
a { background-color: rgb(224,236,71); }
div.DivClassName
{
background-color: #E0EC47;
}
.BgClassName
{
background-color: #E0EC47;
}
</style>
border-color css
<style>
span { border-color: #E0EC47; }
span { border-color: rgb(224,236,71); }
td.TdClassName
{
border-color: #E0EC47;
}
.TagClassName
{
border-color: #E0EC47;
}
</style>