Shades of Starship #EFDA40
Tints of Starship #EFDA40
RGB
CMYK
RGB Variations
Color information
#EFDA40 (or 0xEFDA40) is known color: Starship. HEX triplet: EF, DA and 40. RGB value is (239,218,64). Sum of RGB (Red+Green+Blue) = 239+218+64=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDA40 is #1025BF. Grayscale: #CFCFCF. Windows color (decimal): -1058240 or 4250351. OLE color: 4250351.
HSL color Cylindrical-coordinate representation of color #EFDA40: hue angle of 52.8º 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 #EFDA40 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 64 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.06 |
| HSL | 52.8º | 0.85% | 0.59% | - |
| HSV(B) | 52.8º | 0.73% | 0.94% | - |
| XYZ | 61.59 | 68.86 | 14.9 | - |
| YUV | 206.72 | 47.46 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 64 | 0 | 0.09 | 0.73 | 0.06 | 52.8 | 0.85 | 0.59 |
| Hex | EF | DA | 40 | 0 | 9 | 49 | 6 | 35 | 55 | 3B |
| Octal | 357 | 332 | 100 | 0 | 11 | 111 | 6 | 65 | 125 | 73 |
| Binary | 11101111 | 11011010 | 1000000 | 0 | 1001 | 1001001 | 110 | 110101 | 1010101 | 111011 |
Color Harmonies of #EFDA40
Complementary color
Monochromatic Colors of #EFDA40
Black with #EFDA40
Text Example
Text Example
White with #EFDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA40; }
p { color: rgb(239,218,64); }
H1.HeaderClassName
{
color: #EFDA40;
}
.AnyTagClassName
{
color: #EFDA40;
}
</style>
background-color css
<style>
a { background-color: #EFDA40; }
a { background-color: rgb(239,218,64); }
div.DivClassName
{
background-color: #EFDA40;
}
.BgClassName
{
background-color: #EFDA40;
}
</style>
border-color css
<style>
span { border-color: #EFDA40; }
span { border-color: rgb(239,218,64); }
td.TdClassName
{
border-color: #EFDA40;
}
.TagClassName
{
border-color: #EFDA40;
}
</style>