Shades of Starship #E1DC31
Tints of Starship #E1DC31
RGB
CMYK
RGB Variations
Color information
#E1DC31 (or 0xE1DC31) is known color: Starship. HEX triplet: E1, DC and 31. RGB value is (225,220,49). Sum of RGB (Red+Green+Blue) = 225+220+49=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DC31 is #1E23CE. Grayscale: #CACACA. Windows color (decimal): -1975247 or 3267809. OLE color: 3267809.
HSL color Cylindrical-coordinate representation of color #E1DC31: hue angle of 58.3º 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 #E1DC31 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 49 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.12 |
| HSL | 58.3º | 0.75% | 0.54% | - |
| HSV(B) | 58.3º | 0.78% | 0.88% | - |
| XYZ | 57.2 | 67.42 | 12.9 | - |
| YUV | 202 | 41.66 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 49 | 0 | 0.02 | 0.78 | 0.12 | 58.3 | 0.75 | 0.54 |
| Hex | E1 | DC | 31 | 0 | 2 | 4E | C | 3A | 4B | 36 |
| Octal | 341 | 334 | 61 | 0 | 2 | 116 | 14 | 72 | 113 | 66 |
| Binary | 11100001 | 11011100 | 110001 | 0 | 10 | 1001110 | 1100 | 111010 | 1001011 | 110110 |
Color Harmonies of #E1DC31
Complementary color
Monochromatic Colors of #E1DC31
Black with #E1DC31
Text Example
Text Example
White with #E1DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DC31; }
p { color: rgb(225,220,49); }
H1.HeaderClassName
{
color: #E1DC31;
}
.AnyTagClassName
{
color: #E1DC31;
}
</style>
background-color css
<style>
a { background-color: #E1DC31; }
a { background-color: rgb(225,220,49); }
div.DivClassName
{
background-color: #E1DC31;
}
.BgClassName
{
background-color: #E1DC31;
}
</style>
border-color css
<style>
span { border-color: #E1DC31; }
span { border-color: rgb(225,220,49); }
td.TdClassName
{
border-color: #E1DC31;
}
.TagClassName
{
border-color: #E1DC31;
}
</style>