Shades of Starship #E2EA47
Tints of Starship #E2EA47
RGB
CMYK
RGB Variations
Color information
#E2EA47 (or 0xE2EA47) is known color: Starship. HEX triplet: E2, EA and 47. RGB value is (226,234,71). Sum of RGB (Red+Green+Blue) = 226+234+71=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 71 (28.12% from 255 or 13.37% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EA47 is #1D15B8. Grayscale: #D5D5D5. Windows color (decimal): -1906105 or 4713186. OLE color: 4713186.
HSL color Cylindrical-coordinate representation of color #E2EA47: hue angle of 62.94º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2EA47 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 71 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.08 |
| HSL | 62.94º | 0.8% | 0.6% | - |
| HSV(B) | 62.94º | 0.7% | 0.92% | - |
| XYZ | 61.92 | 75.47 | 17.26 | - |
| YUV | 213.03 | 47.85 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 71 | 0.03 | 0 | 0.70 | 0.08 | 62.94 | 0.8 | 0.6 |
| Hex | E2 | EA | 47 | 3 | 0 | 46 | 8 | 3F | 50 | 3C |
| Octal | 342 | 352 | 107 | 3 | 0 | 106 | 10 | 77 | 120 | 74 |
| Binary | 11100010 | 11101010 | 1000111 | 11 | 0 | 1000110 | 1000 | 111111 | 1010000 | 111100 |
Color Harmonies of #E2EA47
Complementary color
Monochromatic Colors of #E2EA47
Black with #E2EA47
Text Example
Text Example
White with #E2EA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EA47; }
p { color: rgb(226,234,71); }
H1.HeaderClassName
{
color: #E2EA47;
}
.AnyTagClassName
{
color: #E2EA47;
}
</style>
background-color css
<style>
a { background-color: #E2EA47; }
a { background-color: rgb(226,234,71); }
div.DivClassName
{
background-color: #E2EA47;
}
.BgClassName
{
background-color: #E2EA47;
}
</style>
border-color css
<style>
span { border-color: #E2EA47; }
span { border-color: rgb(226,234,71); }
td.TdClassName
{
border-color: #E2EA47;
}
.TagClassName
{
border-color: #E2EA47;
}
</style>