Shades of Starship #EEE242
Tints of Starship #EEE242
RGB
CMYK
RGB Variations
Color information
#EEE242 (or 0xEEE242) is known color: Starship. HEX triplet: EE, E2 and 42. RGB value is (238,226,66). Sum of RGB (Red+Green+Blue) = 238+226+66=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE242 is #111DBD. Grayscale: #D4D4D4. Windows color (decimal): -1121726 or 4383470. OLE color: 4383470.
HSL color Cylindrical-coordinate representation of color #EEE242: hue angle of 55.81º 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 #EEE242 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 66 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.07 |
| HSL | 55.81º | 0.83% | 0.6% | - |
| HSV(B) | 55.81º | 0.72% | 0.93% | - |
| XYZ | 63.44 | 72.96 | 15.89 | - |
| YUV | 211.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 66 | 0 | 0.05 | 0.72 | 0.07 | 55.81 | 0.83 | 0.6 |
| Hex | EE | E2 | 42 | 0 | 5 | 48 | 7 | 38 | 53 | 3C |
| Octal | 356 | 342 | 102 | 0 | 5 | 110 | 7 | 70 | 123 | 74 |
| Binary | 11101110 | 11100010 | 1000010 | 0 | 101 | 1001000 | 111 | 111000 | 1010011 | 111100 |
Color Harmonies of #EEE242
Complementary color
Monochromatic Colors of #EEE242
Black with #EEE242
Text Example
Text Example
White with #EEE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE242; }
p { color: rgb(238,226,66); }
H1.HeaderClassName
{
color: #EEE242;
}
.AnyTagClassName
{
color: #EEE242;
}
</style>
background-color css
<style>
a { background-color: #EEE242; }
a { background-color: rgb(238,226,66); }
div.DivClassName
{
background-color: #EEE242;
}
.BgClassName
{
background-color: #EEE242;
}
</style>
border-color css
<style>
span { border-color: #EEE242; }
span { border-color: rgb(238,226,66); }
td.TdClassName
{
border-color: #EEE242;
}
.TagClassName
{
border-color: #EEE242;
}
</style>