Shades of Starship #E5E141
Tints of Starship #E5E141
RGB
CMYK
RGB Variations
Color information
#E5E141 (or 0xE5E141) is known color: Starship. HEX triplet: E5, E1 and 41. RGB value is (229,225,65). Sum of RGB (Red+Green+Blue) = 229+225+65=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 65 (25.78% from 255 or 12.52% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E141 is #1A1EBE. Grayscale: #D0D0D0. Windows color (decimal): -1711807 or 4317669. OLE color: 4317669.
HSL color Cylindrical-coordinate representation of color #E5E141: hue angle of 58.54º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E5E141 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 65 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.10 |
| HSL | 58.54º | 0.76% | 0.58% | - |
| HSV(B) | 58.54º | 0.72% | 0.9% | - |
| XYZ | 60.19 | 70.89 | 15.51 | - |
| YUV | 207.96 | 47.33 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 65 | 0 | 0.02 | 0.72 | 0.10 | 58.54 | 0.76 | 0.58 |
| Hex | E5 | E1 | 41 | 0 | 2 | 48 | A | 3B | 4C | 3A |
| Octal | 345 | 341 | 101 | 0 | 2 | 110 | 12 | 73 | 114 | 72 |
| Binary | 11100101 | 11100001 | 1000001 | 0 | 10 | 1001000 | 1010 | 111011 | 1001100 | 111010 |
Color Harmonies of #E5E141
Complementary color
Monochromatic Colors of #E5E141
Black with #E5E141
Text Example
Text Example
White with #E5E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E141; }
p { color: rgb(229,225,65); }
H1.HeaderClassName
{
color: #E5E141;
}
.AnyTagClassName
{
color: #E5E141;
}
</style>
background-color css
<style>
a { background-color: #E5E141; }
a { background-color: rgb(229,225,65); }
div.DivClassName
{
background-color: #E5E141;
}
.BgClassName
{
background-color: #E5E141;
}
</style>
border-color css
<style>
span { border-color: #E5E141; }
span { border-color: rgb(229,225,65); }
td.TdClassName
{
border-color: #E5E141;
}
.TagClassName
{
border-color: #E5E141;
}
</style>