Shades of Moon Yellow #EABC14
Tints of Moon Yellow #EABC14
RGB
CMYK
RGB Variations
Color information
#EABC14 (or 0xEABC14) is known color: Moon Yellow. HEX triplet: EA, BC and 14. RGB value is (234,188,20). Sum of RGB (Red+Green+Blue) = 234+188+20=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABC14 is #1543EB. Grayscale: #B7B7B7. Windows color (decimal): -1393644 or 1359082. OLE color: 1359082.
HSL color Cylindrical-coordinate representation of color #EABC14: hue angle of 47.1º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EABC14 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 20 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.08 |
| HSL | 47.1º | 0.84% | 0.5% | - |
| HSV(B) | 47.1º | 0.91% | 0.92% | - |
| XYZ | 52.04 | 53.51 | 8.25 | - |
| YUV | 182.6 | 36.24 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 20 | 0 | 0.20 | 0.91 | 0.08 | 47.1 | 0.84 | 0.5 |
| Hex | EA | BC | 14 | 0 | 14 | 5B | 8 | 2F | 54 | 32 |
| Octal | 352 | 274 | 24 | 0 | 24 | 133 | 10 | 57 | 124 | 62 |
| Binary | 11101010 | 10111100 | 10100 | 0 | 10100 | 1011011 | 1000 | 101111 | 1010100 | 110010 |
Color Harmonies of #EABC14
Complementary color
Monochromatic Colors of #EABC14
Black with #EABC14
Text Example
Text Example
White with #EABC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC14; }
p { color: rgb(234,188,20); }
H1.HeaderClassName
{
color: #EABC14;
}
.AnyTagClassName
{
color: #EABC14;
}
</style>
background-color css
<style>
a { background-color: #EABC14; }
a { background-color: rgb(234,188,20); }
div.DivClassName
{
background-color: #EABC14;
}
.BgClassName
{
background-color: #EABC14;
}
</style>
border-color css
<style>
span { border-color: #EABC14; }
span { border-color: rgb(234,188,20); }
td.TdClassName
{
border-color: #EABC14;
}
.TagClassName
{
border-color: #EABC14;
}
</style>