Shades of Starship #E5D73C
Tints of Starship #E5D73C
RGB
CMYK
RGB Variations
Color information
#E5D73C (or 0xE5D73C) is known color: Starship. HEX triplet: E5, D7 and 3C. RGB value is (229,215,60). Sum of RGB (Red+Green+Blue) = 229+215+60=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D73C is #1A28C3. Grayscale: #CACACA. Windows color (decimal): -1714372 or 3987429. OLE color: 3987429.
HSL color Cylindrical-coordinate representation of color #E5D73C: hue angle of 55.03º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E5D73C is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 60 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.10 |
| HSL | 55.03º | 0.76% | 0.57% | - |
| HSV(B) | 55.03º | 0.74% | 0.9% | - |
| XYZ | 57.43 | 65.59 | 13.91 | - |
| YUV | 201.52 | 48.14 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 60 | 0 | 0.06 | 0.74 | 0.10 | 55.03 | 0.76 | 0.57 |
| Hex | E5 | D7 | 3C | 0 | 6 | 4A | A | 37 | 4C | 39 |
| Octal | 345 | 327 | 74 | 0 | 6 | 112 | 12 | 67 | 114 | 71 |
| Binary | 11100101 | 11010111 | 111100 | 0 | 110 | 1001010 | 1010 | 110111 | 1001100 | 111001 |
Color Harmonies of #E5D73C
Complementary color
Monochromatic Colors of #E5D73C
Black with #E5D73C
Text Example
Text Example
White with #E5D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D73C; }
p { color: rgb(229,215,60); }
H1.HeaderClassName
{
color: #E5D73C;
}
.AnyTagClassName
{
color: #E5D73C;
}
</style>
background-color css
<style>
a { background-color: #E5D73C; }
a { background-color: rgb(229,215,60); }
div.DivClassName
{
background-color: #E5D73C;
}
.BgClassName
{
background-color: #E5D73C;
}
</style>
border-color css
<style>
span { border-color: #E5D73C; }
span { border-color: rgb(229,215,60); }
td.TdClassName
{
border-color: #E5D73C;
}
.TagClassName
{
border-color: #E5D73C;
}
</style>