Shades of Starship #EEEC40
Tints of Starship #EEEC40
RGB
CMYK
RGB Variations
Color information
#EEEC40 (or 0xEEEC40) is known color: Starship. HEX triplet: EE, EC and 40. RGB value is (238,236,64). Sum of RGB (Red+Green+Blue) = 238+236+64=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 64 (25.39% from 255 or 11.90% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEEC40 is #1113BF. Grayscale: #D9D9D9. Windows color (decimal): -1119168 or 4254958. OLE color: 4254958.
HSL color Cylindrical-coordinate representation of color #EEEC40: hue angle of 59.31º 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 #EEEC40 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 64 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.07 |
| HSL | 59.31º | 0.84% | 0.59% | - |
| HSV(B) | 59.31º | 0.73% | 0.93% | - |
| XYZ | 66.18 | 78.54 | 16.52 | - |
| YUV | 216.99 | 41.66 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 64 | 0 | 0.01 | 0.73 | 0.07 | 59.31 | 0.84 | 0.59 |
| Hex | EE | EC | 40 | 0 | 1 | 49 | 7 | 3B | 54 | 3B |
| Octal | 356 | 354 | 100 | 0 | 1 | 111 | 7 | 73 | 124 | 73 |
| Binary | 11101110 | 11101100 | 1000000 | 0 | 1 | 1001001 | 111 | 111011 | 1010100 | 111011 |
Color Harmonies of #EEEC40
Complementary color
Monochromatic Colors of #EEEC40
Black with #EEEC40
Text Example
Text Example
White with #EEEC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC40; }
p { color: rgb(238,236,64); }
H1.HeaderClassName
{
color: #EEEC40;
}
.AnyTagClassName
{
color: #EEEC40;
}
</style>
background-color css
<style>
a { background-color: #EEEC40; }
a { background-color: rgb(238,236,64); }
div.DivClassName
{
background-color: #EEEC40;
}
.BgClassName
{
background-color: #EEEC40;
}
</style>
border-color css
<style>
span { border-color: #EEEC40; }
span { border-color: rgb(238,236,64); }
td.TdClassName
{
border-color: #EEEC40;
}
.TagClassName
{
border-color: #EEEC40;
}
</style>