Shades of Starship #E5E142
Tints of Starship #E5E142
RGB
CMYK
RGB Variations
Color information
#E5E142 (or 0xE5E142) is known color: Starship. HEX triplet: E5, E1 and 42. RGB value is (229,225,66). Sum of RGB (Red+Green+Blue) = 229+225+66=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 66 (26.17% from 255 or 12.69% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E142 is #1A1EBD. Grayscale: #D0D0D0. Windows color (decimal): -1711806 or 4383205. OLE color: 4383205.
HSL color Cylindrical-coordinate representation of color #E5E142: hue angle of 58.53º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5E142 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 66 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.10 |
| HSL | 58.53º | 0.76% | 0.58% | - |
| HSV(B) | 58.53º | 0.71% | 0.9% | - |
| XYZ | 60.22 | 70.9 | 15.67 | - |
| YUV | 208.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 66 | 0 | 0.02 | 0.71 | 0.10 | 58.53 | 0.76 | 0.58 |
| Hex | E5 | E1 | 42 | 0 | 2 | 47 | A | 3B | 4C | 3A |
| Octal | 345 | 341 | 102 | 0 | 2 | 107 | 12 | 73 | 114 | 72 |
| Binary | 11100101 | 11100001 | 1000010 | 0 | 10 | 1000111 | 1010 | 111011 | 1001100 | 111010 |
Color Harmonies of #E5E142
Complementary color
Monochromatic Colors of #E5E142
Black with #E5E142
Text Example
Text Example
White with #E5E142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E142; }
p { color: rgb(229,225,66); }
H1.HeaderClassName
{
color: #E5E142;
}
.AnyTagClassName
{
color: #E5E142;
}
</style>
background-color css
<style>
a { background-color: #E5E142; }
a { background-color: rgb(229,225,66); }
div.DivClassName
{
background-color: #E5E142;
}
.BgClassName
{
background-color: #E5E142;
}
</style>
border-color css
<style>
span { border-color: #E5E142; }
span { border-color: rgb(229,225,66); }
td.TdClassName
{
border-color: #E5E142;
}
.TagClassName
{
border-color: #E5E142;
}
</style>