Shades of Starship #E0D631
Tints of Starship #E0D631
RGB
CMYK
RGB Variations
Color information
#E0D631 (or 0xE0D631) is known color: Starship. HEX triplet: E0, D6 and 31. RGB value is (224,214,49). Sum of RGB (Red+Green+Blue) = 224+214+49=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D631 is #1F29CE. Grayscale: #C6C6C6. Windows color (decimal): -2042319 or 3266272. OLE color: 3266272.
HSL color Cylindrical-coordinate representation of color #E0D631: hue angle of 56.57º 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 #E0D631 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 49 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.12 |
| HSL | 56.57º | 0.74% | 0.54% | - |
| HSV(B) | 56.57º | 0.78% | 0.88% | - |
| XYZ | 55.34 | 64.16 | 12.37 | - |
| YUV | 198.18 | 43.81 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 49 | 0 | 0.04 | 0.78 | 0.12 | 56.57 | 0.74 | 0.54 |
| Hex | E0 | D6 | 31 | 0 | 4 | 4E | C | 39 | 4A | 36 |
| Octal | 340 | 326 | 61 | 0 | 4 | 116 | 14 | 71 | 112 | 66 |
| Binary | 11100000 | 11010110 | 110001 | 0 | 100 | 1001110 | 1100 | 111001 | 1001010 | 110110 |
Color Harmonies of #E0D631
Complementary color
Monochromatic Colors of #E0D631
Black with #E0D631
Text Example
Text Example
White with #E0D631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D631; }
p { color: rgb(224,214,49); }
H1.HeaderClassName
{
color: #E0D631;
}
.AnyTagClassName
{
color: #E0D631;
}
</style>
background-color css
<style>
a { background-color: #E0D631; }
a { background-color: rgb(224,214,49); }
div.DivClassName
{
background-color: #E0D631;
}
.BgClassName
{
background-color: #E0D631;
}
</style>
border-color css
<style>
span { border-color: #E0D631; }
span { border-color: rgb(224,214,49); }
td.TdClassName
{
border-color: #E0D631;
}
.TagClassName
{
border-color: #E0D631;
}
</style>