Shades of Moon Yellow #EACD10
Tints of Moon Yellow #EACD10
RGB
CMYK
RGB Variations
Color information
#EACD10 (or 0xEACD10) is known color: Moon Yellow. HEX triplet: EA, CD and 10. RGB value is (234,205,16). Sum of RGB (Red+Green+Blue) = 234+205+16=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACD10 is #1532EF. Grayscale: #C0C0C0. Windows color (decimal): -1389296 or 1101290. OLE color: 1101290.
HSL color Cylindrical-coordinate representation of color #EACD10: hue angle of 52.02º 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 #EACD10 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.08 |
| HSL | 52.02º | 0.87% | 0.49% | - |
| HSV(B) | 52.02º | 0.93% | 0.92% | - |
| XYZ | 55.86 | 61.19 | 9.36 | - |
| YUV | 192.13 | 28.61 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 16 | 0 | 0.12 | 0.93 | 0.08 | 52.02 | 0.87 | 0.49 |
| Hex | EA | CD | 10 | 0 | C | 5D | 8 | 34 | 57 | 31 |
| Octal | 352 | 315 | 20 | 0 | 14 | 135 | 10 | 64 | 127 | 61 |
| Binary | 11101010 | 11001101 | 10000 | 0 | 1100 | 1011101 | 1000 | 110100 | 1010111 | 110001 |
Color Harmonies of #EACD10
Complementary color
Monochromatic Colors of #EACD10
Black with #EACD10
Text Example
Text Example
White with #EACD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD10; }
p { color: rgb(234,205,16); }
H1.HeaderClassName
{
color: #EACD10;
}
.AnyTagClassName
{
color: #EACD10;
}
</style>
background-color css
<style>
a { background-color: #EACD10; }
a { background-color: rgb(234,205,16); }
div.DivClassName
{
background-color: #EACD10;
}
.BgClassName
{
background-color: #EACD10;
}
</style>
border-color css
<style>
span { border-color: #EACD10; }
span { border-color: rgb(234,205,16); }
td.TdClassName
{
border-color: #EACD10;
}
.TagClassName
{
border-color: #EACD10;
}
</style>