Shades of Moon Yellow #EABD14
Tints of Moon Yellow #EABD14
RGB
CMYK
RGB Variations
Color information
#EABD14 (or 0xEABD14) is known color: Moon Yellow. HEX triplet: EA, BD and 14. RGB value is (234,189,20). Sum of RGB (Red+Green+Blue) = 234+189+20=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABD14 is #1542EB. Grayscale: #B7B7B7. Windows color (decimal): -1393388 or 1359338. OLE color: 1359338.
HSL color Cylindrical-coordinate representation of color #EABD14: hue angle of 47.38º 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 #EABD14 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 20 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.08 |
| HSL | 47.38º | 0.84% | 0.5% | - |
| HSV(B) | 47.38º | 0.91% | 0.92% | - |
| XYZ | 52.26 | 53.94 | 8.32 | - |
| YUV | 183.19 | 35.91 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 20 | 0 | 0.19 | 0.91 | 0.08 | 47.38 | 0.84 | 0.5 |
| Hex | EA | BD | 14 | 0 | 13 | 5B | 8 | 2F | 54 | 32 |
| Octal | 352 | 275 | 24 | 0 | 23 | 133 | 10 | 57 | 124 | 62 |
| Binary | 11101010 | 10111101 | 10100 | 0 | 10011 | 1011011 | 1000 | 101111 | 1010100 | 110010 |
Color Harmonies of #EABD14
Complementary color
Monochromatic Colors of #EABD14
Black with #EABD14
Text Example
Text Example
White with #EABD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD14; }
p { color: rgb(234,189,20); }
H1.HeaderClassName
{
color: #EABD14;
}
.AnyTagClassName
{
color: #EABD14;
}
</style>
background-color css
<style>
a { background-color: #EABD14; }
a { background-color: rgb(234,189,20); }
div.DivClassName
{
background-color: #EABD14;
}
.BgClassName
{
background-color: #EABD14;
}
</style>
border-color css
<style>
span { border-color: #EABD14; }
span { border-color: rgb(234,189,20); }
td.TdClassName
{
border-color: #EABD14;
}
.TagClassName
{
border-color: #EABD14;
}
</style>