Shades of Starship #E1D845
Tints of Starship #E1D845
RGB
CMYK
RGB Variations
Color information
#E1D845 (or 0xE1D845) is known color: Starship. HEX triplet: E1, D8 and 45. RGB value is (225,216,69). Sum of RGB (Red+Green+Blue) = 225+216+69=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 69 (27.34% from 255 or 13.53% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D845 is #1E27BA. Grayscale: #CACACA. Windows color (decimal): -1976251 or 4577505. OLE color: 4577505.
HSL color Cylindrical-coordinate representation of color #E1D845: hue angle of 56.54º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E1D845 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 69 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.12 |
| HSL | 56.54º | 0.72% | 0.58% | - |
| HSV(B) | 56.54º | 0.69% | 0.88% | - |
| XYZ | 56.68 | 65.55 | 15.3 | - |
| YUV | 201.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 69 | 0 | 0.04 | 0.69 | 0.12 | 56.54 | 0.72 | 0.58 |
| Hex | E1 | D8 | 45 | 0 | 4 | 45 | C | 39 | 48 | 3A |
| Octal | 341 | 330 | 105 | 0 | 4 | 105 | 14 | 71 | 110 | 72 |
| Binary | 11100001 | 11011000 | 1000101 | 0 | 100 | 1000101 | 1100 | 111001 | 1001000 | 111010 |
Color Harmonies of #E1D845
Complementary color
Monochromatic Colors of #E1D845
Black with #E1D845
Text Example
Text Example
White with #E1D845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D845; }
p { color: rgb(225,216,69); }
H1.HeaderClassName
{
color: #E1D845;
}
.AnyTagClassName
{
color: #E1D845;
}
</style>
background-color css
<style>
a { background-color: #E1D845; }
a { background-color: rgb(225,216,69); }
div.DivClassName
{
background-color: #E1D845;
}
.BgClassName
{
background-color: #E1D845;
}
</style>
border-color css
<style>
span { border-color: #E1D845; }
span { border-color: rgb(225,216,69); }
td.TdClassName
{
border-color: #E1D845;
}
.TagClassName
{
border-color: #E1D845;
}
</style>