Shades of Starship #E5E244
Tints of Starship #E5E244
RGB
CMYK
RGB Variations
Color information
#E5E244 (or 0xE5E244) is known color: Starship. HEX triplet: E5, E2 and 44. RGB value is (229,226,68). Sum of RGB (Red+Green+Blue) = 229+226+68=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 68 (26.95% from 255 or 13.00% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E244 is #1A1DBB. Grayscale: #D1D1D1. Windows color (decimal): -1711548 or 4514533. OLE color: 4514533.
HSL color Cylindrical-coordinate representation of color #E5E244: hue angle of 58.88º 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 #E5E244 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 68 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.10 |
| HSL | 58.88º | 0.76% | 0.58% | - |
| HSV(B) | 58.88º | 0.7% | 0.9% | - |
| XYZ | 60.55 | 71.47 | 16.07 | - |
| YUV | 208.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 68 | 0 | 0.01 | 0.70 | 0.10 | 58.88 | 0.76 | 0.58 |
| Hex | E5 | E2 | 44 | 0 | 1 | 46 | A | 3B | 4C | 3A |
| Octal | 345 | 342 | 104 | 0 | 1 | 106 | 12 | 73 | 114 | 72 |
| Binary | 11100101 | 11100010 | 1000100 | 0 | 1 | 1000110 | 1010 | 111011 | 1001100 | 111010 |
Color Harmonies of #E5E244
Complementary color
Monochromatic Colors of #E5E244
Black with #E5E244
Text Example
Text Example
White with #E5E244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E244; }
p { color: rgb(229,226,68); }
H1.HeaderClassName
{
color: #E5E244;
}
.AnyTagClassName
{
color: #E5E244;
}
</style>
background-color css
<style>
a { background-color: #E5E244; }
a { background-color: rgb(229,226,68); }
div.DivClassName
{
background-color: #E5E244;
}
.BgClassName
{
background-color: #E5E244;
}
</style>
border-color css
<style>
span { border-color: #E5E244; }
span { border-color: rgb(229,226,68); }
td.TdClassName
{
border-color: #E5E244;
}
.TagClassName
{
border-color: #E5E244;
}
</style>