Shades of Moon Yellow #EAC90D
Tints of Moon Yellow #EAC90D
RGB
CMYK
RGB Variations
Color information
#EAC90D (or 0xEAC90D) is known color: Moon Yellow. HEX triplet: EA, C9 and 0D. RGB value is (234,201,13). Sum of RGB (Red+Green+Blue) = 234+201+13=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 13 (5.47% from 255 or 2.90% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC90D is #1536F2. Grayscale: #BEBEBE. Windows color (decimal): -1390323 or 903658. OLE color: 903658.
HSL color Cylindrical-coordinate representation of color #EAC90D: hue angle of 51.04º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EAC90D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.08 |
| HSL | 51.04º | 0.89% | 0.48% | - |
| HSV(B) | 51.04º | 0.94% | 0.92% | - |
| XYZ | 54.89 | 59.29 | 8.93 | - |
| YUV | 189.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 13 | 0 | 0.14 | 0.94 | 0.08 | 51.04 | 0.89 | 0.48 |
| Hex | EA | C9 | D | 0 | E | 5E | 8 | 33 | 59 | 30 |
| Octal | 352 | 311 | 15 | 0 | 16 | 136 | 10 | 63 | 131 | 60 |
| Binary | 11101010 | 11001001 | 1101 | 0 | 1110 | 1011110 | 1000 | 110011 | 1011001 | 110000 |
Color Harmonies of #EAC90D
Complementary color
Monochromatic Colors of #EAC90D
Black with #EAC90D
Text Example
Text Example
White with #EAC90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC90D; }
p { color: rgb(234,201,13); }
H1.HeaderClassName
{
color: #EAC90D;
}
.AnyTagClassName
{
color: #EAC90D;
}
</style>
background-color css
<style>
a { background-color: #EAC90D; }
a { background-color: rgb(234,201,13); }
div.DivClassName
{
background-color: #EAC90D;
}
.BgClassName
{
background-color: #EAC90D;
}
</style>
border-color css
<style>
span { border-color: #EAC90D; }
span { border-color: rgb(234,201,13); }
td.TdClassName
{
border-color: #EAC90D;
}
.TagClassName
{
border-color: #EAC90D;
}
</style>