Shades of Moon Yellow #EAC612
Tints of Moon Yellow #EAC612
RGB
CMYK
RGB Variations
Color information
#EAC612 (or 0xEAC612) is known color: Moon Yellow. HEX triplet: EA, C6 and 12. RGB value is (234,198,18). Sum of RGB (Red+Green+Blue) = 234+198+18=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC612 is #1539ED. Grayscale: #BCBCBC. Windows color (decimal): -1391086 or 1230570. OLE color: 1230570.
HSL color Cylindrical-coordinate representation of color #EAC612: hue angle of 50º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAC612 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 18 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.08 |
| HSL | 50º | 0.86% | 0.49% | - |
| HSV(B) | 50º | 0.92% | 0.92% | - |
| XYZ | 54.23 | 57.92 | 8.89 | - |
| YUV | 188.24 | 31.93 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 18 | 0 | 0.15 | 0.92 | 0.08 | 50 | 0.86 | 0.49 |
| Hex | EA | C6 | 12 | 0 | F | 5C | 8 | 32 | 56 | 31 |
| Octal | 352 | 306 | 22 | 0 | 17 | 134 | 10 | 62 | 126 | 61 |
| Binary | 11101010 | 11000110 | 10010 | 0 | 1111 | 1011100 | 1000 | 110010 | 1010110 | 110001 |
Color Harmonies of #EAC612
Complementary color
Monochromatic Colors of #EAC612
Black with #EAC612
Text Example
Text Example
White with #EAC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC612; }
p { color: rgb(234,198,18); }
H1.HeaderClassName
{
color: #EAC612;
}
.AnyTagClassName
{
color: #EAC612;
}
</style>
background-color css
<style>
a { background-color: #EAC612; }
a { background-color: rgb(234,198,18); }
div.DivClassName
{
background-color: #EAC612;
}
.BgClassName
{
background-color: #EAC612;
}
</style>
border-color css
<style>
span { border-color: #EAC612; }
span { border-color: rgb(234,198,18); }
td.TdClassName
{
border-color: #EAC612;
}
.TagClassName
{
border-color: #EAC612;
}
</style>