Shades of Moon Yellow #EFCD10
Tints of Moon Yellow #EFCD10
RGB
CMYK
RGB Variations
Color information
#EFCD10 (or 0xEFCD10) is known color: Moon Yellow. HEX triplet: EF, CD and 10. RGB value is (239,205,16). Sum of RGB (Red+Green+Blue) = 239+205+16=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCD10 is #1032EF. Grayscale: #C2C2C2. Windows color (decimal): -1061616 or 1101295. OLE color: 1101295.
HSL color Cylindrical-coordinate representation of color #EFCD10: hue angle of 50.85º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFCD10 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.06 |
| HSL | 50.85º | 0.87% | 0.5% | - |
| HSV(B) | 50.85º | 0.93% | 0.94% | - |
| XYZ | 57.52 | 62.05 | 9.44 | - |
| YUV | 193.62 | 27.76 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 16 | 0 | 0.14 | 0.93 | 0.06 | 50.85 | 0.87 | 0.5 |
| Hex | EF | CD | 10 | 0 | E | 5D | 6 | 33 | 57 | 32 |
| Octal | 357 | 315 | 20 | 0 | 16 | 135 | 6 | 63 | 127 | 62 |
| Binary | 11101111 | 11001101 | 10000 | 0 | 1110 | 1011101 | 110 | 110011 | 1010111 | 110010 |
Color Harmonies of #EFCD10
Complementary color
Monochromatic Colors of #EFCD10
Black with #EFCD10
Text Example
Text Example
White with #EFCD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD10; }
p { color: rgb(239,205,16); }
H1.HeaderClassName
{
color: #EFCD10;
}
.AnyTagClassName
{
color: #EFCD10;
}
</style>
background-color css
<style>
a { background-color: #EFCD10; }
a { background-color: rgb(239,205,16); }
div.DivClassName
{
background-color: #EFCD10;
}
.BgClassName
{
background-color: #EFCD10;
}
</style>
border-color css
<style>
span { border-color: #EFCD10; }
span { border-color: rgb(239,205,16); }
td.TdClassName
{
border-color: #EFCD10;
}
.TagClassName
{
border-color: #EFCD10;
}
</style>