Shades of Starship #EFDB40
Tints of Starship #EFDB40
RGB
CMYK
RGB Variations
Color information
#EFDB40 (or 0xEFDB40) is known color: Starship. HEX triplet: EF, DB and 40. RGB value is (239,219,64). Sum of RGB (Red+Green+Blue) = 239+219+64=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB40 is #1024BF. Grayscale: #CFCFCF. Windows color (decimal): -1057984 or 4250607. OLE color: 4250607.
HSL color Cylindrical-coordinate representation of color #EFDB40: hue angle of 53.14º 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 #EFDB40 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 64 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.06 |
| HSL | 53.14º | 0.85% | 0.59% | - |
| HSV(B) | 53.14º | 0.73% | 0.94% | - |
| XYZ | 61.85 | 69.38 | 14.98 | - |
| YUV | 207.31 | 47.13 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 64 | 0 | 0.08 | 0.73 | 0.06 | 53.14 | 0.85 | 0.59 |
| Hex | EF | DB | 40 | 0 | 8 | 49 | 6 | 35 | 55 | 3B |
| Octal | 357 | 333 | 100 | 0 | 10 | 111 | 6 | 65 | 125 | 73 |
| Binary | 11101111 | 11011011 | 1000000 | 0 | 1000 | 1001001 | 110 | 110101 | 1010101 | 111011 |
Color Harmonies of #EFDB40
Complementary color
Monochromatic Colors of #EFDB40
Black with #EFDB40
Text Example
Text Example
White with #EFDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB40; }
p { color: rgb(239,219,64); }
H1.HeaderClassName
{
color: #EFDB40;
}
.AnyTagClassName
{
color: #EFDB40;
}
</style>
background-color css
<style>
a { background-color: #EFDB40; }
a { background-color: rgb(239,219,64); }
div.DivClassName
{
background-color: #EFDB40;
}
.BgClassName
{
background-color: #EFDB40;
}
</style>
border-color css
<style>
span { border-color: #EFDB40; }
span { border-color: rgb(239,219,64); }
td.TdClassName
{
border-color: #EFDB40;
}
.TagClassName
{
border-color: #EFDB40;
}
</style>