Shades of Starship #E7D845
Tints of Starship #E7D845
RGB
CMYK
RGB Variations
Color information
#E7D845 (or 0xE7D845) is known color: Starship. HEX triplet: E7, D8 and 45. RGB value is (231,216,69). Sum of RGB (Red+Green+Blue) = 231+216+69=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D845 is #1827BA. Grayscale: #CCCCCC. Windows color (decimal): -1583035 or 4577511. OLE color: 4577511.
HSL color Cylindrical-coordinate representation of color #E7D845: hue angle of 54.44º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7D845 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 216 | 69 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.09 |
| HSL | 54.44º | 0.77% | 0.59% | - |
| HSV(B) | 54.44º | 0.7% | 0.91% | - |
| XYZ | 58.59 | 66.53 | 15.38 | - |
| YUV | 203.73 | 51.97 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 216 | 69 | 0 | 0.06 | 0.70 | 0.09 | 54.44 | 0.77 | 0.59 |
| Hex | E7 | D8 | 45 | 0 | 6 | 46 | 9 | 36 | 4D | 3B |
| Octal | 347 | 330 | 105 | 0 | 6 | 106 | 11 | 66 | 115 | 73 |
| Binary | 11100111 | 11011000 | 1000101 | 0 | 110 | 1000110 | 1001 | 110110 | 1001101 | 111011 |
Color Harmonies of #E7D845
Complementary color
Monochromatic Colors of #E7D845
Black with #E7D845
Text Example
Text Example
White with #E7D845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D845; }
p { color: rgb(231,216,69); }
H1.HeaderClassName
{
color: #E7D845;
}
.AnyTagClassName
{
color: #E7D845;
}
</style>
background-color css
<style>
a { background-color: #E7D845; }
a { background-color: rgb(231,216,69); }
div.DivClassName
{
background-color: #E7D845;
}
.BgClassName
{
background-color: #E7D845;
}
</style>
border-color css
<style>
span { border-color: #E7D845; }
span { border-color: rgb(231,216,69); }
td.TdClassName
{
border-color: #E7D845;
}
.TagClassName
{
border-color: #E7D845;
}
</style>