Shades of Starship #E5D938
Tints of Starship #E5D938
RGB
CMYK
RGB Variations
Color information
#E5D938 (or 0xE5D938) is known color: Starship. HEX triplet: E5, D9 and 38. RGB value is (229,217,56). Sum of RGB (Red+Green+Blue) = 229+217+56=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D938 is #1A26C7. Grayscale: #CACACA. Windows color (decimal): -1713864 or 3725797. OLE color: 3725797.
HSL color Cylindrical-coordinate representation of color #E5D938: hue angle of 55.84º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5D938 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 56 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.10 |
| HSL | 55.84º | 0.77% | 0.56% | - |
| HSV(B) | 55.84º | 0.76% | 0.9% | - |
| XYZ | 57.84 | 66.57 | 13.54 | - |
| YUV | 202.23 | 45.48 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 56 | 0 | 0.05 | 0.76 | 0.10 | 55.84 | 0.77 | 0.56 |
| Hex | E5 | D9 | 38 | 0 | 5 | 4C | A | 38 | 4D | 38 |
| Octal | 345 | 331 | 70 | 0 | 5 | 114 | 12 | 70 | 115 | 70 |
| Binary | 11100101 | 11011001 | 111000 | 0 | 101 | 1001100 | 1010 | 111000 | 1001101 | 111000 |
Color Harmonies of #E5D938
Complementary color
Monochromatic Colors of #E5D938
Black with #E5D938
Text Example
Text Example
White with #E5D938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D938; }
p { color: rgb(229,217,56); }
H1.HeaderClassName
{
color: #E5D938;
}
.AnyTagClassName
{
color: #E5D938;
}
</style>
background-color css
<style>
a { background-color: #E5D938; }
a { background-color: rgb(229,217,56); }
div.DivClassName
{
background-color: #E5D938;
}
.BgClassName
{
background-color: #E5D938;
}
</style>
border-color css
<style>
span { border-color: #E5D938; }
span { border-color: rgb(229,217,56); }
td.TdClassName
{
border-color: #E5D938;
}
.TagClassName
{
border-color: #E5D938;
}
</style>