Shades of Moon Yellow #EACA13
Tints of Moon Yellow #EACA13
RGB
CMYK
RGB Variations
Color information
#EACA13 (or 0xEACA13) is known color: Moon Yellow. HEX triplet: EA, CA and 13. RGB value is (234,202,19). Sum of RGB (Red+Green+Blue) = 234+202+19=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 19 (7.81% from 255 or 4.18% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACA13 is #1535EC. Grayscale: #BFBFBF. Windows color (decimal): -1390061 or 1297130. OLE color: 1297130.
HSL color Cylindrical-coordinate representation of color #EACA13: hue angle of 51.07º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EACA13 is Cyan = 0, Magento = 0.14, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 19 | - |
| CMYK | 0 | 0.14 | 0.92 | 0.08 |
| HSL | 51.07º | 0.85% | 0.5% | - |
| HSV(B) | 51.07º | 0.92% | 0.92% | - |
| XYZ | 55.17 | 59.78 | 9.25 | - |
| YUV | 190.71 | 31.1 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 19 | 0 | 0.14 | 0.92 | 0.08 | 51.07 | 0.85 | 0.5 |
| Hex | EA | CA | 13 | 0 | E | 5C | 8 | 33 | 55 | 32 |
| Octal | 352 | 312 | 23 | 0 | 16 | 134 | 10 | 63 | 125 | 62 |
| Binary | 11101010 | 11001010 | 10011 | 0 | 1110 | 1011100 | 1000 | 110011 | 1010101 | 110010 |
Color Harmonies of #EACA13
Complementary color
Monochromatic Colors of #EACA13
Black with #EACA13
Text Example
Text Example
White with #EACA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA13; }
p { color: rgb(234,202,19); }
H1.HeaderClassName
{
color: #EACA13;
}
.AnyTagClassName
{
color: #EACA13;
}
</style>
background-color css
<style>
a { background-color: #EACA13; }
a { background-color: rgb(234,202,19); }
div.DivClassName
{
background-color: #EACA13;
}
.BgClassName
{
background-color: #EACA13;
}
</style>
border-color css
<style>
span { border-color: #EACA13; }
span { border-color: rgb(234,202,19); }
td.TdClassName
{
border-color: #EACA13;
}
.TagClassName
{
border-color: #EACA13;
}
</style>