Shades of Moon Yellow #EFB814
Tints of Moon Yellow #EFB814
RGB
CMYK
RGB Variations
Color information
#EFB814 (or 0xEFB814) is known color: Moon Yellow. HEX triplet: EF, B8 and 14. RGB value is (239,184,20). Sum of RGB (Red+Green+Blue) = 239+184+20=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB814 is #1047EB. Grayscale: #B6B6B6. Windows color (decimal): -1066988 or 1358063. OLE color: 1358063.
HSL color Cylindrical-coordinate representation of color #EFB814: hue angle of 44.93º 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 #EFB814 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 20 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.06 |
| HSL | 44.93º | 0.87% | 0.51% | - |
| HSV(B) | 44.93º | 0.92% | 0.94% | - |
| XYZ | 52.86 | 52.68 | 8.04 | - |
| YUV | 181.75 | 36.72 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 20 | 0 | 0.23 | 0.92 | 0.06 | 44.93 | 0.87 | 0.51 |
| Hex | EF | B8 | 14 | 0 | 17 | 5C | 6 | 2D | 57 | 33 |
| Octal | 357 | 270 | 24 | 0 | 27 | 134 | 6 | 55 | 127 | 63 |
| Binary | 11101111 | 10111000 | 10100 | 0 | 10111 | 1011100 | 110 | 101101 | 1010111 | 110011 |
Color Harmonies of #EFB814
Complementary color
Monochromatic Colors of #EFB814
Black with #EFB814
Text Example
Text Example
White with #EFB814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB814; }
p { color: rgb(239,184,20); }
H1.HeaderClassName
{
color: #EFB814;
}
.AnyTagClassName
{
color: #EFB814;
}
</style>
background-color css
<style>
a { background-color: #EFB814; }
a { background-color: rgb(239,184,20); }
div.DivClassName
{
background-color: #EFB814;
}
.BgClassName
{
background-color: #EFB814;
}
</style>
border-color css
<style>
span { border-color: #EFB814; }
span { border-color: rgb(239,184,20); }
td.TdClassName
{
border-color: #EFB814;
}
.TagClassName
{
border-color: #EFB814;
}
</style>