Shades of Starship #E5E144
Tints of Starship #E5E144
RGB
CMYK
RGB Variations
Color information
#E5E144 (or 0xE5E144) is known color: Starship. HEX triplet: E5, E1 and 44. RGB value is (229,225,68). Sum of RGB (Red+Green+Blue) = 229+225+68=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 68 (26.95% from 255 or 13.03% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E144 is #1A1EBB. Grayscale: #D0D0D0. Windows color (decimal): -1711804 or 4514277. OLE color: 4514277.
HSL color Cylindrical-coordinate representation of color #E5E144: hue angle of 58.51º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5E144 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 68 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.10 |
| HSL | 58.51º | 0.76% | 0.58% | - |
| HSV(B) | 58.51º | 0.7% | 0.9% | - |
| XYZ | 60.28 | 70.93 | 15.98 | - |
| YUV | 208.3 | 48.83 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 68 | 0 | 0.02 | 0.70 | 0.10 | 58.51 | 0.76 | 0.58 |
| Hex | E5 | E1 | 44 | 0 | 2 | 46 | A | 3B | 4C | 3A |
| Octal | 345 | 341 | 104 | 0 | 2 | 106 | 12 | 73 | 114 | 72 |
| Binary | 11100101 | 11100001 | 1000100 | 0 | 10 | 1000110 | 1010 | 111011 | 1001100 | 111010 |
Color Harmonies of #E5E144
Complementary color
Monochromatic Colors of #E5E144
Black with #E5E144
Text Example
Text Example
White with #E5E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E144; }
p { color: rgb(229,225,68); }
H1.HeaderClassName
{
color: #E5E144;
}
.AnyTagClassName
{
color: #E5E144;
}
</style>
background-color css
<style>
a { background-color: #E5E144; }
a { background-color: rgb(229,225,68); }
div.DivClassName
{
background-color: #E5E144;
}
.BgClassName
{
background-color: #E5E144;
}
</style>
border-color css
<style>
span { border-color: #E5E144; }
span { border-color: rgb(229,225,68); }
td.TdClassName
{
border-color: #E5E144;
}
.TagClassName
{
border-color: #E5E144;
}
</style>