Shades of Moon Yellow #EAC91A
Tints of Moon Yellow #EAC91A
RGB
CMYK
RGB Variations
Color information
#EAC91A (or 0xEAC91A) is known color: Moon Yellow. HEX triplet: EA, C9 and 1A. RGB value is (234,201,26). Sum of RGB (Red+Green+Blue) = 234+201+26=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 26 (10.55% from 255 or 5.64% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC91A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC91A is #1536E5. Grayscale: #BFBFBF. Windows color (decimal): -1390310 or 1755626. OLE color: 1755626.
HSL color Cylindrical-coordinate representation of color #EAC91A: hue angle of 50.48º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAC91A is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 26 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.08 |
| HSL | 50.48º | 0.83% | 0.51% | - |
| HSV(B) | 50.48º | 0.89% | 0.92% | - |
| XYZ | 55 | 59.34 | 9.53 | - |
| YUV | 190.92 | 34.93 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 26 | 0 | 0.14 | 0.89 | 0.08 | 50.48 | 0.83 | 0.51 |
| Hex | EA | C9 | 1A | 0 | E | 59 | 8 | 32 | 53 | 33 |
| Octal | 352 | 311 | 32 | 0 | 16 | 131 | 10 | 62 | 123 | 63 |
| Binary | 11101010 | 11001001 | 11010 | 0 | 1110 | 1011001 | 1000 | 110010 | 1010011 | 110011 |
Color Harmonies of #EAC91A
Complementary color
Monochromatic Colors of #EAC91A
Black with #EAC91A
Text Example
Text Example
White with #EAC91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC91A; }
p { color: rgb(234,201,26); }
H1.HeaderClassName
{
color: #EAC91A;
}
.AnyTagClassName
{
color: #EAC91A;
}
</style>
background-color css
<style>
a { background-color: #EAC91A; }
a { background-color: rgb(234,201,26); }
div.DivClassName
{
background-color: #EAC91A;
}
.BgClassName
{
background-color: #EAC91A;
}
</style>
border-color css
<style>
span { border-color: #EAC91A; }
span { border-color: rgb(234,201,26); }
td.TdClassName
{
border-color: #EAC91A;
}
.TagClassName
{
border-color: #EAC91A;
}
</style>