Shades of Starship #E2D943
Tints of Starship #E2D943
RGB
CMYK
RGB Variations
Color information
#E2D943 (or 0xE2D943) is known color: Starship. HEX triplet: E2, D9 and 43. RGB value is (226,217,67). Sum of RGB (Red+Green+Blue) = 226+217+67=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 67 (26.56% from 255 or 13.14% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D943 is #1D26BC. Grayscale: #CBCBCB. Windows color (decimal): -1910461 or 4446690. OLE color: 4446690.
HSL color Cylindrical-coordinate representation of color #E2D943: hue angle of 56.6º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E2D943 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 67 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.11 |
| HSL | 56.6º | 0.73% | 0.57% | - |
| HSV(B) | 56.6º | 0.7% | 0.89% | - |
| XYZ | 57.19 | 66.2 | 15.07 | - |
| YUV | 202.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 67 | 0 | 0.04 | 0.70 | 0.11 | 56.6 | 0.73 | 0.57 |
| Hex | E2 | D9 | 43 | 0 | 4 | 46 | B | 39 | 49 | 39 |
| Octal | 342 | 331 | 103 | 0 | 4 | 106 | 13 | 71 | 111 | 71 |
| Binary | 11100010 | 11011001 | 1000011 | 0 | 100 | 1000110 | 1011 | 111001 | 1001001 | 111001 |
Color Harmonies of #E2D943
Complementary color
Monochromatic Colors of #E2D943
Black with #E2D943
Text Example
Text Example
White with #E2D943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D943; }
p { color: rgb(226,217,67); }
H1.HeaderClassName
{
color: #E2D943;
}
.AnyTagClassName
{
color: #E2D943;
}
</style>
background-color css
<style>
a { background-color: #E2D943; }
a { background-color: rgb(226,217,67); }
div.DivClassName
{
background-color: #E2D943;
}
.BgClassName
{
background-color: #E2D943;
}
</style>
border-color css
<style>
span { border-color: #E2D943; }
span { border-color: rgb(226,217,67); }
td.TdClassName
{
border-color: #E2D943;
}
.TagClassName
{
border-color: #E2D943;
}
</style>