Shades of Starship #E1DF2E
Tints of Starship #E1DF2E
RGB
CMYK
RGB Variations
Color information
#E1DF2E (or 0xE1DF2E) is known color: Starship. HEX triplet: E1, DF and 2E. RGB value is (225,223,46). Sum of RGB (Red+Green+Blue) = 225+223+46=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF2E is #1E20D1. Grayscale: #CCCCCC. Windows color (decimal): -1974482 or 3071969. OLE color: 3071969.
HSL color Cylindrical-coordinate representation of color #E1DF2E: hue angle of 59.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1DF2E is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 46 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.12 |
| HSL | 59.33º | 0.75% | 0.53% | - |
| HSV(B) | 59.33º | 0.8% | 0.88% | - |
| XYZ | 57.93 | 68.98 | 12.85 | - |
| YUV | 203.42 | 39.16 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 46 | 0 | 0.01 | 0.80 | 0.12 | 59.33 | 0.75 | 0.53 |
| Hex | E1 | DF | 2E | 0 | 1 | 50 | C | 3B | 4B | 35 |
| Octal | 341 | 337 | 56 | 0 | 1 | 120 | 14 | 73 | 113 | 65 |
| Binary | 11100001 | 11011111 | 101110 | 0 | 1 | 1010000 | 1100 | 111011 | 1001011 | 110101 |
Color Harmonies of #E1DF2E
Complementary color
Monochromatic Colors of #E1DF2E
Black with #E1DF2E
Text Example
Text Example
White with #E1DF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF2E; }
p { color: rgb(225,223,46); }
H1.HeaderClassName
{
color: #E1DF2E;
}
.AnyTagClassName
{
color: #E1DF2E;
}
</style>
background-color css
<style>
a { background-color: #E1DF2E; }
a { background-color: rgb(225,223,46); }
div.DivClassName
{
background-color: #E1DF2E;
}
.BgClassName
{
background-color: #E1DF2E;
}
</style>
border-color css
<style>
span { border-color: #E1DF2E; }
span { border-color: rgb(225,223,46); }
td.TdClassName
{
border-color: #E1DF2E;
}
.TagClassName
{
border-color: #E1DF2E;
}
</style>