Shades of Moon Yellow #EAC915
Tints of Moon Yellow #EAC915
RGB
CMYK
RGB Variations
Color information
#EAC915 (or 0xEAC915) is known color: Moon Yellow. HEX triplet: EA, C9 and 15. RGB value is (234,201,21). Sum of RGB (Red+Green+Blue) = 234+201+21=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC915 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC915 is #1536EA. Grayscale: #BFBFBF. Windows color (decimal): -1390315 or 1427946. OLE color: 1427946.
HSL color Cylindrical-coordinate representation of color #EAC915: hue angle of 50.7º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAC915 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 21 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.08 |
| HSL | 50.7º | 0.84% | 0.5% | - |
| HSV(B) | 50.7º | 0.91% | 0.92% | - |
| XYZ | 54.95 | 59.32 | 9.26 | - |
| YUV | 190.35 | 32.43 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 21 | 0 | 0.14 | 0.91 | 0.08 | 50.7 | 0.84 | 0.5 |
| Hex | EA | C9 | 15 | 0 | E | 5B | 8 | 33 | 54 | 32 |
| Octal | 352 | 311 | 25 | 0 | 16 | 133 | 10 | 63 | 124 | 62 |
| Binary | 11101010 | 11001001 | 10101 | 0 | 1110 | 1011011 | 1000 | 110011 | 1010100 | 110010 |
Color Harmonies of #EAC915
Complementary color
Monochromatic Colors of #EAC915
Black with #EAC915
Text Example
Text Example
White with #EAC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC915; }
p { color: rgb(234,201,21); }
H1.HeaderClassName
{
color: #EAC915;
}
.AnyTagClassName
{
color: #EAC915;
}
</style>
background-color css
<style>
a { background-color: #EAC915; }
a { background-color: rgb(234,201,21); }
div.DivClassName
{
background-color: #EAC915;
}
.BgClassName
{
background-color: #EAC915;
}
</style>
border-color css
<style>
span { border-color: #EAC915; }
span { border-color: rgb(234,201,21); }
td.TdClassName
{
border-color: #EAC915;
}
.TagClassName
{
border-color: #EAC915;
}
</style>