Shades of Starship #E2D430
Tints of Starship #E2D430
RGB
CMYK
RGB Variations
Color information
#E2D430 (or 0xE2D430) is known color: Starship. HEX triplet: E2, D4 and 30. RGB value is (226,212,48). Sum of RGB (Red+Green+Blue) = 226+212+48=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D430 is #1D2BCF. Grayscale: #C6C6C6. Windows color (decimal): -1911760 or 3200226. OLE color: 3200226.
HSL color Cylindrical-coordinate representation of color #E2D430: hue angle of 55.28º 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 #E2D430 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 48 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.11 |
| HSL | 55.28º | 0.75% | 0.54% | - |
| HSV(B) | 55.28º | 0.79% | 0.89% | - |
| XYZ | 55.44 | 63.47 | 12.13 | - |
| YUV | 197.49 | 43.64 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 48 | 0 | 0.06 | 0.79 | 0.11 | 55.28 | 0.75 | 0.54 |
| Hex | E2 | D4 | 30 | 0 | 6 | 4F | B | 37 | 4B | 36 |
| Octal | 342 | 324 | 60 | 0 | 6 | 117 | 13 | 67 | 113 | 66 |
| Binary | 11100010 | 11010100 | 110000 | 0 | 110 | 1001111 | 1011 | 110111 | 1001011 | 110110 |
Color Harmonies of #E2D430
Complementary color
Monochromatic Colors of #E2D430
Black with #E2D430
Text Example
Text Example
White with #E2D430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D430; }
p { color: rgb(226,212,48); }
H1.HeaderClassName
{
color: #E2D430;
}
.AnyTagClassName
{
color: #E2D430;
}
</style>
background-color css
<style>
a { background-color: #E2D430; }
a { background-color: rgb(226,212,48); }
div.DivClassName
{
background-color: #E2D430;
}
.BgClassName
{
background-color: #E2D430;
}
</style>
border-color css
<style>
span { border-color: #E2D430; }
span { border-color: rgb(226,212,48); }
td.TdClassName
{
border-color: #E2D430;
}
.TagClassName
{
border-color: #E2D430;
}
</style>