Shades of Starship #E1ED46
Tints of Starship #E1ED46
RGB
CMYK
RGB Variations
Color information
#E1ED46 (or 0xE1ED46) is known color: Starship. HEX triplet: E1, ED and 46. RGB value is (225,237,70). Sum of RGB (Red+Green+Blue) = 225+237+70=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 70 (27.73% from 255 or 13.16% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #E1ED46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1ED46 is #1E12B9. Grayscale: #D7D7D7. Windows color (decimal): -1970874 or 4648417. OLE color: 4648417.
HSL color Cylindrical-coordinate representation of color #E1ED46: hue angle of 64.31º 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 #E1ED46 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 70 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.07 |
| HSL | 64.31º | 0.82% | 0.6% | - |
| HSV(B) | 64.31º | 0.7% | 0.93% | - |
| XYZ | 62.44 | 77.02 | 17.37 | - |
| YUV | 214.37 | 46.52 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 70 | 0.05 | 0 | 0.70 | 0.07 | 64.31 | 0.82 | 0.6 |
| Hex | E1 | ED | 46 | 5 | 0 | 46 | 7 | 40 | 52 | 3C |
| Octal | 341 | 355 | 106 | 5 | 0 | 106 | 7 | 100 | 122 | 74 |
| Binary | 11100001 | 11101101 | 1000110 | 101 | 0 | 1000110 | 111 | 1000000 | 1010010 | 111100 |
Color Harmonies of #E1ED46
Complementary color
Monochromatic Colors of #E1ED46
Black with #E1ED46
Text Example
Text Example
White with #E1ED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ED46; }
p { color: rgb(225,237,70); }
H1.HeaderClassName
{
color: #E1ED46;
}
.AnyTagClassName
{
color: #E1ED46;
}
</style>
background-color css
<style>
a { background-color: #E1ED46; }
a { background-color: rgb(225,237,70); }
div.DivClassName
{
background-color: #E1ED46;
}
.BgClassName
{
background-color: #E1ED46;
}
</style>
border-color css
<style>
span { border-color: #E1ED46; }
span { border-color: rgb(225,237,70); }
td.TdClassName
{
border-color: #E1ED46;
}
.TagClassName
{
border-color: #E1ED46;
}
</style>