Shades of Moon Yellow #EFCC12
Tints of Moon Yellow #EFCC12
RGB
CMYK
RGB Variations
Color information
#EFCC12 (or 0xEFCC12) is known color: Moon Yellow. HEX triplet: EF, CC and 12. RGB value is (239,204,18). Sum of RGB (Red+Green+Blue) = 239+204+18=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCC12 is #1033ED. Grayscale: #C2C2C2. Windows color (decimal): -1061870 or 1232111. OLE color: 1232111.
HSL color Cylindrical-coordinate representation of color #EFCC12: hue angle of 50.5º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFCC12 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 18 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.06 |
| HSL | 50.5º | 0.87% | 0.5% | - |
| HSV(B) | 50.5º | 0.92% | 0.94% | - |
| XYZ | 57.3 | 61.58 | 9.44 | - |
| YUV | 193.26 | 29.1 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 18 | 0 | 0.15 | 0.92 | 0.06 | 50.5 | 0.87 | 0.5 |
| Hex | EF | CC | 12 | 0 | F | 5C | 6 | 32 | 57 | 32 |
| Octal | 357 | 314 | 22 | 0 | 17 | 134 | 6 | 62 | 127 | 62 |
| Binary | 11101111 | 11001100 | 10010 | 0 | 1111 | 1011100 | 110 | 110010 | 1010111 | 110010 |
Color Harmonies of #EFCC12
Complementary color
Monochromatic Colors of #EFCC12
Black with #EFCC12
Text Example
Text Example
White with #EFCC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC12; }
p { color: rgb(239,204,18); }
H1.HeaderClassName
{
color: #EFCC12;
}
.AnyTagClassName
{
color: #EFCC12;
}
</style>
background-color css
<style>
a { background-color: #EFCC12; }
a { background-color: rgb(239,204,18); }
div.DivClassName
{
background-color: #EFCC12;
}
.BgClassName
{
background-color: #EFCC12;
}
</style>
border-color css
<style>
span { border-color: #EFCC12; }
span { border-color: rgb(239,204,18); }
td.TdClassName
{
border-color: #EFCC12;
}
.TagClassName
{
border-color: #EFCC12;
}
</style>