Shades of Starship #E6D945
Tints of Starship #E6D945
RGB
CMYK
RGB Variations
Color information
#E6D945 (or 0xE6D945) is known color: Starship. HEX triplet: E6, D9 and 45. RGB value is (230,217,69). Sum of RGB (Red+Green+Blue) = 230+217+69=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D945 is #1926BA. Grayscale: #CCCCCC. Windows color (decimal): -1648315 or 4577766. OLE color: 4577766.
HSL color Cylindrical-coordinate representation of color #E6D945: hue angle of 55.16º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6D945 is Cyan = 0, Magento = 0.06, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 217 | 69 | - |
| CMYK | 0 | 0.06 | 0.7 | 0.10 |
| HSL | 55.16º | 0.76% | 0.59% | - |
| HSV(B) | 55.16º | 0.7% | 0.9% | - |
| XYZ | 58.52 | 66.88 | 15.45 | - |
| YUV | 204.02 | 51.81 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 217 | 69 | 0 | 0.06 | 0.7 | 0.10 | 55.16 | 0.76 | 0.59 |
| Hex | E6 | D9 | 45 | 0 | 6 | 46 | A | 37 | 4C | 3B |
| Octal | 346 | 331 | 105 | 0 | 6 | 106 | 12 | 67 | 114 | 73 |
| Binary | 11100110 | 11011001 | 1000101 | 0 | 110 | 1000110 | 1010 | 110111 | 1001100 | 111011 |
Color Harmonies of #E6D945
Complementary color
Monochromatic Colors of #E6D945
Black with #E6D945
Text Example
Text Example
White with #E6D945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D945; }
p { color: rgb(230,217,69); }
H1.HeaderClassName
{
color: #E6D945;
}
.AnyTagClassName
{
color: #E6D945;
}
</style>
background-color css
<style>
a { background-color: #E6D945; }
a { background-color: rgb(230,217,69); }
div.DivClassName
{
background-color: #E6D945;
}
.BgClassName
{
background-color: #E6D945;
}
</style>
border-color css
<style>
span { border-color: #E6D945; }
span { border-color: rgb(230,217,69); }
td.TdClassName
{
border-color: #E6D945;
}
.TagClassName
{
border-color: #E6D945;
}
</style>