Shades of Starship #E0D731
Tints of Starship #E0D731
RGB
CMYK
RGB Variations
Color information
#E0D731 (or 0xE0D731) is known color: Starship. HEX triplet: E0, D7 and 31. RGB value is (224,215,49). Sum of RGB (Red+Green+Blue) = 224+215+49=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D731 is #1F28CE. Grayscale: #C7C7C7. Windows color (decimal): -2042063 or 3266528. OLE color: 3266528.
HSL color Cylindrical-coordinate representation of color #E0D731: hue angle of 56.91º 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 #E0D731 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 49 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.12 |
| HSL | 56.91º | 0.74% | 0.54% | - |
| HSV(B) | 56.91º | 0.78% | 0.88% | - |
| XYZ | 55.6 | 64.67 | 12.46 | - |
| YUV | 198.77 | 43.48 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 49 | 0 | 0.04 | 0.78 | 0.12 | 56.91 | 0.74 | 0.54 |
| Hex | E0 | D7 | 31 | 0 | 4 | 4E | C | 39 | 4A | 36 |
| Octal | 340 | 327 | 61 | 0 | 4 | 116 | 14 | 71 | 112 | 66 |
| Binary | 11100000 | 11010111 | 110001 | 0 | 100 | 1001110 | 1100 | 111001 | 1001010 | 110110 |
Color Harmonies of #E0D731
Complementary color
Monochromatic Colors of #E0D731
Black with #E0D731
Text Example
Text Example
White with #E0D731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D731; }
p { color: rgb(224,215,49); }
H1.HeaderClassName
{
color: #E0D731;
}
.AnyTagClassName
{
color: #E0D731;
}
</style>
background-color css
<style>
a { background-color: #E0D731; }
a { background-color: rgb(224,215,49); }
div.DivClassName
{
background-color: #E0D731;
}
.BgClassName
{
background-color: #E0D731;
}
</style>
border-color css
<style>
span { border-color: #E0D731; }
span { border-color: rgb(224,215,49); }
td.TdClassName
{
border-color: #E0D731;
}
.TagClassName
{
border-color: #E0D731;
}
</style>