Shades of Moon Yellow #EFB41A
Tints of Moon Yellow #EFB41A
RGB
CMYK
RGB Variations
Color information
#EFB41A (or 0xEFB41A) is known color: Moon Yellow. HEX triplet: EF, B4 and 1A. RGB value is (239,180,26). Sum of RGB (Red+Green+Blue) = 239+180+26=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 26 (10.55% from 255 or 5.84% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB41A is #104BE5. Grayscale: #B4B4B4. Windows color (decimal): -1068006 or 1750255. OLE color: 1750255.
HSL color Cylindrical-coordinate representation of color #EFB41A: hue angle of 43.38º 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 #EFB41A is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 26 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.06 |
| HSL | 43.38º | 0.87% | 0.52% | - |
| HSV(B) | 43.38º | 0.89% | 0.94% | - |
| XYZ | 52.1 | 51.07 | 8.09 | - |
| YUV | 180.09 | 41.05 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 26 | 0 | 0.25 | 0.89 | 0.06 | 43.38 | 0.87 | 0.52 |
| Hex | EF | B4 | 1A | 0 | 19 | 59 | 6 | 2B | 57 | 34 |
| Octal | 357 | 264 | 32 | 0 | 31 | 131 | 6 | 53 | 127 | 64 |
| Binary | 11101111 | 10110100 | 11010 | 0 | 11001 | 1011001 | 110 | 101011 | 1010111 | 110100 |
Color Harmonies of #EFB41A
Complementary color
Monochromatic Colors of #EFB41A
Black with #EFB41A
Text Example
Text Example
White with #EFB41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB41A; }
p { color: rgb(239,180,26); }
H1.HeaderClassName
{
color: #EFB41A;
}
.AnyTagClassName
{
color: #EFB41A;
}
</style>
background-color css
<style>
a { background-color: #EFB41A; }
a { background-color: rgb(239,180,26); }
div.DivClassName
{
background-color: #EFB41A;
}
.BgClassName
{
background-color: #EFB41A;
}
</style>
border-color css
<style>
span { border-color: #EFB41A; }
span { border-color: rgb(239,180,26); }
td.TdClassName
{
border-color: #EFB41A;
}
.TagClassName
{
border-color: #EFB41A;
}
</style>