Shades of Moon Yellow #EFCC14
Tints of Moon Yellow #EFCC14
RGB
CMYK
RGB Variations
Color information
#EFCC14 (or 0xEFCC14) is known color: Moon Yellow. HEX triplet: EF, CC and 14. RGB value is (239,204,20). Sum of RGB (Red+Green+Blue) = 239+204+20=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCC14 is #1033EB. Grayscale: #C2C2C2. Windows color (decimal): -1061868 or 1363183. OLE color: 1363183.
HSL color Cylindrical-coordinate representation of color #EFCC14: hue angle of 50.41º 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 #EFCC14 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.06 |
| HSL | 50.41º | 0.87% | 0.51% | - |
| HSV(B) | 50.41º | 0.92% | 0.94% | - |
| XYZ | 57.32 | 61.59 | 9.53 | - |
| YUV | 193.49 | 30.1 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 20 | 0 | 0.15 | 0.92 | 0.06 | 50.41 | 0.87 | 0.51 |
| Hex | EF | CC | 14 | 0 | F | 5C | 6 | 32 | 57 | 33 |
| Octal | 357 | 314 | 24 | 0 | 17 | 134 | 6 | 62 | 127 | 63 |
| Binary | 11101111 | 11001100 | 10100 | 0 | 1111 | 1011100 | 110 | 110010 | 1010111 | 110011 |
Color Harmonies of #EFCC14
Complementary color
Monochromatic Colors of #EFCC14
Black with #EFCC14
Text Example
Text Example
White with #EFCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC14; }
p { color: rgb(239,204,20); }
H1.HeaderClassName
{
color: #EFCC14;
}
.AnyTagClassName
{
color: #EFCC14;
}
</style>
background-color css
<style>
a { background-color: #EFCC14; }
a { background-color: rgb(239,204,20); }
div.DivClassName
{
background-color: #EFCC14;
}
.BgClassName
{
background-color: #EFCC14;
}
</style>
border-color css
<style>
span { border-color: #EFCC14; }
span { border-color: rgb(239,204,20); }
td.TdClassName
{
border-color: #EFCC14;
}
.TagClassName
{
border-color: #EFCC14;
}
</style>