Shades of Starship #EEE942
Tints of Starship #EEE942
RGB
CMYK
RGB Variations
Color information
#EEE942 (or 0xEEE942) is known color: Starship. HEX triplet: EE, E9 and 42. RGB value is (238,233,66). Sum of RGB (Red+Green+Blue) = 238+233+66=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 66 (26.17% from 255 or 12.29% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE942 is #1116BD. Grayscale: #D8D8D8. Windows color (decimal): -1119934 or 4385262. OLE color: 4385262.
HSL color Cylindrical-coordinate representation of color #EEE942: hue angle of 58.26º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EEE942 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 66 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.07 |
| HSL | 58.26º | 0.83% | 0.6% | - |
| HSV(B) | 58.26º | 0.72% | 0.93% | - |
| XYZ | 65.38 | 76.85 | 16.54 | - |
| YUV | 215.46 | 43.66 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 66 | 0 | 0.02 | 0.72 | 0.07 | 58.26 | 0.83 | 0.6 |
| Hex | EE | E9 | 42 | 0 | 2 | 48 | 7 | 3A | 53 | 3C |
| Octal | 356 | 351 | 102 | 0 | 2 | 110 | 7 | 72 | 123 | 74 |
| Binary | 11101110 | 11101001 | 1000010 | 0 | 10 | 1001000 | 111 | 111010 | 1010011 | 111100 |
Color Harmonies of #EEE942
Complementary color
Monochromatic Colors of #EEE942
Black with #EEE942
Text Example
Text Example
White with #EEE942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE942; }
p { color: rgb(238,233,66); }
H1.HeaderClassName
{
color: #EEE942;
}
.AnyTagClassName
{
color: #EEE942;
}
</style>
background-color css
<style>
a { background-color: #EEE942; }
a { background-color: rgb(238,233,66); }
div.DivClassName
{
background-color: #EEE942;
}
.BgClassName
{
background-color: #EEE942;
}
</style>
border-color css
<style>
span { border-color: #EEE942; }
span { border-color: rgb(238,233,66); }
td.TdClassName
{
border-color: #EEE942;
}
.TagClassName
{
border-color: #EEE942;
}
</style>