Shades of Starship #E0DC47
Tints of Starship #E0DC47
RGB
CMYK
RGB Variations
Color information
#E0DC47 (or 0xE0DC47) is known color: Starship. HEX triplet: E0, DC and 47. RGB value is (224,220,71). Sum of RGB (Red+Green+Blue) = 224+220+71=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 71 (28.12% from 255 or 13.79% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0DC47 is #1F23B8. Grayscale: #CCCCCC. Windows color (decimal): -2040761 or 4709600. OLE color: 4709600.
HSL color Cylindrical-coordinate representation of color #E0DC47: hue angle of 58.43º degrees, saturation: 0.71, 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 #E0DC47 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 71 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.12 |
| HSL | 58.43º | 0.71% | 0.58% | - |
| HSV(B) | 58.43º | 0.68% | 0.88% | - |
| XYZ | 57.47 | 67.49 | 15.96 | - |
| YUV | 204.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 71 | 0 | 0.02 | 0.68 | 0.12 | 58.43 | 0.71 | 0.58 |
| Hex | E0 | DC | 47 | 0 | 2 | 44 | C | 3A | 47 | 3A |
| Octal | 340 | 334 | 107 | 0 | 2 | 104 | 14 | 72 | 107 | 72 |
| Binary | 11100000 | 11011100 | 1000111 | 0 | 10 | 1000100 | 1100 | 111010 | 1000111 | 111010 |
Color Harmonies of #E0DC47
Complementary color
Monochromatic Colors of #E0DC47
Black with #E0DC47
Text Example
Text Example
White with #E0DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DC47; }
p { color: rgb(224,220,71); }
H1.HeaderClassName
{
color: #E0DC47;
}
.AnyTagClassName
{
color: #E0DC47;
}
</style>
background-color css
<style>
a { background-color: #E0DC47; }
a { background-color: rgb(224,220,71); }
div.DivClassName
{
background-color: #E0DC47;
}
.BgClassName
{
background-color: #E0DC47;
}
</style>
border-color css
<style>
span { border-color: #E0DC47; }
span { border-color: rgb(224,220,71); }
td.TdClassName
{
border-color: #E0DC47;
}
.TagClassName
{
border-color: #E0DC47;
}
</style>