Shades of Starship #E9E13E
Tints of Starship #E9E13E
RGB
CMYK
RGB Variations
Color information
#E9E13E (or 0xE9E13E) is known color: Starship. HEX triplet: E9, E1 and 3E. RGB value is (233,225,62). Sum of RGB (Red+Green+Blue) = 233+225+62=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 225 (88.28% from 255 or 43.27% from 520); Blue value is 62 (24.61% from 255 or 11.92% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9E13E is #161EC1. Grayscale: #D1D1D1. Windows color (decimal): -1449666 or 4121065. OLE color: 4121065.
HSL color Cylindrical-coordinate representation of color #E9E13E: hue angle of 57.19º 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 #E9E13E is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 62 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.09 |
| HSL | 57.19º | 0.8% | 0.58% | - |
| HSV(B) | 57.19º | 0.73% | 0.91% | - |
| XYZ | 61.4 | 71.52 | 15.13 | - |
| YUV | 208.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 62 | 0 | 0.03 | 0.73 | 0.09 | 57.19 | 0.8 | 0.58 |
| Hex | E9 | E1 | 3E | 0 | 3 | 49 | 9 | 39 | 50 | 3A |
| Octal | 351 | 341 | 76 | 0 | 3 | 111 | 11 | 71 | 120 | 72 |
| Binary | 11101001 | 11100001 | 111110 | 0 | 11 | 1001001 | 1001 | 111001 | 1010000 | 111010 |
Color Harmonies of #E9E13E
Complementary color
Monochromatic Colors of #E9E13E
Black with #E9E13E
Text Example
Text Example
White with #E9E13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E13E; }
p { color: rgb(233,225,62); }
H1.HeaderClassName
{
color: #E9E13E;
}
.AnyTagClassName
{
color: #E9E13E;
}
</style>
background-color css
<style>
a { background-color: #E9E13E; }
a { background-color: rgb(233,225,62); }
div.DivClassName
{
background-color: #E9E13E;
}
.BgClassName
{
background-color: #E9E13E;
}
</style>
border-color css
<style>
span { border-color: #E9E13E; }
span { border-color: rgb(233,225,62); }
td.TdClassName
{
border-color: #E9E13E;
}
.TagClassName
{
border-color: #E9E13E;
}
</style>