Shades of Starship #E5D237
Tints of Starship #E5D237
RGB
CMYK
RGB Variations
Color information
#E5D237 (or 0xE5D237) is known color: Starship. HEX triplet: E5, D2 and 37. RGB value is (229,210,55). Sum of RGB (Red+Green+Blue) = 229+210+55=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 55 (21.88% from 255 or 11.13% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D237 is #1A2DC8. Grayscale: #C6C6C6. Windows color (decimal): -1715657 or 3658469. OLE color: 3658469.
HSL color Cylindrical-coordinate representation of color #E5D237: hue angle of 53.45º 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 #E5D237 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 55 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.10 |
| HSL | 53.45º | 0.77% | 0.56% | - |
| HSV(B) | 53.45º | 0.76% | 0.9% | - |
| XYZ | 56.05 | 63.03 | 12.83 | - |
| YUV | 198.01 | 47.29 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 55 | 0 | 0.08 | 0.76 | 0.10 | 53.45 | 0.77 | 0.56 |
| Hex | E5 | D2 | 37 | 0 | 8 | 4C | A | 35 | 4D | 38 |
| Octal | 345 | 322 | 67 | 0 | 10 | 114 | 12 | 65 | 115 | 70 |
| Binary | 11100101 | 11010010 | 110111 | 0 | 1000 | 1001100 | 1010 | 110101 | 1001101 | 111000 |
Color Harmonies of #E5D237
Complementary color
Monochromatic Colors of #E5D237
Black with #E5D237
Text Example
Text Example
White with #E5D237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D237; }
p { color: rgb(229,210,55); }
H1.HeaderClassName
{
color: #E5D237;
}
.AnyTagClassName
{
color: #E5D237;
}
</style>
background-color css
<style>
a { background-color: #E5D237; }
a { background-color: rgb(229,210,55); }
div.DivClassName
{
background-color: #E5D237;
}
.BgClassName
{
background-color: #E5D237;
}
</style>
border-color css
<style>
span { border-color: #E5D237; }
span { border-color: rgb(229,210,55); }
td.TdClassName
{
border-color: #E5D237;
}
.TagClassName
{
border-color: #E5D237;
}
</style>