Shades of Starship #E2D941
Tints of Starship #E2D941
RGB
CMYK
RGB Variations
Color information
#E2D941 (or 0xE2D941) is known color: Starship. HEX triplet: E2, D9 and 41. RGB value is (226,217,65). Sum of RGB (Red+Green+Blue) = 226+217+65=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D941 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2D941 is #1D26BE. Grayscale: #CACACA. Windows color (decimal): -1910463 or 4315618. OLE color: 4315618.
HSL color Cylindrical-coordinate representation of color #E2D941: hue angle of 56.65º degrees, saturation: 0.74, 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 #E2D941 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 217 | 65 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.11 |
| HSL | 56.65º | 0.74% | 0.57% | - |
| HSV(B) | 56.65º | 0.71% | 0.89% | - |
| XYZ | 57.13 | 66.18 | 14.76 | - |
| YUV | 202.36 | 50.48 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 217 | 65 | 0 | 0.04 | 0.71 | 0.11 | 56.65 | 0.74 | 0.57 |
| Hex | E2 | D9 | 41 | 0 | 4 | 47 | B | 39 | 4A | 39 |
| Octal | 342 | 331 | 101 | 0 | 4 | 107 | 13 | 71 | 112 | 71 |
| Binary | 11100010 | 11011001 | 1000001 | 0 | 100 | 1000111 | 1011 | 111001 | 1001010 | 111001 |
Color Harmonies of #E2D941
Complementary color
Monochromatic Colors of #E2D941
Black with #E2D941
Text Example
Text Example
White with #E2D941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D941; }
p { color: rgb(226,217,65); }
H1.HeaderClassName
{
color: #E2D941;
}
.AnyTagClassName
{
color: #E2D941;
}
</style>
background-color css
<style>
a { background-color: #E2D941; }
a { background-color: rgb(226,217,65); }
div.DivClassName
{
background-color: #E2D941;
}
.BgClassName
{
background-color: #E2D941;
}
</style>
border-color css
<style>
span { border-color: #E2D941; }
span { border-color: rgb(226,217,65); }
td.TdClassName
{
border-color: #E2D941;
}
.TagClassName
{
border-color: #E2D941;
}
</style>