Shades of Starship #E0D436
Tints of Starship #E0D436
RGB
CMYK
RGB Variations
Color information
#E0D436 (or 0xE0D436) is known color: Starship. HEX triplet: E0, D4 and 36. RGB value is (224,212,54). Sum of RGB (Red+Green+Blue) = 224+212+54=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D436 is #1F2BC9. Grayscale: #C6C6C6. Windows color (decimal): -2042826 or 3593440. OLE color: 3593440.
HSL color Cylindrical-coordinate representation of color #E0D436: hue angle of 55.76º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0D436 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 54 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.12 |
| HSL | 55.76º | 0.73% | 0.55% | - |
| HSV(B) | 55.76º | 0.76% | 0.88% | - |
| XYZ | 54.95 | 63.2 | 12.79 | - |
| YUV | 197.58 | 46.98 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 54 | 0 | 0.05 | 0.76 | 0.12 | 55.76 | 0.73 | 0.55 |
| Hex | E0 | D4 | 36 | 0 | 5 | 4C | C | 38 | 49 | 37 |
| Octal | 340 | 324 | 66 | 0 | 5 | 114 | 14 | 70 | 111 | 67 |
| Binary | 11100000 | 11010100 | 110110 | 0 | 101 | 1001100 | 1100 | 111000 | 1001001 | 110111 |
Color Harmonies of #E0D436
Complementary color
Monochromatic Colors of #E0D436
Black with #E0D436
Text Example
Text Example
White with #E0D436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D436; }
p { color: rgb(224,212,54); }
H1.HeaderClassName
{
color: #E0D436;
}
.AnyTagClassName
{
color: #E0D436;
}
</style>
background-color css
<style>
a { background-color: #E0D436; }
a { background-color: rgb(224,212,54); }
div.DivClassName
{
background-color: #E0D436;
}
.BgClassName
{
background-color: #E0D436;
}
</style>
border-color css
<style>
span { border-color: #E0D436; }
span { border-color: rgb(224,212,54); }
td.TdClassName
{
border-color: #E0D436;
}
.TagClassName
{
border-color: #E0D436;
}
</style>