Shades of Starship #E5D941
Tints of Starship #E5D941
RGB
CMYK
RGB Variations
Color information
#E5D941 (or 0xE5D941) is known color: Starship. HEX triplet: E5, D9 and 41. RGB value is (229,217,65). Sum of RGB (Red+Green+Blue) = 229+217+65=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D941 is #1A26BE. Grayscale: #CBCBCB. Windows color (decimal): -1713855 or 4315621. OLE color: 4315621.
HSL color Cylindrical-coordinate representation of color #E5D941: hue angle of 55.61º 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 #E5D941 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 65 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.10 |
| HSL | 55.61º | 0.76% | 0.58% | - |
| HSV(B) | 55.61º | 0.72% | 0.9% | - |
| XYZ | 58.08 | 66.67 | 14.81 | - |
| YUV | 203.26 | 49.98 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 65 | 0 | 0.05 | 0.72 | 0.10 | 55.61 | 0.76 | 0.58 |
| Hex | E5 | D9 | 41 | 0 | 5 | 48 | A | 38 | 4C | 3A |
| Octal | 345 | 331 | 101 | 0 | 5 | 110 | 12 | 70 | 114 | 72 |
| Binary | 11100101 | 11011001 | 1000001 | 0 | 101 | 1001000 | 1010 | 111000 | 1001100 | 111010 |
Color Harmonies of #E5D941
Complementary color
Monochromatic Colors of #E5D941
Black with #E5D941
Text Example
Text Example
White with #E5D941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D941; }
p { color: rgb(229,217,65); }
H1.HeaderClassName
{
color: #E5D941;
}
.AnyTagClassName
{
color: #E5D941;
}
</style>
background-color css
<style>
a { background-color: #E5D941; }
a { background-color: rgb(229,217,65); }
div.DivClassName
{
background-color: #E5D941;
}
.BgClassName
{
background-color: #E5D941;
}
</style>
border-color css
<style>
span { border-color: #E5D941; }
span { border-color: rgb(229,217,65); }
td.TdClassName
{
border-color: #E5D941;
}
.TagClassName
{
border-color: #E5D941;
}
</style>