Shades of Starship #EFDF41
Tints of Starship #EFDF41
RGB
CMYK
RGB Variations
Color information
#EFDF41 (or 0xEFDF41) is known color: Starship. HEX triplet: EF, DF and 41. RGB value is (239,223,65). Sum of RGB (Red+Green+Blue) = 239+223+65=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF41 is #1020BE. Grayscale: #D2D2D2. Windows color (decimal): -1056959 or 4317167. OLE color: 4317167.
HSL color Cylindrical-coordinate representation of color #EFDF41: hue angle of 54.48º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFDF41 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 223 | 65 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.06 |
| HSL | 54.48º | 0.84% | 0.6% | - |
| HSV(B) | 54.48º | 0.73% | 0.94% | - |
| XYZ | 62.94 | 71.51 | 15.49 | - |
| YUV | 209.77 | 46.3 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 223 | 65 | 0 | 0.07 | 0.73 | 0.06 | 54.48 | 0.84 | 0.6 |
| Hex | EF | DF | 41 | 0 | 7 | 49 | 6 | 36 | 54 | 3C |
| Octal | 357 | 337 | 101 | 0 | 7 | 111 | 6 | 66 | 124 | 74 |
| Binary | 11101111 | 11011111 | 1000001 | 0 | 111 | 1001001 | 110 | 110110 | 1010100 | 111100 |
Color Harmonies of #EFDF41
Complementary color
Monochromatic Colors of #EFDF41
Black with #EFDF41
Text Example
Text Example
White with #EFDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDF41; }
p { color: rgb(239,223,65); }
H1.HeaderClassName
{
color: #EFDF41;
}
.AnyTagClassName
{
color: #EFDF41;
}
</style>
background-color css
<style>
a { background-color: #EFDF41; }
a { background-color: rgb(239,223,65); }
div.DivClassName
{
background-color: #EFDF41;
}
.BgClassName
{
background-color: #EFDF41;
}
</style>
border-color css
<style>
span { border-color: #EFDF41; }
span { border-color: rgb(239,223,65); }
td.TdClassName
{
border-color: #EFDF41;
}
.TagClassName
{
border-color: #EFDF41;
}
</style>