Shades of Starship #E5D03A
Tints of Starship #E5D03A
RGB
CMYK
RGB Variations
Color information
#E5D03A (or 0xE5D03A) is known color: Starship. HEX triplet: E5, D0 and 3A. RGB value is (229,208,58). Sum of RGB (Red+Green+Blue) = 229+208+58=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D03A is #1A2FC5. Grayscale: #C5C5C5. Windows color (decimal): -1716166 or 3854565. OLE color: 3854565.
HSL color Cylindrical-coordinate representation of color #E5D03A: hue angle of 52.63º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E5D03A is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 58 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.10 |
| HSL | 52.63º | 0.77% | 0.56% | - |
| HSV(B) | 52.63º | 0.75% | 0.9% | - |
| XYZ | 55.63 | 62.08 | 13.05 | - |
| YUV | 197.18 | 49.46 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 58 | 0 | 0.09 | 0.75 | 0.10 | 52.63 | 0.77 | 0.56 |
| Hex | E5 | D0 | 3A | 0 | 9 | 4B | A | 35 | 4D | 38 |
| Octal | 345 | 320 | 72 | 0 | 11 | 113 | 12 | 65 | 115 | 70 |
| Binary | 11100101 | 11010000 | 111010 | 0 | 1001 | 1001011 | 1010 | 110101 | 1001101 | 111000 |
Color Harmonies of #E5D03A
Complementary color
Monochromatic Colors of #E5D03A
Black with #E5D03A
Text Example
Text Example
White with #E5D03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D03A; }
p { color: rgb(229,208,58); }
H1.HeaderClassName
{
color: #E5D03A;
}
.AnyTagClassName
{
color: #E5D03A;
}
</style>
background-color css
<style>
a { background-color: #E5D03A; }
a { background-color: rgb(229,208,58); }
div.DivClassName
{
background-color: #E5D03A;
}
.BgClassName
{
background-color: #E5D03A;
}
</style>
border-color css
<style>
span { border-color: #E5D03A; }
span { border-color: rgb(229,208,58); }
td.TdClassName
{
border-color: #E5D03A;
}
.TagClassName
{
border-color: #E5D03A;
}
</style>