Shades of Moon Yellow #EFB61A
Tints of Moon Yellow #EFB61A
RGB
CMYK
RGB Variations
Color information
#EFB61A (or 0xEFB61A) is known color: Moon Yellow. HEX triplet: EF, B6 and 1A. RGB value is (239,182,26). Sum of RGB (Red+Green+Blue) = 239+182+26=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB61A is #1049E5. Grayscale: #B5B5B5. Windows color (decimal): -1067494 or 1750767. OLE color: 1750767.
HSL color Cylindrical-coordinate representation of color #EFB61A: hue angle of 43.94º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFB61A is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 26 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.06 |
| HSL | 43.94º | 0.87% | 0.52% | - |
| HSV(B) | 43.94º | 0.89% | 0.94% | - |
| XYZ | 52.51 | 51.88 | 8.22 | - |
| YUV | 181.26 | 40.38 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 26 | 0 | 0.24 | 0.89 | 0.06 | 43.94 | 0.87 | 0.52 |
| Hex | EF | B6 | 1A | 0 | 18 | 59 | 6 | 2C | 57 | 34 |
| Octal | 357 | 266 | 32 | 0 | 30 | 131 | 6 | 54 | 127 | 64 |
| Binary | 11101111 | 10110110 | 11010 | 0 | 11000 | 1011001 | 110 | 101100 | 1010111 | 110100 |
Color Harmonies of #EFB61A
Complementary color
Monochromatic Colors of #EFB61A
Black with #EFB61A
Text Example
Text Example
White with #EFB61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB61A; }
p { color: rgb(239,182,26); }
H1.HeaderClassName
{
color: #EFB61A;
}
.AnyTagClassName
{
color: #EFB61A;
}
</style>
background-color css
<style>
a { background-color: #EFB61A; }
a { background-color: rgb(239,182,26); }
div.DivClassName
{
background-color: #EFB61A;
}
.BgClassName
{
background-color: #EFB61A;
}
</style>
border-color css
<style>
span { border-color: #EFB61A; }
span { border-color: rgb(239,182,26); }
td.TdClassName
{
border-color: #EFB61A;
}
.TagClassName
{
border-color: #EFB61A;
}
</style>