Shades of Starship #E1DC45
Tints of Starship #E1DC45
RGB
CMYK
RGB Variations
Color information
#E1DC45 (or 0xE1DC45) is known color: Starship. HEX triplet: E1, DC and 45. RGB value is (225,220,69). Sum of RGB (Red+Green+Blue) = 225+220+69=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 69 (27.34% from 255 or 13.42% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC45 is #1E23BA. Grayscale: #CCCCCC. Windows color (decimal): -1975227 or 4578529. OLE color: 4578529.
HSL color Cylindrical-coordinate representation of color #E1DC45: hue angle of 58.08º 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 #E1DC45 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 69 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.12 |
| HSL | 58.08º | 0.72% | 0.58% | - |
| HSV(B) | 58.08º | 0.69% | 0.88% | - |
| XYZ | 57.72 | 67.62 | 15.64 | - |
| YUV | 204.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 69 | 0 | 0.02 | 0.69 | 0.12 | 58.08 | 0.72 | 0.58 |
| Hex | E1 | DC | 45 | 0 | 2 | 45 | C | 3A | 48 | 3A |
| Octal | 341 | 334 | 105 | 0 | 2 | 105 | 14 | 72 | 110 | 72 |
| Binary | 11100001 | 11011100 | 1000101 | 0 | 10 | 1000101 | 1100 | 111010 | 1001000 | 111010 |
Color Harmonies of #E1DC45
Complementary color
Monochromatic Colors of #E1DC45
Black with #E1DC45
Text Example
Text Example
White with #E1DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC45; }
p { color: rgb(225,220,69); }
H1.HeaderClassName
{
color: #E1DC45;
}
.AnyTagClassName
{
color: #E1DC45;
}
</style>
background-color css
<style>
a { background-color: #E1DC45; }
a { background-color: rgb(225,220,69); }
div.DivClassName
{
background-color: #E1DC45;
}
.BgClassName
{
background-color: #E1DC45;
}
</style>
border-color css
<style>
span { border-color: #E1DC45; }
span { border-color: rgb(225,220,69); }
td.TdClassName
{
border-color: #E1DC45;
}
.TagClassName
{
border-color: #E1DC45;
}
</style>