Shades of Starship #EFEA40
Tints of Starship #EFEA40
RGB
CMYK
RGB Variations
Color information
#EFEA40 (or 0xEFEA40) is known color: Starship. HEX triplet: EF, EA and 40. RGB value is (239,234,64). Sum of RGB (Red+Green+Blue) = 239+234+64=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA40 is #1015BF. Grayscale: #D8D8D8. Windows color (decimal): -1054144 or 4254447. OLE color: 4254447.
HSL color Cylindrical-coordinate representation of color #EFEA40: hue angle of 58.29º 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 #EFEA40 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 234 | 64 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.06 |
| HSL | 58.29º | 0.85% | 0.59% | - |
| HSV(B) | 58.29º | 0.73% | 0.94% | - |
| XYZ | 65.94 | 77.57 | 16.35 | - |
| YUV | 216.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 234 | 64 | 0 | 0.02 | 0.73 | 0.06 | 58.29 | 0.85 | 0.59 |
| Hex | EF | EA | 40 | 0 | 2 | 49 | 6 | 3A | 55 | 3B |
| Octal | 357 | 352 | 100 | 0 | 2 | 111 | 6 | 72 | 125 | 73 |
| Binary | 11101111 | 11101010 | 1000000 | 0 | 10 | 1001001 | 110 | 111010 | 1010101 | 111011 |
Color Harmonies of #EFEA40
Complementary color
Monochromatic Colors of #EFEA40
Black with #EFEA40
Text Example
Text Example
White with #EFEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEA40; }
p { color: rgb(239,234,64); }
H1.HeaderClassName
{
color: #EFEA40;
}
.AnyTagClassName
{
color: #EFEA40;
}
</style>
background-color css
<style>
a { background-color: #EFEA40; }
a { background-color: rgb(239,234,64); }
div.DivClassName
{
background-color: #EFEA40;
}
.BgClassName
{
background-color: #EFEA40;
}
</style>
border-color css
<style>
span { border-color: #EFEA40; }
span { border-color: rgb(239,234,64); }
td.TdClassName
{
border-color: #EFEA40;
}
.TagClassName
{
border-color: #EFEA40;
}
</style>