Shades of Starship #E1E032
Tints of Starship #E1E032
RGB
CMYK
RGB Variations
Color information
#E1E032 (or 0xE1E032) is known color: Starship. HEX triplet: E1, E0 and 32. RGB value is (225,224,50). Sum of RGB (Red+Green+Blue) = 225+224+50=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E032 is #1E1FCD. Grayscale: #CDCDCD. Windows color (decimal): -1974222 or 3334369. OLE color: 3334369.
HSL color Cylindrical-coordinate representation of color #E1E032: hue angle of 59.66º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1E032 is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 50 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.12 |
| HSL | 59.66º | 0.74% | 0.54% | - |
| HSV(B) | 59.66º | 0.78% | 0.88% | - |
| XYZ | 58.28 | 69.55 | 13.37 | - |
| YUV | 204.46 | 40.83 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 50 | 0 | 0.00 | 0.78 | 0.12 | 59.66 | 0.74 | 0.54 |
| Hex | E1 | E0 | 32 | 0 | 0 | 4E | C | 3C | 4A | 36 |
| Octal | 341 | 340 | 62 | 0 | 0 | 116 | 14 | 74 | 112 | 66 |
| Binary | 11100001 | 11100000 | 110010 | 0 | 0 | 1001110 | 1100 | 111100 | 1001010 | 110110 |
Color Harmonies of #E1E032
Complementary color
Monochromatic Colors of #E1E032
Black with #E1E032
Text Example
Text Example
White with #E1E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E032; }
p { color: rgb(225,224,50); }
H1.HeaderClassName
{
color: #E1E032;
}
.AnyTagClassName
{
color: #E1E032;
}
</style>
background-color css
<style>
a { background-color: #E1E032; }
a { background-color: rgb(225,224,50); }
div.DivClassName
{
background-color: #E1E032;
}
.BgClassName
{
background-color: #E1E032;
}
</style>
border-color css
<style>
span { border-color: #E1E032; }
span { border-color: rgb(225,224,50); }
td.TdClassName
{
border-color: #E1E032;
}
.TagClassName
{
border-color: #E1E032;
}
</style>