Shades of Starship #E4E240
Tints of Starship #E4E240
RGB
CMYK
RGB Variations
Color information
#E4E240 (or 0xE4E240) is known color: Starship. HEX triplet: E4, E2 and 40. RGB value is (228,226,64). Sum of RGB (Red+Green+Blue) = 228+226+64=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4E240 is #1B1DBF. Grayscale: #D0D0D0. Windows color (decimal): -1777088 or 4252388. OLE color: 4252388.
HSL color Cylindrical-coordinate representation of color #E4E240: hue angle of 59.27º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E4E240 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 226 | 64 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.11 |
| HSL | 59.27º | 0.75% | 0.57% | - |
| HSV(B) | 59.27º | 0.72% | 0.89% | - |
| XYZ | 60.12 | 71.26 | 15.44 | - |
| YUV | 208.13 | 46.66 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 226 | 64 | 0 | 0.01 | 0.72 | 0.11 | 59.27 | 0.75 | 0.57 |
| Hex | E4 | E2 | 40 | 0 | 1 | 48 | B | 3B | 4B | 39 |
| Octal | 344 | 342 | 100 | 0 | 1 | 110 | 13 | 73 | 113 | 71 |
| Binary | 11100100 | 11100010 | 1000000 | 0 | 1 | 1001000 | 1011 | 111011 | 1001011 | 111001 |
Color Harmonies of #E4E240
Complementary color
Monochromatic Colors of #E4E240
Black with #E4E240
Text Example
Text Example
White with #E4E240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E240; }
p { color: rgb(228,226,64); }
H1.HeaderClassName
{
color: #E4E240;
}
.AnyTagClassName
{
color: #E4E240;
}
</style>
background-color css
<style>
a { background-color: #E4E240; }
a { background-color: rgb(228,226,64); }
div.DivClassName
{
background-color: #E4E240;
}
.BgClassName
{
background-color: #E4E240;
}
</style>
border-color css
<style>
span { border-color: #E4E240; }
span { border-color: rgb(228,226,64); }
td.TdClassName
{
border-color: #E4E240;
}
.TagClassName
{
border-color: #E4E240;
}
</style>