Shades of Starship #E5D138
Tints of Starship #E5D138
RGB
CMYK
RGB Variations
Color information
#E5D138 (or 0xE5D138) is known color: Starship. HEX triplet: E5, D1 and 38. RGB value is (229,209,56). Sum of RGB (Red+Green+Blue) = 229+209+56=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 56 (22.27% from 255 or 11.34% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D138 is #1A2EC7. Grayscale: #C6C6C6. Windows color (decimal): -1715912 or 3723749. OLE color: 3723749.
HSL color Cylindrical-coordinate representation of color #E5D138: hue angle of 53.06º 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 #E5D138 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 209 | 56 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.10 |
| HSL | 53.06º | 0.77% | 0.56% | - |
| HSV(B) | 53.06º | 0.76% | 0.9% | - |
| XYZ | 55.83 | 62.54 | 12.87 | - |
| YUV | 197.54 | 48.13 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 209 | 56 | 0 | 0.09 | 0.76 | 0.10 | 53.06 | 0.77 | 0.56 |
| Hex | E5 | D1 | 38 | 0 | 9 | 4C | A | 35 | 4D | 38 |
| Octal | 345 | 321 | 70 | 0 | 11 | 114 | 12 | 65 | 115 | 70 |
| Binary | 11100101 | 11010001 | 111000 | 0 | 1001 | 1001100 | 1010 | 110101 | 1001101 | 111000 |
Color Harmonies of #E5D138
Complementary color
Monochromatic Colors of #E5D138
Black with #E5D138
Text Example
Text Example
White with #E5D138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D138; }
p { color: rgb(229,209,56); }
H1.HeaderClassName
{
color: #E5D138;
}
.AnyTagClassName
{
color: #E5D138;
}
</style>
background-color css
<style>
a { background-color: #E5D138; }
a { background-color: rgb(229,209,56); }
div.DivClassName
{
background-color: #E5D138;
}
.BgClassName
{
background-color: #E5D138;
}
</style>
border-color css
<style>
span { border-color: #E5D138; }
span { border-color: rgb(229,209,56); }
td.TdClassName
{
border-color: #E5D138;
}
.TagClassName
{
border-color: #E5D138;
}
</style>