Shades of Starship #E2D842
Tints of Starship #E2D842
RGB
CMYK
RGB Variations
Color information
#E2D842 (or 0xE2D842) is known color: Starship. HEX triplet: E2, D8 and 42. RGB value is (226,216,66). Sum of RGB (Red+Green+Blue) = 226+216+66=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 66 (26.17% from 255 or 12.99% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D842 is #1D27BD. Grayscale: #CACACA. Windows color (decimal): -1910718 or 4380898. OLE color: 4380898.
HSL color Cylindrical-coordinate representation of color #E2D842: hue angle of 56.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2D842 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 216 | 66 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.11 |
| HSL | 56.25º | 0.73% | 0.57% | - |
| HSV(B) | 56.25º | 0.71% | 0.89% | - |
| XYZ | 56.9 | 65.67 | 14.83 | - |
| YUV | 201.89 | 51.31 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 216 | 66 | 0 | 0.04 | 0.71 | 0.11 | 56.25 | 0.73 | 0.57 |
| Hex | E2 | D8 | 42 | 0 | 4 | 47 | B | 38 | 49 | 39 |
| Octal | 342 | 330 | 102 | 0 | 4 | 107 | 13 | 70 | 111 | 71 |
| Binary | 11100010 | 11011000 | 1000010 | 0 | 100 | 1000111 | 1011 | 111000 | 1001001 | 111001 |
Color Harmonies of #E2D842
Complementary color
Monochromatic Colors of #E2D842
Black with #E2D842
Text Example
Text Example
White with #E2D842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D842; }
p { color: rgb(226,216,66); }
H1.HeaderClassName
{
color: #E2D842;
}
.AnyTagClassName
{
color: #E2D842;
}
</style>
background-color css
<style>
a { background-color: #E2D842; }
a { background-color: rgb(226,216,66); }
div.DivClassName
{
background-color: #E2D842;
}
.BgClassName
{
background-color: #E2D842;
}
</style>
border-color css
<style>
span { border-color: #E2D842; }
span { border-color: rgb(226,216,66); }
td.TdClassName
{
border-color: #E2D842;
}
.TagClassName
{
border-color: #E2D842;
}
</style>