Shades of Moon Yellow #EACC10
Tints of Moon Yellow #EACC10
RGB
CMYK
RGB Variations
Color information
#EACC10 (or 0xEACC10) is known color: Moon Yellow. HEX triplet: EA, CC and 10. RGB value is (234,204,16). Sum of RGB (Red+Green+Blue) = 234+204+16=454 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.54% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACC10 is #1533EF. Grayscale: #C0C0C0. Windows color (decimal): -1389552 or 1101034. OLE color: 1101034.
HSL color Cylindrical-coordinate representation of color #EACC10: hue angle of 51.74º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EACC10 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 16 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.08 |
| HSL | 51.74º | 0.87% | 0.49% | - |
| HSV(B) | 51.74º | 0.93% | 0.92% | - |
| XYZ | 55.62 | 60.72 | 9.28 | - |
| YUV | 191.54 | 28.94 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 16 | 0 | 0.13 | 0.93 | 0.08 | 51.74 | 0.87 | 0.49 |
| Hex | EA | CC | 10 | 0 | D | 5D | 8 | 34 | 57 | 31 |
| Octal | 352 | 314 | 20 | 0 | 15 | 135 | 10 | 64 | 127 | 61 |
| Binary | 11101010 | 11001100 | 10000 | 0 | 1101 | 1011101 | 1000 | 110100 | 1010111 | 110001 |
Color Harmonies of #EACC10
Complementary color
Monochromatic Colors of #EACC10
Black with #EACC10
Text Example
Text Example
White with #EACC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC10; }
p { color: rgb(234,204,16); }
H1.HeaderClassName
{
color: #EACC10;
}
.AnyTagClassName
{
color: #EACC10;
}
</style>
background-color css
<style>
a { background-color: #EACC10; }
a { background-color: rgb(234,204,16); }
div.DivClassName
{
background-color: #EACC10;
}
.BgClassName
{
background-color: #EACC10;
}
</style>
border-color css
<style>
span { border-color: #EACC10; }
span { border-color: rgb(234,204,16); }
td.TdClassName
{
border-color: #EACC10;
}
.TagClassName
{
border-color: #EACC10;
}
</style>