Shades of Moon Yellow #EACA16
Tints of Moon Yellow #EACA16
RGB
CMYK
RGB Variations
Color information
#EACA16 (or 0xEACA16) is known color: Moon Yellow. HEX triplet: EA, CA and 16. RGB value is (234,202,22). Sum of RGB (Red+Green+Blue) = 234+202+22=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 22 (8.98% from 255 or 4.80% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA16 is #1535E9. Grayscale: #BFBFBF. Windows color (decimal): -1390058 or 1493738. OLE color: 1493738.
HSL color Cylindrical-coordinate representation of color #EACA16: hue angle of 50.94º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EACA16 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 22 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.08 |
| HSL | 50.94º | 0.83% | 0.5% | - |
| HSV(B) | 50.94º | 0.91% | 0.92% | - |
| XYZ | 55.2 | 59.79 | 9.39 | - |
| YUV | 191.05 | 32.6 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 22 | 0 | 0.14 | 0.91 | 0.08 | 50.94 | 0.83 | 0.5 |
| Hex | EA | CA | 16 | 0 | E | 5B | 8 | 33 | 53 | 32 |
| Octal | 352 | 312 | 26 | 0 | 16 | 133 | 10 | 63 | 123 | 62 |
| Binary | 11101010 | 11001010 | 10110 | 0 | 1110 | 1011011 | 1000 | 110011 | 1010011 | 110010 |
Color Harmonies of #EACA16
Complementary color
Monochromatic Colors of #EACA16
Black with #EACA16
Text Example
Text Example
White with #EACA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA16; }
p { color: rgb(234,202,22); }
H1.HeaderClassName
{
color: #EACA16;
}
.AnyTagClassName
{
color: #EACA16;
}
</style>
background-color css
<style>
a { background-color: #EACA16; }
a { background-color: rgb(234,202,22); }
div.DivClassName
{
background-color: #EACA16;
}
.BgClassName
{
background-color: #EACA16;
}
</style>
border-color css
<style>
span { border-color: #EACA16; }
span { border-color: rgb(234,202,22); }
td.TdClassName
{
border-color: #EACA16;
}
.TagClassName
{
border-color: #EACA16;
}
</style>