Shades of Moon Yellow #EAC319
Tints of Moon Yellow #EAC319
RGB
CMYK
RGB Variations
Color information
#EAC319 (or 0xEAC319) is known color: Moon Yellow. HEX triplet: EA, C3 and 19. RGB value is (234,195,25). Sum of RGB (Red+Green+Blue) = 234+195+25=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC319 is #153CE6. Grayscale: #BCBCBC. Windows color (decimal): -1391847 or 1688554. OLE color: 1688554.
HSL color Cylindrical-coordinate representation of color #EAC319: hue angle of 48.8º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAC319 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 25 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.08 |
| HSL | 48.8º | 0.83% | 0.51% | - |
| HSV(B) | 48.8º | 0.89% | 0.92% | - |
| XYZ | 53.62 | 56.59 | 9.02 | - |
| YUV | 187.28 | 36.42 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 25 | 0 | 0.17 | 0.89 | 0.08 | 48.8 | 0.83 | 0.51 |
| Hex | EA | C3 | 19 | 0 | 11 | 59 | 8 | 31 | 53 | 33 |
| Octal | 352 | 303 | 31 | 0 | 21 | 131 | 10 | 61 | 123 | 63 |
| Binary | 11101010 | 11000011 | 11001 | 0 | 10001 | 1011001 | 1000 | 110001 | 1010011 | 110011 |
Color Harmonies of #EAC319
Complementary color
Monochromatic Colors of #EAC319
Black with #EAC319
Text Example
Text Example
White with #EAC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC319; }
p { color: rgb(234,195,25); }
H1.HeaderClassName
{
color: #EAC319;
}
.AnyTagClassName
{
color: #EAC319;
}
</style>
background-color css
<style>
a { background-color: #EAC319; }
a { background-color: rgb(234,195,25); }
div.DivClassName
{
background-color: #EAC319;
}
.BgClassName
{
background-color: #EAC319;
}
</style>
border-color css
<style>
span { border-color: #EAC319; }
span { border-color: rgb(234,195,25); }
td.TdClassName
{
border-color: #EAC319;
}
.TagClassName
{
border-color: #EAC319;
}
</style>