Shades of Moon Yellow #EFCD15
Tints of Moon Yellow #EFCD15
RGB
CMYK
RGB Variations
Color information
#EFCD15 (or 0xEFCD15) is known color: Moon Yellow. HEX triplet: EF, CD and 15. RGB value is (239,205,21). Sum of RGB (Red+Green+Blue) = 239+205+21=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 21 (8.59% from 255 or 4.52% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD15 is #1032EA. Grayscale: #C2C2C2. Windows color (decimal): -1061611 or 1428975. OLE color: 1428975.
HSL color Cylindrical-coordinate representation of color #EFCD15: hue angle of 50.64º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFCD15 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 21 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.06 |
| HSL | 50.64º | 0.87% | 0.51% | - |
| HSV(B) | 50.64º | 0.91% | 0.94% | - |
| XYZ | 57.56 | 62.07 | 9.66 | - |
| YUV | 194.19 | 30.26 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 21 | 0 | 0.14 | 0.91 | 0.06 | 50.64 | 0.87 | 0.51 |
| Hex | EF | CD | 15 | 0 | E | 5B | 6 | 33 | 57 | 33 |
| Octal | 357 | 315 | 25 | 0 | 16 | 133 | 6 | 63 | 127 | 63 |
| Binary | 11101111 | 11001101 | 10101 | 0 | 1110 | 1011011 | 110 | 110011 | 1010111 | 110011 |
Color Harmonies of #EFCD15
Complementary color
Monochromatic Colors of #EFCD15
Black with #EFCD15
Text Example
Text Example
White with #EFCD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD15; }
p { color: rgb(239,205,21); }
H1.HeaderClassName
{
color: #EFCD15;
}
.AnyTagClassName
{
color: #EFCD15;
}
</style>
background-color css
<style>
a { background-color: #EFCD15; }
a { background-color: rgb(239,205,21); }
div.DivClassName
{
background-color: #EFCD15;
}
.BgClassName
{
background-color: #EFCD15;
}
</style>
border-color css
<style>
span { border-color: #EFCD15; }
span { border-color: rgb(239,205,21); }
td.TdClassName
{
border-color: #EFCD15;
}
.TagClassName
{
border-color: #EFCD15;
}
</style>