Shades of Starship #EEE940
Tints of Starship #EEE940
RGB
CMYK
RGB Variations
Color information
#EEE940 (or 0xEEE940) is known color: Starship. HEX triplet: EE, E9 and 40. RGB value is (238,233,64). Sum of RGB (Red+Green+Blue) = 238+233+64=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 64 (25.39% from 255 or 11.96% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE940 is #1116BF. Grayscale: #D7D7D7. Windows color (decimal): -1119936 or 4254190. OLE color: 4254190.
HSL color Cylindrical-coordinate representation of color #EEE940: hue angle of 58.28º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EEE940 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 64 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.07 |
| HSL | 58.28º | 0.84% | 0.59% | - |
| HSV(B) | 58.28º | 0.73% | 0.93% | - |
| XYZ | 65.32 | 76.83 | 16.24 | - |
| YUV | 215.23 | 42.66 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 64 | 0 | 0.02 | 0.73 | 0.07 | 58.28 | 0.84 | 0.59 |
| Hex | EE | E9 | 40 | 0 | 2 | 49 | 7 | 3A | 54 | 3B |
| Octal | 356 | 351 | 100 | 0 | 2 | 111 | 7 | 72 | 124 | 73 |
| Binary | 11101110 | 11101001 | 1000000 | 0 | 10 | 1001001 | 111 | 111010 | 1010100 | 111011 |
Color Harmonies of #EEE940
Complementary color
Monochromatic Colors of #EEE940
Black with #EEE940
Text Example
Text Example
White with #EEE940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE940; }
p { color: rgb(238,233,64); }
H1.HeaderClassName
{
color: #EEE940;
}
.AnyTagClassName
{
color: #EEE940;
}
</style>
background-color css
<style>
a { background-color: #EEE940; }
a { background-color: rgb(238,233,64); }
div.DivClassName
{
background-color: #EEE940;
}
.BgClassName
{
background-color: #EEE940;
}
</style>
border-color css
<style>
span { border-color: #EEE940; }
span { border-color: rgb(238,233,64); }
td.TdClassName
{
border-color: #EEE940;
}
.TagClassName
{
border-color: #EEE940;
}
</style>