Shades of Starship #E1DB47
Tints of Starship #E1DB47
RGB
CMYK
RGB Variations
Color information
#E1DB47 (or 0xE1DB47) is known color: Starship. HEX triplet: E1, DB and 47. RGB value is (225,219,71). Sum of RGB (Red+Green+Blue) = 225+219+71=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 71 (28.12% from 255 or 13.79% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DB47 is #1E24B8. Grayscale: #CCCCCC. Windows color (decimal): -1975481 or 4709345. OLE color: 4709345.
HSL color Cylindrical-coordinate representation of color #E1DB47: hue angle of 57.66º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1DB47 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 71 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.12 |
| HSL | 57.66º | 0.72% | 0.58% | - |
| HSV(B) | 57.66º | 0.68% | 0.88% | - |
| XYZ | 57.52 | 67.13 | 15.89 | - |
| YUV | 203.92 | 52.99 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 71 | 0 | 0.03 | 0.68 | 0.12 | 57.66 | 0.72 | 0.58 |
| Hex | E1 | DB | 47 | 0 | 3 | 44 | C | 3A | 48 | 3A |
| Octal | 341 | 333 | 107 | 0 | 3 | 104 | 14 | 72 | 110 | 72 |
| Binary | 11100001 | 11011011 | 1000111 | 0 | 11 | 1000100 | 1100 | 111010 | 1001000 | 111010 |
Color Harmonies of #E1DB47
Complementary color
Monochromatic Colors of #E1DB47
Black with #E1DB47
Text Example
Text Example
White with #E1DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB47; }
p { color: rgb(225,219,71); }
H1.HeaderClassName
{
color: #E1DB47;
}
.AnyTagClassName
{
color: #E1DB47;
}
</style>
background-color css
<style>
a { background-color: #E1DB47; }
a { background-color: rgb(225,219,71); }
div.DivClassName
{
background-color: #E1DB47;
}
.BgClassName
{
background-color: #E1DB47;
}
</style>
border-color css
<style>
span { border-color: #E1DB47; }
span { border-color: rgb(225,219,71); }
td.TdClassName
{
border-color: #E1DB47;
}
.TagClassName
{
border-color: #E1DB47;
}
</style>