Shades of Starship #E1E245
Tints of Starship #E1E245
RGB
CMYK
RGB Variations
Color information
#E1E245 (or 0xE1E245) is known color: Starship. HEX triplet: E1, E2 and 45. RGB value is (225,226,69). Sum of RGB (Red+Green+Blue) = 225+226+69=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 69 (27.34% from 255 or 13.27% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E245 is #1E1DBA. Grayscale: #D0D0D0. Windows color (decimal): -1973691 or 4580065. OLE color: 4580065.
HSL color Cylindrical-coordinate representation of color #E1E245: hue angle of 60.38º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1E245 is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 226 | 69 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.11 |
| HSL | 60.38º | 0.73% | 0.58% | - |
| HSV(B) | 60.38º | 0.69% | 0.89% | - |
| XYZ | 59.32 | 70.83 | 16.18 | - |
| YUV | 207.8 | 49.67 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 69 | 0.00 | 0 | 0.69 | 0.11 | 60.38 | 0.73 | 0.58 |
| Hex | E1 | E2 | 45 | 0 | 0 | 45 | B | 3C | 49 | 3A |
| Octal | 341 | 342 | 105 | 0 | 0 | 105 | 13 | 74 | 111 | 72 |
| Binary | 11100001 | 11100010 | 1000101 | 0 | 0 | 1000101 | 1011 | 111100 | 1001001 | 111010 |
Color Harmonies of #E1E245
Complementary color
Monochromatic Colors of #E1E245
Black with #E1E245
Text Example
Text Example
White with #E1E245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E245; }
p { color: rgb(225,226,69); }
H1.HeaderClassName
{
color: #E1E245;
}
.AnyTagClassName
{
color: #E1E245;
}
</style>
background-color css
<style>
a { background-color: #E1E245; }
a { background-color: rgb(225,226,69); }
div.DivClassName
{
background-color: #E1E245;
}
.BgClassName
{
background-color: #E1E245;
}
</style>
border-color css
<style>
span { border-color: #E1E245; }
span { border-color: rgb(225,226,69); }
td.TdClassName
{
border-color: #E1E245;
}
.TagClassName
{
border-color: #E1E245;
}
</style>