Shades of Starship #E2D031
Tints of Starship #E2D031
RGB
CMYK
RGB Variations
Color information
#E2D031 (or 0xE2D031) is known color: Starship. HEX triplet: E2, D0 and 31. RGB value is (226,208,49). Sum of RGB (Red+Green+Blue) = 226+208+49=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D031 is #1D2FCE. Grayscale: #C3C3C3. Windows color (decimal): -1912783 or 3264738. OLE color: 3264738.
HSL color Cylindrical-coordinate representation of color #E2D031: hue angle of 53.9º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2D031 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 208 | 49 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.11 |
| HSL | 53.9º | 0.75% | 0.54% | - |
| HSV(B) | 53.9º | 0.78% | 0.89% | - |
| XYZ | 54.47 | 61.5 | 11.91 | - |
| YUV | 195.26 | 45.46 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 208 | 49 | 0 | 0.08 | 0.78 | 0.11 | 53.9 | 0.75 | 0.54 |
| Hex | E2 | D0 | 31 | 0 | 8 | 4E | B | 36 | 4B | 36 |
| Octal | 342 | 320 | 61 | 0 | 10 | 116 | 13 | 66 | 113 | 66 |
| Binary | 11100010 | 11010000 | 110001 | 0 | 1000 | 1001110 | 1011 | 110110 | 1001011 | 110110 |
Color Harmonies of #E2D031
Complementary color
Monochromatic Colors of #E2D031
Black with #E2D031
Text Example
Text Example
White with #E2D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D031; }
p { color: rgb(226,208,49); }
H1.HeaderClassName
{
color: #E2D031;
}
.AnyTagClassName
{
color: #E2D031;
}
</style>
background-color css
<style>
a { background-color: #E2D031; }
a { background-color: rgb(226,208,49); }
div.DivClassName
{
background-color: #E2D031;
}
.BgClassName
{
background-color: #E2D031;
}
</style>
border-color css
<style>
span { border-color: #E2D031; }
span { border-color: rgb(226,208,49); }
td.TdClassName
{
border-color: #E2D031;
}
.TagClassName
{
border-color: #E2D031;
}
</style>