Shades of Starship #E1E030
Tints of Starship #E1E030
RGB
CMYK
RGB Variations
Color information
#E1E030 (or 0xE1E030) is known color: Starship. HEX triplet: E1, E0 and 30. RGB value is (225,224,48). Sum of RGB (Red+Green+Blue) = 225+224+48=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 48 (19.14% from 255 or 9.66% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E030 is #1E1FCF. Grayscale: #CCCCCC. Windows color (decimal): -1974224 or 3203297. OLE color: 3203297.
HSL color Cylindrical-coordinate representation of color #E1E030: hue angle of 59.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E1E030 is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 48 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.12 |
| HSL | 59.66º | 0.75% | 0.54% | - |
| HSV(B) | 59.66º | 0.79% | 0.88% | - |
| XYZ | 58.24 | 69.53 | 13.15 | - |
| YUV | 204.24 | 39.83 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 48 | 0 | 0.00 | 0.79 | 0.12 | 59.66 | 0.75 | 0.54 |
| Hex | E1 | E0 | 30 | 0 | 0 | 4F | C | 3C | 4B | 36 |
| Octal | 341 | 340 | 60 | 0 | 0 | 117 | 14 | 74 | 113 | 66 |
| Binary | 11100001 | 11100000 | 110000 | 0 | 0 | 1001111 | 1100 | 111100 | 1001011 | 110110 |
Color Harmonies of #E1E030
Complementary color
Monochromatic Colors of #E1E030
Black with #E1E030
Text Example
Text Example
White with #E1E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E030; }
p { color: rgb(225,224,48); }
H1.HeaderClassName
{
color: #E1E030;
}
.AnyTagClassName
{
color: #E1E030;
}
</style>
background-color css
<style>
a { background-color: #E1E030; }
a { background-color: rgb(225,224,48); }
div.DivClassName
{
background-color: #E1E030;
}
.BgClassName
{
background-color: #E1E030;
}
</style>
border-color css
<style>
span { border-color: #E1E030; }
span { border-color: rgb(225,224,48); }
td.TdClassName
{
border-color: #E1E030;
}
.TagClassName
{
border-color: #E1E030;
}
</style>