Shades of Moon Yellow #EAB917
Tints of Moon Yellow #EAB917
RGB
CMYK
RGB Variations
Color information
#EAB917 (or 0xEAB917) is known color: Moon Yellow. HEX triplet: EA, B9 and 17. RGB value is (234,185,23). Sum of RGB (Red+Green+Blue) = 234+185+23=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 23 (9.38% from 255 or 5.20% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB917 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB917 is #1546E8. Grayscale: #B5B5B5. Windows color (decimal): -1394409 or 1554922. OLE color: 1554922.
HSL color Cylindrical-coordinate representation of color #EAB917: hue angle of 46.07º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAB917 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 23 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.08 |
| HSL | 46.07º | 0.83% | 0.5% | - |
| HSV(B) | 46.07º | 0.9% | 0.92% | - |
| XYZ | 51.44 | 52.25 | 8.19 | - |
| YUV | 181.18 | 38.73 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 23 | 0 | 0.21 | 0.90 | 0.08 | 46.07 | 0.83 | 0.5 |
| Hex | EA | B9 | 17 | 0 | 15 | 5A | 8 | 2E | 53 | 32 |
| Octal | 352 | 271 | 27 | 0 | 25 | 132 | 10 | 56 | 123 | 62 |
| Binary | 11101010 | 10111001 | 10111 | 0 | 10101 | 1011010 | 1000 | 101110 | 1010011 | 110010 |
Color Harmonies of #EAB917
Complementary color
Monochromatic Colors of #EAB917
Black with #EAB917
Text Example
Text Example
White with #EAB917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB917; }
p { color: rgb(234,185,23); }
H1.HeaderClassName
{
color: #EAB917;
}
.AnyTagClassName
{
color: #EAB917;
}
</style>
background-color css
<style>
a { background-color: #EAB917; }
a { background-color: rgb(234,185,23); }
div.DivClassName
{
background-color: #EAB917;
}
.BgClassName
{
background-color: #EAB917;
}
</style>
border-color css
<style>
span { border-color: #EAB917; }
span { border-color: rgb(234,185,23); }
td.TdClassName
{
border-color: #EAB917;
}
.TagClassName
{
border-color: #EAB917;
}
</style>