Shades of Starship #EFDC41
Tints of Starship #EFDC41
RGB
CMYK
RGB Variations
Color information
#EFDC41 (or 0xEFDC41) is known color: Starship. HEX triplet: EF, DC and 41. RGB value is (239,220,65). Sum of RGB (Red+Green+Blue) = 239+220+65=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 65 (25.78% from 255 or 12.40% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDC41 is #1023BE. Grayscale: #D0D0D0. Windows color (decimal): -1057727 or 4316399. OLE color: 4316399.
HSL color Cylindrical-coordinate representation of color #EFDC41: hue angle of 53.45º 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 #EFDC41 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 65 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.06 |
| HSL | 53.45º | 0.84% | 0.6% | - |
| HSV(B) | 53.45º | 0.73% | 0.94% | - |
| XYZ | 62.14 | 69.92 | 15.22 | - |
| YUV | 208.01 | 47.29 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 65 | 0 | 0.08 | 0.73 | 0.06 | 53.45 | 0.84 | 0.6 |
| Hex | EF | DC | 41 | 0 | 8 | 49 | 6 | 35 | 54 | 3C |
| Octal | 357 | 334 | 101 | 0 | 10 | 111 | 6 | 65 | 124 | 74 |
| Binary | 11101111 | 11011100 | 1000001 | 0 | 1000 | 1001001 | 110 | 110101 | 1010100 | 111100 |
Color Harmonies of #EFDC41
Complementary color
Monochromatic Colors of #EFDC41
Black with #EFDC41
Text Example
Text Example
White with #EFDC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC41; }
p { color: rgb(239,220,65); }
H1.HeaderClassName
{
color: #EFDC41;
}
.AnyTagClassName
{
color: #EFDC41;
}
</style>
background-color css
<style>
a { background-color: #EFDC41; }
a { background-color: rgb(239,220,65); }
div.DivClassName
{
background-color: #EFDC41;
}
.BgClassName
{
background-color: #EFDC41;
}
</style>
border-color css
<style>
span { border-color: #EFDC41; }
span { border-color: rgb(239,220,65); }
td.TdClassName
{
border-color: #EFDC41;
}
.TagClassName
{
border-color: #EFDC41;
}
</style>