Shades of Starship #EFEC40
Tints of Starship #EFEC40
RGB
CMYK
RGB Variations
Color information
#EFEC40 (or 0xEFEC40) is known color: Starship. HEX triplet: EF, EC and 40. RGB value is (239,236,64). Sum of RGB (Red+Green+Blue) = 239+236+64=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 64 (25.39% from 255 or 11.87% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEC40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEC40 is #1013BF. Grayscale: #D9D9D9. Windows color (decimal): -1053632 or 4254959. OLE color: 4254959.
HSL color Cylindrical-coordinate representation of color #EFEC40: hue angle of 58.97º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFEC40 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 236 | 64 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.06 |
| HSL | 58.97º | 0.85% | 0.59% | - |
| HSV(B) | 58.97º | 0.73% | 0.94% | - |
| XYZ | 66.52 | 78.71 | 16.54 | - |
| YUV | 217.29 | 41.49 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 236 | 64 | 0 | 0.01 | 0.73 | 0.06 | 58.97 | 0.85 | 0.59 |
| Hex | EF | EC | 40 | 0 | 1 | 49 | 6 | 3B | 55 | 3B |
| Octal | 357 | 354 | 100 | 0 | 1 | 111 | 6 | 73 | 125 | 73 |
| Binary | 11101111 | 11101100 | 1000000 | 0 | 1 | 1001001 | 110 | 111011 | 1010101 | 111011 |
Color Harmonies of #EFEC40
Complementary color
Monochromatic Colors of #EFEC40
Black with #EFEC40
Text Example
Text Example
White with #EFEC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEC40; }
p { color: rgb(239,236,64); }
H1.HeaderClassName
{
color: #EFEC40;
}
.AnyTagClassName
{
color: #EFEC40;
}
</style>
background-color css
<style>
a { background-color: #EFEC40; }
a { background-color: rgb(239,236,64); }
div.DivClassName
{
background-color: #EFEC40;
}
.BgClassName
{
background-color: #EFEC40;
}
</style>
border-color css
<style>
span { border-color: #EFEC40; }
span { border-color: rgb(239,236,64); }
td.TdClassName
{
border-color: #EFEC40;
}
.TagClassName
{
border-color: #EFEC40;
}
</style>