Shades of Starship #E2D730
Tints of Starship #E2D730
RGB
CMYK
RGB Variations
Color information
#E2D730 (or 0xE2D730) is known color: Starship. HEX triplet: E2, D7 and 30. RGB value is (226,215,48). Sum of RGB (Red+Green+Blue) = 226+215+48=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 48 (19.14% from 255 or 9.82% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D730 is #1D28CF. Grayscale: #C7C7C7. Windows color (decimal): -1910992 or 3200994. OLE color: 3200994.
HSL color Cylindrical-coordinate representation of color #E2D730: hue angle of 56.29º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2D730 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 48 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.11 |
| HSL | 56.29º | 0.75% | 0.54% | - |
| HSV(B) | 56.29º | 0.79% | 0.89% | - |
| XYZ | 56.2 | 64.98 | 12.38 | - |
| YUV | 199.25 | 42.64 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 48 | 0 | 0.05 | 0.79 | 0.11 | 56.29 | 0.75 | 0.54 |
| Hex | E2 | D7 | 30 | 0 | 5 | 4F | B | 38 | 4B | 36 |
| Octal | 342 | 327 | 60 | 0 | 5 | 117 | 13 | 70 | 113 | 66 |
| Binary | 11100010 | 11010111 | 110000 | 0 | 101 | 1001111 | 1011 | 111000 | 1001011 | 110110 |
Color Harmonies of #E2D730
Complementary color
Monochromatic Colors of #E2D730
Black with #E2D730
Text Example
Text Example
White with #E2D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D730; }
p { color: rgb(226,215,48); }
H1.HeaderClassName
{
color: #E2D730;
}
.AnyTagClassName
{
color: #E2D730;
}
</style>
background-color css
<style>
a { background-color: #E2D730; }
a { background-color: rgb(226,215,48); }
div.DivClassName
{
background-color: #E2D730;
}
.BgClassName
{
background-color: #E2D730;
}
</style>
border-color css
<style>
span { border-color: #E2D730; }
span { border-color: rgb(226,215,48); }
td.TdClassName
{
border-color: #E2D730;
}
.TagClassName
{
border-color: #E2D730;
}
</style>