Shades of Starship #E9ED3E
Tints of Starship #E9ED3E
RGB
CMYK
RGB Variations
Color information
#E9ED3E (or 0xE9ED3E) is known color: Starship. HEX triplet: E9, ED and 3E. RGB value is (233,237,62). Sum of RGB (Red+Green+Blue) = 233+237+62=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 62 (24.61% from 255 or 11.65% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #E9ED3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E9ED3E is #1612C1. Grayscale: #D8D8D8. Windows color (decimal): -1446594 or 4124137. OLE color: 4124137.
HSL color Cylindrical-coordinate representation of color #E9ED3E: hue angle of 61.37º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E9ED3E is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 237 | 62 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.07 |
| HSL | 61.37º | 0.83% | 0.59% | - |
| HSV(B) | 61.37º | 0.74% | 0.93% | - |
| XYZ | 64.76 | 78.24 | 16.25 | - |
| YUV | 215.85 | 41.17 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 237 | 62 | 0.02 | 0 | 0.74 | 0.07 | 61.37 | 0.83 | 0.59 |
| Hex | E9 | ED | 3E | 2 | 0 | 4A | 7 | 3D | 53 | 3B |
| Octal | 351 | 355 | 76 | 2 | 0 | 112 | 7 | 75 | 123 | 73 |
| Binary | 11101001 | 11101101 | 111110 | 10 | 0 | 1001010 | 111 | 111101 | 1010011 | 111011 |
Color Harmonies of #E9ED3E
Complementary color
Monochromatic Colors of #E9ED3E
Black with #E9ED3E
Text Example
Text Example
White with #E9ED3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ED3E; }
p { color: rgb(233,237,62); }
H1.HeaderClassName
{
color: #E9ED3E;
}
.AnyTagClassName
{
color: #E9ED3E;
}
</style>
background-color css
<style>
a { background-color: #E9ED3E; }
a { background-color: rgb(233,237,62); }
div.DivClassName
{
background-color: #E9ED3E;
}
.BgClassName
{
background-color: #E9ED3E;
}
</style>
border-color css
<style>
span { border-color: #E9ED3E; }
span { border-color: rgb(233,237,62); }
td.TdClassName
{
border-color: #E9ED3E;
}
.TagClassName
{
border-color: #E9ED3E;
}
</style>