Shades of Moon Yellow #EACC13
Tints of Moon Yellow #EACC13
RGB
CMYK
RGB Variations
Color information
#EACC13 (or 0xEACC13) is known color: Moon Yellow. HEX triplet: EA, CC and 13. RGB value is (234,204,19). Sum of RGB (Red+Green+Blue) = 234+204+19=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 19 (7.81% from 255 or 4.16% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACC13 is #1533EC. Grayscale: #C0C0C0. Windows color (decimal): -1389549 or 1297642. OLE color: 1297642.
HSL color Cylindrical-coordinate representation of color #EACC13: hue angle of 51.63º 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 #EACC13 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 19 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.08 |
| HSL | 51.63º | 0.85% | 0.5% | - |
| HSV(B) | 51.63º | 0.92% | 0.92% | - |
| XYZ | 55.64 | 60.73 | 9.4 | - |
| YUV | 191.88 | 30.44 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 19 | 0 | 0.13 | 0.92 | 0.08 | 51.63 | 0.85 | 0.5 |
| Hex | EA | CC | 13 | 0 | D | 5C | 8 | 34 | 55 | 32 |
| Octal | 352 | 314 | 23 | 0 | 15 | 134 | 10 | 64 | 125 | 62 |
| Binary | 11101010 | 11001100 | 10011 | 0 | 1101 | 1011100 | 1000 | 110100 | 1010101 | 110010 |
Color Harmonies of #EACC13
Complementary color
Monochromatic Colors of #EACC13
Black with #EACC13
Text Example
Text Example
White with #EACC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC13; }
p { color: rgb(234,204,19); }
H1.HeaderClassName
{
color: #EACC13;
}
.AnyTagClassName
{
color: #EACC13;
}
</style>
background-color css
<style>
a { background-color: #EACC13; }
a { background-color: rgb(234,204,19); }
div.DivClassName
{
background-color: #EACC13;
}
.BgClassName
{
background-color: #EACC13;
}
</style>
border-color css
<style>
span { border-color: #EACC13; }
span { border-color: rgb(234,204,19); }
td.TdClassName
{
border-color: #EACC13;
}
.TagClassName
{
border-color: #EACC13;
}
</style>