Shades of Starship #E2ED47
Tints of Starship #E2ED47
RGB
CMYK
RGB Variations
Color information
#E2ED47 (or 0xE2ED47) is known color: Starship. HEX triplet: E2, ED and 47. RGB value is (226,237,71). Sum of RGB (Red+Green+Blue) = 226+237+71=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2ED47 is #1D12B8. Grayscale: #D7D7D7. Windows color (decimal): -1905337 or 4713954. OLE color: 4713954.
HSL color Cylindrical-coordinate representation of color #E2ED47: hue angle of 63.98º degrees, saturation: 0.82, 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 #E2ED47 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 237 | 71 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.07 |
| HSL | 63.98º | 0.82% | 0.6% | - |
| HSV(B) | 63.98º | 0.7% | 0.93% | - |
| XYZ | 62.79 | 77.19 | 17.55 | - |
| YUV | 214.79 | 46.86 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 237 | 71 | 0.05 | 0 | 0.70 | 0.07 | 63.98 | 0.82 | 0.6 |
| Hex | E2 | ED | 47 | 5 | 0 | 46 | 7 | 40 | 52 | 3C |
| Octal | 342 | 355 | 107 | 5 | 0 | 106 | 7 | 100 | 122 | 74 |
| Binary | 11100010 | 11101101 | 1000111 | 101 | 0 | 1000110 | 111 | 1000000 | 1010010 | 111100 |
Color Harmonies of #E2ED47
Complementary color
Monochromatic Colors of #E2ED47
Black with #E2ED47
Text Example
Text Example
White with #E2ED47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ED47; }
p { color: rgb(226,237,71); }
H1.HeaderClassName
{
color: #E2ED47;
}
.AnyTagClassName
{
color: #E2ED47;
}
</style>
background-color css
<style>
a { background-color: #E2ED47; }
a { background-color: rgb(226,237,71); }
div.DivClassName
{
background-color: #E2ED47;
}
.BgClassName
{
background-color: #E2ED47;
}
</style>
border-color css
<style>
span { border-color: #E2ED47; }
span { border-color: rgb(226,237,71); }
td.TdClassName
{
border-color: #E2ED47;
}
.TagClassName
{
border-color: #E2ED47;
}
</style>