Shades of Starship #E5D036
Tints of Starship #E5D036
RGB
CMYK
RGB Variations
Color information
#E5D036 (or 0xE5D036) is known color: Starship. HEX triplet: E5, D0 and 36. RGB value is (229,208,54). Sum of RGB (Red+Green+Blue) = 229+208+54=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 54 (21.48% from 255 or 11.00% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D036 is #1A2FC9. Grayscale: #C5C5C5. Windows color (decimal): -1716170 or 3592421. OLE color: 3592421.
HSL color Cylindrical-coordinate representation of color #E5D036: hue angle of 52.8º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E5D036 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 54 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.10 |
| HSL | 52.8º | 0.77% | 0.55% | - |
| HSV(B) | 52.8º | 0.76% | 0.9% | - |
| XYZ | 55.53 | 62.04 | 12.54 | - |
| YUV | 196.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 54 | 0 | 0.09 | 0.76 | 0.10 | 52.8 | 0.77 | 0.55 |
| Hex | E5 | D0 | 36 | 0 | 9 | 4C | A | 35 | 4D | 37 |
| Octal | 345 | 320 | 66 | 0 | 11 | 114 | 12 | 65 | 115 | 67 |
| Binary | 11100101 | 11010000 | 110110 | 0 | 1001 | 1001100 | 1010 | 110101 | 1001101 | 110111 |
Color Harmonies of #E5D036
Complementary color
Monochromatic Colors of #E5D036
Black with #E5D036
Text Example
Text Example
White with #E5D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D036; }
p { color: rgb(229,208,54); }
H1.HeaderClassName
{
color: #E5D036;
}
.AnyTagClassName
{
color: #E5D036;
}
</style>
background-color css
<style>
a { background-color: #E5D036; }
a { background-color: rgb(229,208,54); }
div.DivClassName
{
background-color: #E5D036;
}
.BgClassName
{
background-color: #E5D036;
}
</style>
border-color css
<style>
span { border-color: #E5D036; }
span { border-color: rgb(229,208,54); }
td.TdClassName
{
border-color: #E5D036;
}
.TagClassName
{
border-color: #E5D036;
}
</style>