Shades of Starship #E1E045
Tints of Starship #E1E045
RGB
CMYK
RGB Variations
Color information
#E1E045 (or 0xE1E045) is known color: Starship. HEX triplet: E1, E0 and 45. RGB value is (225,224,69). Sum of RGB (Red+Green+Blue) = 225+224+69=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E045 is #1E1FBA. Grayscale: #CFCFCF. Windows color (decimal): -1974203 or 4579553. OLE color: 4579553.
HSL color Cylindrical-coordinate representation of color #E1E045: hue angle of 59.62º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1E045 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 69 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.12 |
| HSL | 59.62º | 0.72% | 0.58% | - |
| HSV(B) | 59.62º | 0.69% | 0.88% | - |
| XYZ | 58.78 | 69.75 | 15.99 | - |
| YUV | 206.63 | 50.33 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 69 | 0 | 0.00 | 0.69 | 0.12 | 59.62 | 0.72 | 0.58 |
| Hex | E1 | E0 | 45 | 0 | 0 | 45 | C | 3C | 48 | 3A |
| Octal | 341 | 340 | 105 | 0 | 0 | 105 | 14 | 74 | 110 | 72 |
| Binary | 11100001 | 11100000 | 1000101 | 0 | 0 | 1000101 | 1100 | 111100 | 1001000 | 111010 |
Color Harmonies of #E1E045
Complementary color
Monochromatic Colors of #E1E045
Black with #E1E045
Text Example
Text Example
White with #E1E045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E045; }
p { color: rgb(225,224,69); }
H1.HeaderClassName
{
color: #E1E045;
}
.AnyTagClassName
{
color: #E1E045;
}
</style>
background-color css
<style>
a { background-color: #E1E045; }
a { background-color: rgb(225,224,69); }
div.DivClassName
{
background-color: #E1E045;
}
.BgClassName
{
background-color: #E1E045;
}
</style>
border-color css
<style>
span { border-color: #E1E045; }
span { border-color: rgb(225,224,69); }
td.TdClassName
{
border-color: #E1E045;
}
.TagClassName
{
border-color: #E1E045;
}
</style>