Shades of Starship #E0D431
Tints of Starship #E0D431
RGB
CMYK
RGB Variations
Color information
#E0D431 (or 0xE0D431) is known color: Starship. HEX triplet: E0, D4 and 31. RGB value is (224,212,49). Sum of RGB (Red+Green+Blue) = 224+212+49=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D431 is #1F2BCE. Grayscale: #C5C5C5. Windows color (decimal): -2042831 or 3265760. OLE color: 3265760.
HSL color Cylindrical-coordinate representation of color #E0D431: hue angle of 55.89º degrees, saturation: 0.74, 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 #E0D431 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 49 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.12 |
| HSL | 55.89º | 0.74% | 0.54% | - |
| HSV(B) | 55.89º | 0.78% | 0.88% | - |
| XYZ | 54.84 | 63.16 | 12.21 | - |
| YUV | 197.01 | 44.48 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 49 | 0 | 0.05 | 0.78 | 0.12 | 55.89 | 0.74 | 0.54 |
| Hex | E0 | D4 | 31 | 0 | 5 | 4E | C | 38 | 4A | 36 |
| Octal | 340 | 324 | 61 | 0 | 5 | 116 | 14 | 70 | 112 | 66 |
| Binary | 11100000 | 11010100 | 110001 | 0 | 101 | 1001110 | 1100 | 111000 | 1001010 | 110110 |
Color Harmonies of #E0D431
Complementary color
Monochromatic Colors of #E0D431
Black with #E0D431
Text Example
Text Example
White with #E0D431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D431; }
p { color: rgb(224,212,49); }
H1.HeaderClassName
{
color: #E0D431;
}
.AnyTagClassName
{
color: #E0D431;
}
</style>
background-color css
<style>
a { background-color: #E0D431; }
a { background-color: rgb(224,212,49); }
div.DivClassName
{
background-color: #E0D431;
}
.BgClassName
{
background-color: #E0D431;
}
</style>
border-color css
<style>
span { border-color: #E0D431; }
span { border-color: rgb(224,212,49); }
td.TdClassName
{
border-color: #E0D431;
}
.TagClassName
{
border-color: #E0D431;
}
</style>