Shades of Moon Yellow #EACA0C
Tints of Moon Yellow #EACA0C
RGB
CMYK
RGB Variations
Color information
#EACA0C (or 0xEACA0C) is known color: Moon Yellow. HEX triplet: EA, CA and 0C. RGB value is (234,202,12). Sum of RGB (Red+Green+Blue) = 234+202+12=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA0C is #1535F3. Grayscale: #BEBEBE. Windows color (decimal): -1390068 or 838378. OLE color: 838378.
HSL color Cylindrical-coordinate representation of color #EACA0C: hue angle of 51.35º 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 #EACA0C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.08 |
| HSL | 51.35º | 0.9% | 0.48% | - |
| HSV(B) | 51.35º | 0.95% | 0.92% | - |
| XYZ | 55.12 | 59.76 | 8.98 | - |
| YUV | 189.91 | 27.6 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 12 | 0 | 0.14 | 0.95 | 0.08 | 51.35 | 0.9 | 0.48 |
| Hex | EA | CA | C | 0 | E | 5F | 8 | 33 | 5A | 30 |
| Octal | 352 | 312 | 14 | 0 | 16 | 137 | 10 | 63 | 132 | 60 |
| Binary | 11101010 | 11001010 | 1100 | 0 | 1110 | 1011111 | 1000 | 110011 | 1011010 | 110000 |
Color Harmonies of #EACA0C
Complementary color
Monochromatic Colors of #EACA0C
Black with #EACA0C
Text Example
Text Example
White with #EACA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA0C; }
p { color: rgb(234,202,12); }
H1.HeaderClassName
{
color: #EACA0C;
}
.AnyTagClassName
{
color: #EACA0C;
}
</style>
background-color css
<style>
a { background-color: #EACA0C; }
a { background-color: rgb(234,202,12); }
div.DivClassName
{
background-color: #EACA0C;
}
.BgClassName
{
background-color: #EACA0C;
}
</style>
border-color css
<style>
span { border-color: #EACA0C; }
span { border-color: rgb(234,202,12); }
td.TdClassName
{
border-color: #EACA0C;
}
.TagClassName
{
border-color: #EACA0C;
}
</style>