Shades of Moon Yellow #EACF0C
Tints of Moon Yellow #EACF0C
RGB
CMYK
RGB Variations
Color information
#EACF0C (or 0xEACF0C) is known color: Moon Yellow. HEX triplet: EA, CF and 0C. RGB value is (234,207,12). Sum of RGB (Red+Green+Blue) = 234+207+12=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACF0C is #1530F3. Grayscale: #C1C1C1. Windows color (decimal): -1388788 or 839658. OLE color: 839658.
HSL color Cylindrical-coordinate representation of color #EACF0C: hue angle of 52.7º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EACF0C is Cyan = 0, Magento = 0.12, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 12 | - |
| CMYK | 0 | 0.12 | 0.95 | 0.08 |
| HSL | 52.7º | 0.9% | 0.48% | - |
| HSV(B) | 52.7º | 0.95% | 0.92% | - |
| XYZ | 56.31 | 62.14 | 9.38 | - |
| YUV | 192.84 | 25.95 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 12 | 0 | 0.12 | 0.95 | 0.08 | 52.7 | 0.9 | 0.48 |
| Hex | EA | CF | C | 0 | C | 5F | 8 | 35 | 5A | 30 |
| Octal | 352 | 317 | 14 | 0 | 14 | 137 | 10 | 65 | 132 | 60 |
| Binary | 11101010 | 11001111 | 1100 | 0 | 1100 | 1011111 | 1000 | 110101 | 1011010 | 110000 |
Color Harmonies of #EACF0C
Complementary color
Monochromatic Colors of #EACF0C
Black with #EACF0C
Text Example
Text Example
White with #EACF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF0C; }
p { color: rgb(234,207,12); }
H1.HeaderClassName
{
color: #EACF0C;
}
.AnyTagClassName
{
color: #EACF0C;
}
</style>
background-color css
<style>
a { background-color: #EACF0C; }
a { background-color: rgb(234,207,12); }
div.DivClassName
{
background-color: #EACF0C;
}
.BgClassName
{
background-color: #EACF0C;
}
</style>
border-color css
<style>
span { border-color: #EACF0C; }
span { border-color: rgb(234,207,12); }
td.TdClassName
{
border-color: #EACF0C;
}
.TagClassName
{
border-color: #EACF0C;
}
</style>