Shades of Starship #E0E42E
Tints of Starship #E0E42E
RGB
CMYK
RGB Variations
Color information
#E0E42E (or 0xE0E42E) is known color: Starship. HEX triplet: E0, E4 and 2E. RGB value is (224,228,46). Sum of RGB (Red+Green+Blue) = 224+228+46=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 46 (18.36% from 255 or 9.24% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E42E is #1F1BD1. Grayscale: #CECECE. Windows color (decimal): -2038738 or 3073248. OLE color: 3073248.
HSL color Cylindrical-coordinate representation of color #E0E42E: hue angle of 61.32º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0E42E is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 228 | 46 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.11 |
| HSL | 61.32º | 0.77% | 0.54% | - |
| HSV(B) | 61.32º | 0.8% | 0.89% | - |
| XYZ | 58.98 | 71.53 | 13.28 | - |
| YUV | 206.06 | 37.67 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 228 | 46 | 0.02 | 0 | 0.80 | 0.11 | 61.32 | 0.77 | 0.54 |
| Hex | E0 | E4 | 2E | 2 | 0 | 50 | B | 3D | 4D | 36 |
| Octal | 340 | 344 | 56 | 2 | 0 | 120 | 13 | 75 | 115 | 66 |
| Binary | 11100000 | 11100100 | 101110 | 10 | 0 | 1010000 | 1011 | 111101 | 1001101 | 110110 |
Color Harmonies of #E0E42E
Complementary color
Monochromatic Colors of #E0E42E
Black with #E0E42E
Text Example
Text Example
White with #E0E42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E42E; }
p { color: rgb(224,228,46); }
H1.HeaderClassName
{
color: #E0E42E;
}
.AnyTagClassName
{
color: #E0E42E;
}
</style>
background-color css
<style>
a { background-color: #E0E42E; }
a { background-color: rgb(224,228,46); }
div.DivClassName
{
background-color: #E0E42E;
}
.BgClassName
{
background-color: #E0E42E;
}
</style>
border-color css
<style>
span { border-color: #E0E42E; }
span { border-color: rgb(224,228,46); }
td.TdClassName
{
border-color: #E0E42E;
}
.TagClassName
{
border-color: #E0E42E;
}
</style>