Shades of Moon Yellow #EAC423
Tints of Moon Yellow #EAC423
RGB
CMYK
RGB Variations
Color information
#EAC423 (or 0xEAC423) is known color: Moon Yellow. HEX triplet: EA, C4 and 23. RGB value is (234,196,35). Sum of RGB (Red+Green+Blue) = 234+196+35=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC423 is #153BDC. Grayscale: #BDBDBD. Windows color (decimal): -1391581 or 2344170. OLE color: 2344170.
HSL color Cylindrical-coordinate representation of color #EAC423: hue angle of 48.54º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAC423 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 35 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.08 |
| HSL | 48.54º | 0.83% | 0.53% | - |
| HSV(B) | 48.54º | 0.85% | 0.92% | - |
| XYZ | 53.97 | 57.09 | 9.77 | - |
| YUV | 189.01 | 41.09 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 35 | 0 | 0.16 | 0.85 | 0.08 | 48.54 | 0.83 | 0.53 |
| Hex | EA | C4 | 23 | 0 | 10 | 55 | 8 | 31 | 53 | 35 |
| Octal | 352 | 304 | 43 | 0 | 20 | 125 | 10 | 61 | 123 | 65 |
| Binary | 11101010 | 11000100 | 100011 | 0 | 10000 | 1010101 | 1000 | 110001 | 1010011 | 110101 |
Color Harmonies of #EAC423
Complementary color
Monochromatic Colors of #EAC423
Black with #EAC423
Text Example
Text Example
White with #EAC423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC423; }
p { color: rgb(234,196,35); }
H1.HeaderClassName
{
color: #EAC423;
}
.AnyTagClassName
{
color: #EAC423;
}
</style>
background-color css
<style>
a { background-color: #EAC423; }
a { background-color: rgb(234,196,35); }
div.DivClassName
{
background-color: #EAC423;
}
.BgClassName
{
background-color: #EAC423;
}
</style>
border-color css
<style>
span { border-color: #EAC423; }
span { border-color: rgb(234,196,35); }
td.TdClassName
{
border-color: #EAC423;
}
.TagClassName
{
border-color: #EAC423;
}
</style>