Shades of Moon Yellow #EACA15
Tints of Moon Yellow #EACA15
RGB
CMYK
RGB Variations
Color information
#EACA15 (or 0xEACA15) is known color: Moon Yellow. HEX triplet: EA, CA and 15. RGB value is (234,202,21). Sum of RGB (Red+Green+Blue) = 234+202+21=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 21 (8.59% from 255 or 4.60% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA15 is #1535EA. Grayscale: #BFBFBF. Windows color (decimal): -1390059 or 1428202. OLE color: 1428202.
HSL color Cylindrical-coordinate representation of color #EACA15: hue angle of 50.99º degrees, saturation: 0.84, 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 #EACA15 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 21 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.08 |
| HSL | 50.99º | 0.84% | 0.5% | - |
| HSV(B) | 50.99º | 0.91% | 0.92% | - |
| XYZ | 55.19 | 59.79 | 9.34 | - |
| YUV | 190.93 | 32.1 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 21 | 0 | 0.14 | 0.91 | 0.08 | 50.99 | 0.84 | 0.5 |
| Hex | EA | CA | 15 | 0 | E | 5B | 8 | 33 | 54 | 32 |
| Octal | 352 | 312 | 25 | 0 | 16 | 133 | 10 | 63 | 124 | 62 |
| Binary | 11101010 | 11001010 | 10101 | 0 | 1110 | 1011011 | 1000 | 110011 | 1010100 | 110010 |
Color Harmonies of #EACA15
Complementary color
Monochromatic Colors of #EACA15
Black with #EACA15
Text Example
Text Example
White with #EACA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA15; }
p { color: rgb(234,202,21); }
H1.HeaderClassName
{
color: #EACA15;
}
.AnyTagClassName
{
color: #EACA15;
}
</style>
background-color css
<style>
a { background-color: #EACA15; }
a { background-color: rgb(234,202,21); }
div.DivClassName
{
background-color: #EACA15;
}
.BgClassName
{
background-color: #EACA15;
}
</style>
border-color css
<style>
span { border-color: #EACA15; }
span { border-color: rgb(234,202,21); }
td.TdClassName
{
border-color: #EACA15;
}
.TagClassName
{
border-color: #EACA15;
}
</style>