Shades of Starship #E5D33E
Tints of Starship #E5D33E
RGB
CMYK
RGB Variations
Color information
#E5D33E (or 0xE5D33E) is known color: Starship. HEX triplet: E5, D3 and 3E. RGB value is (229,211,62). Sum of RGB (Red+Green+Blue) = 229+211+62=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 62 (24.61% from 255 or 12.35% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D33E is #1A2CC1. Grayscale: #C8C8C8. Windows color (decimal): -1715394 or 4117477. OLE color: 4117477.
HSL color Cylindrical-coordinate representation of color #E5D33E: hue angle of 53.53º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5D33E is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 62 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.10 |
| HSL | 53.53º | 0.76% | 0.57% | - |
| HSV(B) | 53.53º | 0.73% | 0.9% | - |
| XYZ | 56.48 | 63.59 | 13.86 | - |
| YUV | 199.4 | 50.46 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 62 | 0 | 0.08 | 0.73 | 0.10 | 53.53 | 0.76 | 0.57 |
| Hex | E5 | D3 | 3E | 0 | 8 | 49 | A | 36 | 4C | 39 |
| Octal | 345 | 323 | 76 | 0 | 10 | 111 | 12 | 66 | 114 | 71 |
| Binary | 11100101 | 11010011 | 111110 | 0 | 1000 | 1001001 | 1010 | 110110 | 1001100 | 111001 |
Color Harmonies of #E5D33E
Complementary color
Monochromatic Colors of #E5D33E
Black with #E5D33E
Text Example
Text Example
White with #E5D33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D33E; }
p { color: rgb(229,211,62); }
H1.HeaderClassName
{
color: #E5D33E;
}
.AnyTagClassName
{
color: #E5D33E;
}
</style>
background-color css
<style>
a { background-color: #E5D33E; }
a { background-color: rgb(229,211,62); }
div.DivClassName
{
background-color: #E5D33E;
}
.BgClassName
{
background-color: #E5D33E;
}
</style>
border-color css
<style>
span { border-color: #E5D33E; }
span { border-color: rgb(229,211,62); }
td.TdClassName
{
border-color: #E5D33E;
}
.TagClassName
{
border-color: #E5D33E;
}
</style>