Shades of Starship #E1D631
Tints of Starship #E1D631
RGB
CMYK
RGB Variations
Color information
#E1D631 (or 0xE1D631) is known color: Starship. HEX triplet: E1, D6 and 31. RGB value is (225,214,49). Sum of RGB (Red+Green+Blue) = 225+214+49=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D631 is #1E29CE. Grayscale: #C7C7C7. Windows color (decimal): -1976783 or 3266273. OLE color: 3266273.
HSL color Cylindrical-coordinate representation of color #E1D631: hue angle of 56.25º 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 #E1D631 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 49 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.12 |
| HSL | 56.25º | 0.75% | 0.54% | - |
| HSV(B) | 56.25º | 0.78% | 0.88% | - |
| XYZ | 55.65 | 64.32 | 12.39 | - |
| YUV | 198.48 | 43.64 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 49 | 0 | 0.05 | 0.78 | 0.12 | 56.25 | 0.75 | 0.54 |
| Hex | E1 | D6 | 31 | 0 | 5 | 4E | C | 38 | 4B | 36 |
| Octal | 341 | 326 | 61 | 0 | 5 | 116 | 14 | 70 | 113 | 66 |
| Binary | 11100001 | 11010110 | 110001 | 0 | 101 | 1001110 | 1100 | 111000 | 1001011 | 110110 |
Color Harmonies of #E1D631
Complementary color
Monochromatic Colors of #E1D631
Black with #E1D631
Text Example
Text Example
White with #E1D631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D631; }
p { color: rgb(225,214,49); }
H1.HeaderClassName
{
color: #E1D631;
}
.AnyTagClassName
{
color: #E1D631;
}
</style>
background-color css
<style>
a { background-color: #E1D631; }
a { background-color: rgb(225,214,49); }
div.DivClassName
{
background-color: #E1D631;
}
.BgClassName
{
background-color: #E1D631;
}
</style>
border-color css
<style>
span { border-color: #E1D631; }
span { border-color: rgb(225,214,49); }
td.TdClassName
{
border-color: #E1D631;
}
.TagClassName
{
border-color: #E1D631;
}
</style>