Shades of Starship #E5D836
Tints of Starship #E5D836
RGB
CMYK
RGB Variations
Color information
#E5D836 (or 0xE5D836) is known color: Starship. HEX triplet: E5, D8 and 36. RGB value is (229,216,54). Sum of RGB (Red+Green+Blue) = 229+216+54=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 54 (21.48% from 255 or 10.82% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D836 is #1A27C9. Grayscale: #CACACA. Windows color (decimal): -1714122 or 3594469. OLE color: 3594469.
HSL color Cylindrical-coordinate representation of color #E5D836: hue angle of 55.54º 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 #E5D836 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 54 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.10 |
| HSL | 55.54º | 0.77% | 0.55% | - |
| HSV(B) | 55.54º | 0.76% | 0.9% | - |
| XYZ | 57.53 | 66.04 | 13.2 | - |
| YUV | 201.42 | 44.81 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 54 | 0 | 0.06 | 0.76 | 0.10 | 55.54 | 0.77 | 0.55 |
| Hex | E5 | D8 | 36 | 0 | 6 | 4C | A | 38 | 4D | 37 |
| Octal | 345 | 330 | 66 | 0 | 6 | 114 | 12 | 70 | 115 | 67 |
| Binary | 11100101 | 11011000 | 110110 | 0 | 110 | 1001100 | 1010 | 111000 | 1001101 | 110111 |
Color Harmonies of #E5D836
Complementary color
Monochromatic Colors of #E5D836
Black with #E5D836
Text Example
Text Example
White with #E5D836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D836; }
p { color: rgb(229,216,54); }
H1.HeaderClassName
{
color: #E5D836;
}
.AnyTagClassName
{
color: #E5D836;
}
</style>
background-color css
<style>
a { background-color: #E5D836; }
a { background-color: rgb(229,216,54); }
div.DivClassName
{
background-color: #E5D836;
}
.BgClassName
{
background-color: #E5D836;
}
</style>
border-color css
<style>
span { border-color: #E5D836; }
span { border-color: rgb(229,216,54); }
td.TdClassName
{
border-color: #E5D836;
}
.TagClassName
{
border-color: #E5D836;
}
</style>