Shades of Starship #E5E146
Tints of Starship #E5E146
RGB
CMYK
RGB Variations
Color information
#E5E146 (or 0xE5E146) is known color: Starship. HEX triplet: E5, E1 and 46. RGB value is (229,225,70). Sum of RGB (Red+Green+Blue) = 229+225+70=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 70 (27.73% from 255 or 13.36% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E146 is #1A1EB9. Grayscale: #D1D1D1. Windows color (decimal): -1711802 or 4645349. OLE color: 4645349.
HSL color Cylindrical-coordinate representation of color #E5E146: hue angle of 58.49º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5E146 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 70 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.10 |
| HSL | 58.49º | 0.75% | 0.59% | - |
| HSV(B) | 58.49º | 0.69% | 0.9% | - |
| XYZ | 60.34 | 70.95 | 16.31 | - |
| YUV | 208.53 | 49.83 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 70 | 0 | 0.02 | 0.69 | 0.10 | 58.49 | 0.75 | 0.59 |
| Hex | E5 | E1 | 46 | 0 | 2 | 45 | A | 3A | 4B | 3B |
| Octal | 345 | 341 | 106 | 0 | 2 | 105 | 12 | 72 | 113 | 73 |
| Binary | 11100101 | 11100001 | 1000110 | 0 | 10 | 1000101 | 1010 | 111010 | 1001011 | 111011 |
Color Harmonies of #E5E146
Complementary color
Monochromatic Colors of #E5E146
Black with #E5E146
Text Example
Text Example
White with #E5E146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E146; }
p { color: rgb(229,225,70); }
H1.HeaderClassName
{
color: #E5E146;
}
.AnyTagClassName
{
color: #E5E146;
}
</style>
background-color css
<style>
a { background-color: #E5E146; }
a { background-color: rgb(229,225,70); }
div.DivClassName
{
background-color: #E5E146;
}
.BgClassName
{
background-color: #E5E146;
}
</style>
border-color css
<style>
span { border-color: #E5E146; }
span { border-color: rgb(229,225,70); }
td.TdClassName
{
border-color: #E5E146;
}
.TagClassName
{
border-color: #E5E146;
}
</style>