Shades of Starship #E2D731
Tints of Starship #E2D731
RGB
CMYK
RGB Variations
Color information
#E2D731 (or 0xE2D731) is known color: Starship. HEX triplet: E2, D7 and 31. RGB value is (226,215,49). Sum of RGB (Red+Green+Blue) = 226+215+49=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D731 is #1D28CE. Grayscale: #C8C8C8. Windows color (decimal): -1910991 or 3266530. OLE color: 3266530.
HSL color Cylindrical-coordinate representation of color #E2D731: hue angle of 56.27º 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 #E2D731 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 49 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.11 |
| HSL | 56.27º | 0.75% | 0.54% | - |
| HSV(B) | 56.27º | 0.78% | 0.89% | - |
| XYZ | 56.22 | 64.99 | 12.49 | - |
| YUV | 199.37 | 43.14 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 49 | 0 | 0.05 | 0.78 | 0.11 | 56.27 | 0.75 | 0.54 |
| Hex | E2 | D7 | 31 | 0 | 5 | 4E | B | 38 | 4B | 36 |
| Octal | 342 | 327 | 61 | 0 | 5 | 116 | 13 | 70 | 113 | 66 |
| Binary | 11100010 | 11010111 | 110001 | 0 | 101 | 1001110 | 1011 | 111000 | 1001011 | 110110 |
Color Harmonies of #E2D731
Complementary color
Monochromatic Colors of #E2D731
Black with #E2D731
Text Example
Text Example
White with #E2D731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D731; }
p { color: rgb(226,215,49); }
H1.HeaderClassName
{
color: #E2D731;
}
.AnyTagClassName
{
color: #E2D731;
}
</style>
background-color css
<style>
a { background-color: #E2D731; }
a { background-color: rgb(226,215,49); }
div.DivClassName
{
background-color: #E2D731;
}
.BgClassName
{
background-color: #E2D731;
}
</style>
border-color css
<style>
span { border-color: #E2D731; }
span { border-color: rgb(226,215,49); }
td.TdClassName
{
border-color: #E2D731;
}
.TagClassName
{
border-color: #E2D731;
}
</style>