Shades of Starship #EEE840
Tints of Starship #EEE840
RGB
CMYK
RGB Variations
Color information
#EEE840 (or 0xEEE840) is known color: Starship. HEX triplet: EE, E8 and 40. RGB value is (238,232,64). Sum of RGB (Red+Green+Blue) = 238+232+64=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE840 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE840 is #1117BF. Grayscale: #D7D7D7. Windows color (decimal): -1120192 or 4253934. OLE color: 4253934.
HSL color Cylindrical-coordinate representation of color #EEE840: hue angle of 57.93º 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 #EEE840 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 64 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.07 |
| HSL | 57.93º | 0.84% | 0.59% | - |
| HSV(B) | 57.93º | 0.73% | 0.93% | - |
| XYZ | 65.04 | 76.26 | 16.14 | - |
| YUV | 214.64 | 42.99 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 64 | 0 | 0.03 | 0.73 | 0.07 | 57.93 | 0.84 | 0.59 |
| Hex | EE | E8 | 40 | 0 | 3 | 49 | 7 | 3A | 54 | 3B |
| Octal | 356 | 350 | 100 | 0 | 3 | 111 | 7 | 72 | 124 | 73 |
| Binary | 11101110 | 11101000 | 1000000 | 0 | 11 | 1001001 | 111 | 111010 | 1010100 | 111011 |
Color Harmonies of #EEE840
Complementary color
Monochromatic Colors of #EEE840
Black with #EEE840
Text Example
Text Example
White with #EEE840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE840; }
p { color: rgb(238,232,64); }
H1.HeaderClassName
{
color: #EEE840;
}
.AnyTagClassName
{
color: #EEE840;
}
</style>
background-color css
<style>
a { background-color: #EEE840; }
a { background-color: rgb(238,232,64); }
div.DivClassName
{
background-color: #EEE840;
}
.BgClassName
{
background-color: #EEE840;
}
</style>
border-color css
<style>
span { border-color: #EEE840; }
span { border-color: rgb(238,232,64); }
td.TdClassName
{
border-color: #EEE840;
}
.TagClassName
{
border-color: #EEE840;
}
</style>