Shades of Moon Yellow #EACC12
Tints of Moon Yellow #EACC12
RGB
CMYK
RGB Variations
Color information
#EACC12 (or 0xEACC12) is known color: Moon Yellow. HEX triplet: EA, CC and 12. RGB value is (234,204,18). Sum of RGB (Red+Green+Blue) = 234+204+18=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACC12 is #1533ED. Grayscale: #C0C0C0. Windows color (decimal): -1389550 or 1232106. OLE color: 1232106.
HSL color Cylindrical-coordinate representation of color #EACC12: hue angle of 51.67º 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 #EACC12 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 18 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.08 |
| HSL | 51.67º | 0.86% | 0.49% | - |
| HSV(B) | 51.67º | 0.92% | 0.92% | - |
| XYZ | 55.63 | 60.72 | 9.36 | - |
| YUV | 191.77 | 29.94 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 18 | 0 | 0.13 | 0.92 | 0.08 | 51.67 | 0.86 | 0.49 |
| Hex | EA | CC | 12 | 0 | D | 5C | 8 | 34 | 56 | 31 |
| Octal | 352 | 314 | 22 | 0 | 15 | 134 | 10 | 64 | 126 | 61 |
| Binary | 11101010 | 11001100 | 10010 | 0 | 1101 | 1011100 | 1000 | 110100 | 1010110 | 110001 |
Color Harmonies of #EACC12
Complementary color
Monochromatic Colors of #EACC12
Black with #EACC12
Text Example
Text Example
White with #EACC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC12; }
p { color: rgb(234,204,18); }
H1.HeaderClassName
{
color: #EACC12;
}
.AnyTagClassName
{
color: #EACC12;
}
</style>
background-color css
<style>
a { background-color: #EACC12; }
a { background-color: rgb(234,204,18); }
div.DivClassName
{
background-color: #EACC12;
}
.BgClassName
{
background-color: #EACC12;
}
</style>
border-color css
<style>
span { border-color: #EACC12; }
span { border-color: rgb(234,204,18); }
td.TdClassName
{
border-color: #EACC12;
}
.TagClassName
{
border-color: #EACC12;
}
</style>