Shades of Starship #E9DC3E
Tints of Starship #E9DC3E
RGB
CMYK
RGB Variations
Color information
#E9DC3E (or 0xE9DC3E) is known color: Starship. HEX triplet: E9, DC and 3E. RGB value is (233,220,62). Sum of RGB (Red+Green+Blue) = 233+220+62=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 62 (24.61% from 255 or 12.04% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9DC3E is #1623C1. Grayscale: #CECECE. Windows color (decimal): -1450946 or 4119785. OLE color: 4119785.
HSL color Cylindrical-coordinate representation of color #E9DC3E: hue angle of 55.44º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E9DC3E is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 220 | 62 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.09 |
| HSL | 55.44º | 0.8% | 0.58% | - |
| HSV(B) | 55.44º | 0.73% | 0.91% | - |
| XYZ | 60.07 | 68.86 | 14.68 | - |
| YUV | 205.88 | 46.81 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 220 | 62 | 0 | 0.06 | 0.73 | 0.09 | 55.44 | 0.8 | 0.58 |
| Hex | E9 | DC | 3E | 0 | 6 | 49 | 9 | 37 | 50 | 3A |
| Octal | 351 | 334 | 76 | 0 | 6 | 111 | 11 | 67 | 120 | 72 |
| Binary | 11101001 | 11011100 | 111110 | 0 | 110 | 1001001 | 1001 | 110111 | 1010000 | 111010 |
Color Harmonies of #E9DC3E
Complementary color
Monochromatic Colors of #E9DC3E
Black with #E9DC3E
Text Example
Text Example
White with #E9DC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DC3E; }
p { color: rgb(233,220,62); }
H1.HeaderClassName
{
color: #E9DC3E;
}
.AnyTagClassName
{
color: #E9DC3E;
}
</style>
background-color css
<style>
a { background-color: #E9DC3E; }
a { background-color: rgb(233,220,62); }
div.DivClassName
{
background-color: #E9DC3E;
}
.BgClassName
{
background-color: #E9DC3E;
}
</style>
border-color css
<style>
span { border-color: #E9DC3E; }
span { border-color: rgb(233,220,62); }
td.TdClassName
{
border-color: #E9DC3E;
}
.TagClassName
{
border-color: #E9DC3E;
}
</style>