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