Shades of Moon Yellow #EAC523
Tints of Moon Yellow #EAC523
RGB
CMYK
RGB Variations
Color information
#EAC523 (or 0xEAC523) is known color: Moon Yellow. HEX triplet: EA, C5 and 23. RGB value is (234,197,35). Sum of RGB (Red+Green+Blue) = 234+197+35=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 35 (14.06% from 255 or 7.51% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC523 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC523 is #153ADC. Grayscale: #BEBEBE. Windows color (decimal): -1391325 or 2344426. OLE color: 2344426.
HSL color Cylindrical-coordinate representation of color #EAC523: hue angle of 48.84º 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 #EAC523 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 35 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.08 |
| HSL | 48.84º | 0.83% | 0.53% | - |
| HSV(B) | 48.84º | 0.85% | 0.92% | - |
| XYZ | 54.2 | 57.55 | 9.84 | - |
| YUV | 189.6 | 40.76 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 35 | 0 | 0.16 | 0.85 | 0.08 | 48.84 | 0.83 | 0.53 |
| Hex | EA | C5 | 23 | 0 | 10 | 55 | 8 | 31 | 53 | 35 |
| Octal | 352 | 305 | 43 | 0 | 20 | 125 | 10 | 61 | 123 | 65 |
| Binary | 11101010 | 11000101 | 100011 | 0 | 10000 | 1010101 | 1000 | 110001 | 1010011 | 110101 |
Color Harmonies of #EAC523
Complementary color
Monochromatic Colors of #EAC523
Black with #EAC523
Text Example
Text Example
White with #EAC523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC523; }
p { color: rgb(234,197,35); }
H1.HeaderClassName
{
color: #EAC523;
}
.AnyTagClassName
{
color: #EAC523;
}
</style>
background-color css
<style>
a { background-color: #EAC523; }
a { background-color: rgb(234,197,35); }
div.DivClassName
{
background-color: #EAC523;
}
.BgClassName
{
background-color: #EAC523;
}
</style>
border-color css
<style>
span { border-color: #EAC523; }
span { border-color: rgb(234,197,35); }
td.TdClassName
{
border-color: #EAC523;
}
.TagClassName
{
border-color: #EAC523;
}
</style>