Shades of Starship #E8D740
Tints of Starship #E8D740
RGB
CMYK
RGB Variations
Color information
#E8D740 (or 0xE8D740) is known color: Starship. HEX triplet: E8, D7 and 40. RGB value is (232,215,64). Sum of RGB (Red+Green+Blue) = 232+215+64=511 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.40% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D740 is #1728BF. Grayscale: #CBCBCB. Windows color (decimal): -1517760 or 4249576. OLE color: 4249576.
HSL color Cylindrical-coordinate representation of color #E8D740: hue angle of 53.93º 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 #E8D740 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 215 | 64 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.09 |
| HSL | 53.93º | 0.79% | 0.58% | - |
| HSV(B) | 53.93º | 0.72% | 0.91% | - |
| XYZ | 58.5 | 66.13 | 14.53 | - |
| YUV | 202.87 | 49.63 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 215 | 64 | 0 | 0.07 | 0.72 | 0.09 | 53.93 | 0.79 | 0.58 |
| Hex | E8 | D7 | 40 | 0 | 7 | 48 | 9 | 36 | 4F | 3A |
| Octal | 350 | 327 | 100 | 0 | 7 | 110 | 11 | 66 | 117 | 72 |
| Binary | 11101000 | 11010111 | 1000000 | 0 | 111 | 1001000 | 1001 | 110110 | 1001111 | 111010 |
Color Harmonies of #E8D740
Complementary color
Monochromatic Colors of #E8D740
Black with #E8D740
Text Example
Text Example
White with #E8D740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D740; }
p { color: rgb(232,215,64); }
H1.HeaderClassName
{
color: #E8D740;
}
.AnyTagClassName
{
color: #E8D740;
}
</style>
background-color css
<style>
a { background-color: #E8D740; }
a { background-color: rgb(232,215,64); }
div.DivClassName
{
background-color: #E8D740;
}
.BgClassName
{
background-color: #E8D740;
}
</style>
border-color css
<style>
span { border-color: #E8D740; }
span { border-color: rgb(232,215,64); }
td.TdClassName
{
border-color: #E8D740;
}
.TagClassName
{
border-color: #E8D740;
}
</style>