Shades of Moon Yellow #EAC226
Tints of Moon Yellow #EAC226
RGB
CMYK
RGB Variations
Color information
#EAC226 (or 0xEAC226) is known color: Moon Yellow. HEX triplet: EA, C2 and 26. RGB value is (234,194,38). Sum of RGB (Red+Green+Blue) = 234+194+38=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 38 (15.23% from 255 or 8.15% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC226 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC226 is #153DD9. Grayscale: #BCBCBC. Windows color (decimal): -1392090 or 2540266. OLE color: 2540266.
HSL color Cylindrical-coordinate representation of color #EAC226: hue angle of 47.76º 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 #EAC226 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 38 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.08 |
| HSL | 47.76º | 0.82% | 0.53% | - |
| HSV(B) | 47.76º | 0.84% | 0.92% | - |
| XYZ | 53.57 | 56.22 | 9.86 | - |
| YUV | 188.18 | 43.25 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 38 | 0 | 0.17 | 0.84 | 0.08 | 47.76 | 0.82 | 0.53 |
| Hex | EA | C2 | 26 | 0 | 11 | 54 | 8 | 30 | 52 | 35 |
| Octal | 352 | 302 | 46 | 0 | 21 | 124 | 10 | 60 | 122 | 65 |
| Binary | 11101010 | 11000010 | 100110 | 0 | 10001 | 1010100 | 1000 | 110000 | 1010010 | 110101 |
Color Harmonies of #EAC226
Complementary color
Monochromatic Colors of #EAC226
Black with #EAC226
Text Example
Text Example
White with #EAC226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC226; }
p { color: rgb(234,194,38); }
H1.HeaderClassName
{
color: #EAC226;
}
.AnyTagClassName
{
color: #EAC226;
}
</style>
background-color css
<style>
a { background-color: #EAC226; }
a { background-color: rgb(234,194,38); }
div.DivClassName
{
background-color: #EAC226;
}
.BgClassName
{
background-color: #EAC226;
}
</style>
border-color css
<style>
span { border-color: #EAC226; }
span { border-color: rgb(234,194,38); }
td.TdClassName
{
border-color: #EAC226;
}
.TagClassName
{
border-color: #EAC226;
}
</style>