Shades of Moon Yellow #EFCD13
Tints of Moon Yellow #EFCD13
RGB
CMYK
RGB Variations
Color information
#EFCD13 (or 0xEFCD13) is known color: Moon Yellow. HEX triplet: EF, CD and 13. RGB value is (239,205,19). Sum of RGB (Red+Green+Blue) = 239+205+19=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 19 (7.81% from 255 or 4.10% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD13 is #1032EC. Grayscale: #C2C2C2. Windows color (decimal): -1061613 or 1297903. OLE color: 1297903.
HSL color Cylindrical-coordinate representation of color #EFCD13: hue angle of 50.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFCD13 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 19 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.06 |
| HSL | 50.73º | 0.87% | 0.51% | - |
| HSV(B) | 50.73º | 0.92% | 0.94% | - |
| XYZ | 57.55 | 62.06 | 9.56 | - |
| YUV | 193.96 | 29.26 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 19 | 0 | 0.14 | 0.92 | 0.06 | 50.73 | 0.87 | 0.51 |
| Hex | EF | CD | 13 | 0 | E | 5C | 6 | 33 | 57 | 33 |
| Octal | 357 | 315 | 23 | 0 | 16 | 134 | 6 | 63 | 127 | 63 |
| Binary | 11101111 | 11001101 | 10011 | 0 | 1110 | 1011100 | 110 | 110011 | 1010111 | 110011 |
Color Harmonies of #EFCD13
Complementary color
Monochromatic Colors of #EFCD13
Black with #EFCD13
Text Example
Text Example
White with #EFCD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD13; }
p { color: rgb(239,205,19); }
H1.HeaderClassName
{
color: #EFCD13;
}
.AnyTagClassName
{
color: #EFCD13;
}
</style>
background-color css
<style>
a { background-color: #EFCD13; }
a { background-color: rgb(239,205,19); }
div.DivClassName
{
background-color: #EFCD13;
}
.BgClassName
{
background-color: #EFCD13;
}
</style>
border-color css
<style>
span { border-color: #EFCD13; }
span { border-color: rgb(239,205,19); }
td.TdClassName
{
border-color: #EFCD13;
}
.TagClassName
{
border-color: #EFCD13;
}
</style>