Shades of Starship #E7D740
Tints of Starship #E7D740
RGB
CMYK
RGB Variations
Color information
#E7D740 (or 0xE7D740) is known color: Starship. HEX triplet: E7, D7 and 40. RGB value is (231,215,64). Sum of RGB (Red+Green+Blue) = 231+215+64=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 64 (25.39% from 255 or 12.55% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D740 is #1828BF. Grayscale: #CBCBCB. Windows color (decimal): -1583296 or 4249575. OLE color: 4249575.
HSL color Cylindrical-coordinate representation of color #E7D740: hue angle of 54.25º degrees, saturation: 0.78, 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 #E7D740 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 215 | 64 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.09 |
| HSL | 54.25º | 0.78% | 0.58% | - |
| HSV(B) | 54.25º | 0.72% | 0.91% | - |
| XYZ | 58.18 | 65.96 | 14.52 | - |
| YUV | 202.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 215 | 64 | 0 | 0.07 | 0.72 | 0.09 | 54.25 | 0.78 | 0.58 |
| Hex | E7 | D7 | 40 | 0 | 7 | 48 | 9 | 36 | 4E | 3A |
| Octal | 347 | 327 | 100 | 0 | 7 | 110 | 11 | 66 | 116 | 72 |
| Binary | 11100111 | 11010111 | 1000000 | 0 | 111 | 1001000 | 1001 | 110110 | 1001110 | 111010 |
Color Harmonies of #E7D740
Complementary color
Monochromatic Colors of #E7D740
Black with #E7D740
Text Example
Text Example
White with #E7D740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D740; }
p { color: rgb(231,215,64); }
H1.HeaderClassName
{
color: #E7D740;
}
.AnyTagClassName
{
color: #E7D740;
}
</style>
background-color css
<style>
a { background-color: #E7D740; }
a { background-color: rgb(231,215,64); }
div.DivClassName
{
background-color: #E7D740;
}
.BgClassName
{
background-color: #E7D740;
}
</style>
border-color css
<style>
span { border-color: #E7D740; }
span { border-color: rgb(231,215,64); }
td.TdClassName
{
border-color: #E7D740;
}
.TagClassName
{
border-color: #E7D740;
}
</style>