Shades of Starship #E1DF45
Tints of Starship #E1DF45
RGB
CMYK
RGB Variations
Color information
#E1DF45 (or 0xE1DF45) is known color: Starship. HEX triplet: E1, DF and 45. RGB value is (225,223,69). Sum of RGB (Red+Green+Blue) = 225+223+69=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF45 is #1E20BA. Grayscale: #CECECE. Windows color (decimal): -1974459 or 4579297. OLE color: 4579297.
HSL color Cylindrical-coordinate representation of color #E1DF45: hue angle of 59.23º 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 #E1DF45 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 69 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.12 |
| HSL | 59.23º | 0.72% | 0.58% | - |
| HSV(B) | 59.23º | 0.69% | 0.88% | - |
| XYZ | 58.51 | 69.21 | 15.91 | - |
| YUV | 206.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 69 | 0 | 0.01 | 0.69 | 0.12 | 59.23 | 0.72 | 0.58 |
| Hex | E1 | DF | 45 | 0 | 1 | 45 | C | 3B | 48 | 3A |
| Octal | 341 | 337 | 105 | 0 | 1 | 105 | 14 | 73 | 110 | 72 |
| Binary | 11100001 | 11011111 | 1000101 | 0 | 1 | 1000101 | 1100 | 111011 | 1001000 | 111010 |
Color Harmonies of #E1DF45
Complementary color
Monochromatic Colors of #E1DF45
Black with #E1DF45
Text Example
Text Example
White with #E1DF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF45; }
p { color: rgb(225,223,69); }
H1.HeaderClassName
{
color: #E1DF45;
}
.AnyTagClassName
{
color: #E1DF45;
}
</style>
background-color css
<style>
a { background-color: #E1DF45; }
a { background-color: rgb(225,223,69); }
div.DivClassName
{
background-color: #E1DF45;
}
.BgClassName
{
background-color: #E1DF45;
}
</style>
border-color css
<style>
span { border-color: #E1DF45; }
span { border-color: rgb(225,223,69); }
td.TdClassName
{
border-color: #E1DF45;
}
.TagClassName
{
border-color: #E1DF45;
}
</style>