Shades of Starship #EFE040
Tints of Starship #EFE040
RGB
CMYK
RGB Variations
Color information
#EFE040 (or 0xEFE040) is known color: Starship. HEX triplet: EF, E0 and 40. RGB value is (239,224,64). Sum of RGB (Red+Green+Blue) = 239+224+64=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 64 (25.39% from 255 or 12.14% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE040 is #101FBF. Grayscale: #D2D2D2. Windows color (decimal): -1056704 or 4251887. OLE color: 4251887.
HSL color Cylindrical-coordinate representation of color #EFE040: hue angle of 54.86º 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 #EFE040 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 64 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.06 |
| HSL | 54.86º | 0.85% | 0.59% | - |
| HSV(B) | 54.86º | 0.73% | 0.94% | - |
| XYZ | 63.18 | 72.03 | 15.42 | - |
| YUV | 210.25 | 45.47 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 64 | 0 | 0.06 | 0.73 | 0.06 | 54.86 | 0.85 | 0.59 |
| Hex | EF | E0 | 40 | 0 | 6 | 49 | 6 | 37 | 55 | 3B |
| Octal | 357 | 340 | 100 | 0 | 6 | 111 | 6 | 67 | 125 | 73 |
| Binary | 11101111 | 11100000 | 1000000 | 0 | 110 | 1001001 | 110 | 110111 | 1010101 | 111011 |
Color Harmonies of #EFE040
Complementary color
Monochromatic Colors of #EFE040
Black with #EFE040
Text Example
Text Example
White with #EFE040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE040; }
p { color: rgb(239,224,64); }
H1.HeaderClassName
{
color: #EFE040;
}
.AnyTagClassName
{
color: #EFE040;
}
</style>
background-color css
<style>
a { background-color: #EFE040; }
a { background-color: rgb(239,224,64); }
div.DivClassName
{
background-color: #EFE040;
}
.BgClassName
{
background-color: #EFE040;
}
</style>
border-color css
<style>
span { border-color: #EFE040; }
span { border-color: rgb(239,224,64); }
td.TdClassName
{
border-color: #EFE040;
}
.TagClassName
{
border-color: #EFE040;
}
</style>