Shades of Moon Yellow #EFCB13
Tints of Moon Yellow #EFCB13
RGB
CMYK
RGB Variations
Color information
#EFCB13 (or 0xEFCB13) is known color: Moon Yellow. HEX triplet: EF, CB and 13. RGB value is (239,203,19). Sum of RGB (Red+Green+Blue) = 239+203+19=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 19 (7.81% from 255 or 4.12% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCB13 is #1034EC. Grayscale: #C1C1C1. Windows color (decimal): -1062125 or 1297391. OLE color: 1297391.
HSL color Cylindrical-coordinate representation of color #EFCB13: hue angle of 50.18º 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 #EFCB13 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 19 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.06 |
| HSL | 50.18º | 0.87% | 0.51% | - |
| HSV(B) | 50.18º | 0.92% | 0.94% | - |
| XYZ | 57.07 | 61.11 | 9.4 | - |
| YUV | 192.79 | 29.93 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 19 | 0 | 0.15 | 0.92 | 0.06 | 50.18 | 0.87 | 0.51 |
| Hex | EF | CB | 13 | 0 | F | 5C | 6 | 32 | 57 | 33 |
| Octal | 357 | 313 | 23 | 0 | 17 | 134 | 6 | 62 | 127 | 63 |
| Binary | 11101111 | 11001011 | 10011 | 0 | 1111 | 1011100 | 110 | 110010 | 1010111 | 110011 |
Color Harmonies of #EFCB13
Complementary color
Monochromatic Colors of #EFCB13
Black with #EFCB13
Text Example
Text Example
White with #EFCB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB13; }
p { color: rgb(239,203,19); }
H1.HeaderClassName
{
color: #EFCB13;
}
.AnyTagClassName
{
color: #EFCB13;
}
</style>
background-color css
<style>
a { background-color: #EFCB13; }
a { background-color: rgb(239,203,19); }
div.DivClassName
{
background-color: #EFCB13;
}
.BgClassName
{
background-color: #EFCB13;
}
</style>
border-color css
<style>
span { border-color: #EFCB13; }
span { border-color: rgb(239,203,19); }
td.TdClassName
{
border-color: #EFCB13;
}
.TagClassName
{
border-color: #EFCB13;
}
</style>