Shades of Starship #E8D540
Tints of Starship #E8D540
RGB
CMYK
RGB Variations
Color information
#E8D540 (or 0xE8D540) is known color: Starship. HEX triplet: E8, D5 and 40. RGB value is (232,213,64). Sum of RGB (Red+Green+Blue) = 232+213+64=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D540 is #172ABF. Grayscale: #CACACA. Windows color (decimal): -1518272 or 4249064. OLE color: 4249064.
HSL color Cylindrical-coordinate representation of color #E8D540: hue angle of 53.21º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8D540 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 64 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.09 |
| HSL | 53.21º | 0.79% | 0.58% | - |
| HSV(B) | 53.21º | 0.72% | 0.91% | - |
| XYZ | 58 | 65.11 | 14.36 | - |
| YUV | 201.7 | 50.29 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 64 | 0 | 0.08 | 0.72 | 0.09 | 53.21 | 0.79 | 0.58 |
| Hex | E8 | D5 | 40 | 0 | 8 | 48 | 9 | 35 | 4F | 3A |
| Octal | 350 | 325 | 100 | 0 | 10 | 110 | 11 | 65 | 117 | 72 |
| Binary | 11101000 | 11010101 | 1000000 | 0 | 1000 | 1001000 | 1001 | 110101 | 1001111 | 111010 |
Color Harmonies of #E8D540
Complementary color
Monochromatic Colors of #E8D540
Black with #E8D540
Text Example
Text Example
White with #E8D540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D540; }
p { color: rgb(232,213,64); }
H1.HeaderClassName
{
color: #E8D540;
}
.AnyTagClassName
{
color: #E8D540;
}
</style>
background-color css
<style>
a { background-color: #E8D540; }
a { background-color: rgb(232,213,64); }
div.DivClassName
{
background-color: #E8D540;
}
.BgClassName
{
background-color: #E8D540;
}
</style>
border-color css
<style>
span { border-color: #E8D540; }
span { border-color: rgb(232,213,64); }
td.TdClassName
{
border-color: #E8D540;
}
.TagClassName
{
border-color: #E8D540;
}
</style>