Shades of Starship #EFE840
Tints of Starship #EFE840
RGB
CMYK
RGB Variations
Color information
#EFE840 (or 0xEFE840) is known color: Starship. HEX triplet: EF, E8 and 40. RGB value is (239,232,64). Sum of RGB (Red+Green+Blue) = 239+232+64=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 64 (25.39% from 255 or 11.96% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE840 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE840 is #1017BF. Grayscale: #D7D7D7. Windows color (decimal): -1054656 or 4253935. OLE color: 4253935.
HSL color Cylindrical-coordinate representation of color #EFE840: hue angle of 57.6º 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 #EFE840 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 64 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.06 |
| HSL | 57.6º | 0.85% | 0.59% | - |
| HSV(B) | 57.6º | 0.73% | 0.94% | - |
| XYZ | 65.38 | 76.43 | 16.16 | - |
| YUV | 214.94 | 42.82 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 64 | 0 | 0.03 | 0.73 | 0.06 | 57.6 | 0.85 | 0.59 |
| Hex | EF | E8 | 40 | 0 | 3 | 49 | 6 | 3A | 55 | 3B |
| Octal | 357 | 350 | 100 | 0 | 3 | 111 | 6 | 72 | 125 | 73 |
| Binary | 11101111 | 11101000 | 1000000 | 0 | 11 | 1001001 | 110 | 111010 | 1010101 | 111011 |
Color Harmonies of #EFE840
Complementary color
Monochromatic Colors of #EFE840
Black with #EFE840
Text Example
Text Example
White with #EFE840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE840; }
p { color: rgb(239,232,64); }
H1.HeaderClassName
{
color: #EFE840;
}
.AnyTagClassName
{
color: #EFE840;
}
</style>
background-color css
<style>
a { background-color: #EFE840; }
a { background-color: rgb(239,232,64); }
div.DivClassName
{
background-color: #EFE840;
}
.BgClassName
{
background-color: #EFE840;
}
</style>
border-color css
<style>
span { border-color: #EFE840; }
span { border-color: rgb(239,232,64); }
td.TdClassName
{
border-color: #EFE840;
}
.TagClassName
{
border-color: #EFE840;
}
</style>