Shades of Moon Yellow #EAC125
Tints of Moon Yellow #EAC125
RGB
CMYK
RGB Variations
Color information
#EAC125 (or 0xEAC125) is known color: Moon Yellow. HEX triplet: EA, C1 and 25. RGB value is (234,193,37). Sum of RGB (Red+Green+Blue) = 234+193+37=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 37 (14.84% from 255 or 7.97% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC125 is #153EDA. Grayscale: #BCBCBC. Windows color (decimal): -1392347 or 2474474. OLE color: 2474474.
HSL color Cylindrical-coordinate representation of color #EAC125: hue angle of 47.51º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAC125 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 37 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.08 |
| HSL | 47.51º | 0.82% | 0.53% | - |
| HSV(B) | 47.51º | 0.84% | 0.92% | - |
| XYZ | 53.34 | 55.77 | 9.7 | - |
| YUV | 187.48 | 43.08 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 37 | 0 | 0.18 | 0.84 | 0.08 | 47.51 | 0.82 | 0.53 |
| Hex | EA | C1 | 25 | 0 | 12 | 54 | 8 | 30 | 52 | 35 |
| Octal | 352 | 301 | 45 | 0 | 22 | 124 | 10 | 60 | 122 | 65 |
| Binary | 11101010 | 11000001 | 100101 | 0 | 10010 | 1010100 | 1000 | 110000 | 1010010 | 110101 |
Color Harmonies of #EAC125
Complementary color
Monochromatic Colors of #EAC125
Black with #EAC125
Text Example
Text Example
White with #EAC125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC125; }
p { color: rgb(234,193,37); }
H1.HeaderClassName
{
color: #EAC125;
}
.AnyTagClassName
{
color: #EAC125;
}
</style>
background-color css
<style>
a { background-color: #EAC125; }
a { background-color: rgb(234,193,37); }
div.DivClassName
{
background-color: #EAC125;
}
.BgClassName
{
background-color: #EAC125;
}
</style>
border-color css
<style>
span { border-color: #EAC125; }
span { border-color: rgb(234,193,37); }
td.TdClassName
{
border-color: #EAC125;
}
.TagClassName
{
border-color: #EAC125;
}
</style>