Shades of Starship #E5D335
Tints of Starship #E5D335
RGB
CMYK
RGB Variations
Color information
#E5D335 (or 0xE5D335) is known color: Starship. HEX triplet: E5, D3 and 35. RGB value is (229,211,53). Sum of RGB (Red+Green+Blue) = 229+211+53=493 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.45% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 53 (21.09% from 255 or 10.75% from 493); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D335 is #1A2CCA. Grayscale: #C7C7C7. Windows color (decimal): -1715403 or 3527653. OLE color: 3527653.
HSL color Cylindrical-coordinate representation of color #E5D335: hue angle of 53.86º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5D335 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 211 | 53 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.10 |
| HSL | 53.86º | 0.77% | 0.55% | - |
| HSV(B) | 53.86º | 0.77% | 0.9% | - |
| XYZ | 56.25 | 63.5 | 12.66 | - |
| YUV | 198.37 | 45.96 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 211 | 53 | 0 | 0.08 | 0.77 | 0.10 | 53.86 | 0.77 | 0.55 |
| Hex | E5 | D3 | 35 | 0 | 8 | 4D | A | 36 | 4D | 37 |
| Octal | 345 | 323 | 65 | 0 | 10 | 115 | 12 | 66 | 115 | 67 |
| Binary | 11100101 | 11010011 | 110101 | 0 | 1000 | 1001101 | 1010 | 110110 | 1001101 | 110111 |
Color Harmonies of #E5D335
Complementary color
Monochromatic Colors of #E5D335
Black with #E5D335
Text Example
Text Example
White with #E5D335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D335; }
p { color: rgb(229,211,53); }
H1.HeaderClassName
{
color: #E5D335;
}
.AnyTagClassName
{
color: #E5D335;
}
</style>
background-color css
<style>
a { background-color: #E5D335; }
a { background-color: rgb(229,211,53); }
div.DivClassName
{
background-color: #E5D335;
}
.BgClassName
{
background-color: #E5D335;
}
</style>
border-color css
<style>
span { border-color: #E5D335; }
span { border-color: rgb(229,211,53); }
td.TdClassName
{
border-color: #E5D335;
}
.TagClassName
{
border-color: #E5D335;
}
</style>