Shades of Starship #E0D32E
Tints of Starship #E0D32E
RGB
CMYK
RGB Variations
Color information
#E0D32E (or 0xE0D32E) is known color: Starship. HEX triplet: E0, D3 and 2E. RGB value is (224,211,46). Sum of RGB (Red+Green+Blue) = 224+211+46=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D32E is #1F2CD1. Grayscale: #C4C4C4. Windows color (decimal): -2043090 or 3068896. OLE color: 3068896.
HSL color Cylindrical-coordinate representation of color #E0D32E: hue angle of 55.62º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0D32E is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 211 | 46 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.12 |
| HSL | 55.62º | 0.74% | 0.53% | - |
| HSV(B) | 55.62º | 0.79% | 0.88% | - |
| XYZ | 54.53 | 62.63 | 11.8 | - |
| YUV | 196.08 | 43.31 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 211 | 46 | 0 | 0.06 | 0.79 | 0.12 | 55.62 | 0.74 | 0.53 |
| Hex | E0 | D3 | 2E | 0 | 6 | 4F | C | 38 | 4A | 35 |
| Octal | 340 | 323 | 56 | 0 | 6 | 117 | 14 | 70 | 112 | 65 |
| Binary | 11100000 | 11010011 | 101110 | 0 | 110 | 1001111 | 1100 | 111000 | 1001010 | 110101 |
Color Harmonies of #E0D32E
Complementary color
Monochromatic Colors of #E0D32E
Black with #E0D32E
Text Example
Text Example
White with #E0D32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D32E; }
p { color: rgb(224,211,46); }
H1.HeaderClassName
{
color: #E0D32E;
}
.AnyTagClassName
{
color: #E0D32E;
}
</style>
background-color css
<style>
a { background-color: #E0D32E; }
a { background-color: rgb(224,211,46); }
div.DivClassName
{
background-color: #E0D32E;
}
.BgClassName
{
background-color: #E0D32E;
}
</style>
border-color css
<style>
span { border-color: #E0D32E; }
span { border-color: rgb(224,211,46); }
td.TdClassName
{
border-color: #E0D32E;
}
.TagClassName
{
border-color: #E0D32E;
}
</style>