Shades of Starship #E1DF31
Tints of Starship #E1DF31
RGB
CMYK
RGB Variations
Color information
#E1DF31 (or 0xE1DF31) is known color: Starship. HEX triplet: E1, DF and 31. RGB value is (225,223,49). Sum of RGB (Red+Green+Blue) = 225+223+49=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF31 is #1E20CE. Grayscale: #CCCCCC. Windows color (decimal): -1974479 or 3268577. OLE color: 3268577.
HSL color Cylindrical-coordinate representation of color #E1DF31: hue angle of 59.32º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1DF31 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 49 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.12 |
| HSL | 59.32º | 0.75% | 0.54% | - |
| HSV(B) | 59.32º | 0.78% | 0.88% | - |
| XYZ | 57.99 | 69 | 13.17 | - |
| YUV | 203.76 | 40.66 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 49 | 0 | 0.01 | 0.78 | 0.12 | 59.32 | 0.75 | 0.54 |
| Hex | E1 | DF | 31 | 0 | 1 | 4E | C | 3B | 4B | 36 |
| Octal | 341 | 337 | 61 | 0 | 1 | 116 | 14 | 73 | 113 | 66 |
| Binary | 11100001 | 11011111 | 110001 | 0 | 1 | 1001110 | 1100 | 111011 | 1001011 | 110110 |
Color Harmonies of #E1DF31
Complementary color
Monochromatic Colors of #E1DF31
Black with #E1DF31
Text Example
Text Example
White with #E1DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF31; }
p { color: rgb(225,223,49); }
H1.HeaderClassName
{
color: #E1DF31;
}
.AnyTagClassName
{
color: #E1DF31;
}
</style>
background-color css
<style>
a { background-color: #E1DF31; }
a { background-color: rgb(225,223,49); }
div.DivClassName
{
background-color: #E1DF31;
}
.BgClassName
{
background-color: #E1DF31;
}
</style>
border-color css
<style>
span { border-color: #E1DF31; }
span { border-color: rgb(225,223,49); }
td.TdClassName
{
border-color: #E1DF31;
}
.TagClassName
{
border-color: #E1DF31;
}
</style>