Shades of Starship #E9E140
Tints of Starship #E9E140
RGB
CMYK
RGB Variations
Color information
#E9E140 (or 0xE9E140) is known color: Starship. HEX triplet: E9, E1 and 40. RGB value is (233,225,64). Sum of RGB (Red+Green+Blue) = 233+225+64=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9E140 is #161EBF. Grayscale: #D1D1D1. Windows color (decimal): -1449664 or 4252137. OLE color: 4252137.
HSL color Cylindrical-coordinate representation of color #E9E140: hue angle of 57.16º degrees, saturation: 0.79, 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 #E9E140 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 225 | 64 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.09 |
| HSL | 57.16º | 0.79% | 0.58% | - |
| HSV(B) | 57.16º | 0.73% | 0.91% | - |
| XYZ | 61.45 | 71.54 | 15.42 | - |
| YUV | 209.04 | 46.15 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 225 | 64 | 0 | 0.03 | 0.73 | 0.09 | 57.16 | 0.79 | 0.58 |
| Hex | E9 | E1 | 40 | 0 | 3 | 49 | 9 | 39 | 4F | 3A |
| Octal | 351 | 341 | 100 | 0 | 3 | 111 | 11 | 71 | 117 | 72 |
| Binary | 11101001 | 11100001 | 1000000 | 0 | 11 | 1001001 | 1001 | 111001 | 1001111 | 111010 |
Color Harmonies of #E9E140
Complementary color
Monochromatic Colors of #E9E140
Black with #E9E140
Text Example
Text Example
White with #E9E140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E140; }
p { color: rgb(233,225,64); }
H1.HeaderClassName
{
color: #E9E140;
}
.AnyTagClassName
{
color: #E9E140;
}
</style>
background-color css
<style>
a { background-color: #E9E140; }
a { background-color: rgb(233,225,64); }
div.DivClassName
{
background-color: #E9E140;
}
.BgClassName
{
background-color: #E9E140;
}
</style>
border-color css
<style>
span { border-color: #E9E140; }
span { border-color: rgb(233,225,64); }
td.TdClassName
{
border-color: #E9E140;
}
.TagClassName
{
border-color: #E9E140;
}
</style>