Shades of Moon Yellow #EAC211
Tints of Moon Yellow #EAC211
RGB
CMYK
RGB Variations
Color information
#EAC211 (or 0xEAC211) is known color: Moon Yellow. HEX triplet: EA, C2 and 11. RGB value is (234,194,17). Sum of RGB (Red+Green+Blue) = 234+194+17=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 17 (7.03% from 255 or 3.82% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC211 is #153DEE. Grayscale: #BABABA. Windows color (decimal): -1392111 or 1164010. OLE color: 1164010.
HSL color Cylindrical-coordinate representation of color #EAC211: hue angle of 48.94º degrees, saturation: 0.86, 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 #EAC211 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 17 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.08 |
| HSL | 48.94º | 0.86% | 0.49% | - |
| HSV(B) | 48.94º | 0.93% | 0.92% | - |
| XYZ | 53.32 | 56.12 | 8.55 | - |
| YUV | 185.78 | 32.75 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 17 | 0 | 0.17 | 0.93 | 0.08 | 48.94 | 0.86 | 0.49 |
| Hex | EA | C2 | 11 | 0 | 11 | 5D | 8 | 31 | 56 | 31 |
| Octal | 352 | 302 | 21 | 0 | 21 | 135 | 10 | 61 | 126 | 61 |
| Binary | 11101010 | 11000010 | 10001 | 0 | 10001 | 1011101 | 1000 | 110001 | 1010110 | 110001 |
Color Harmonies of #EAC211
Complementary color
Monochromatic Colors of #EAC211
Black with #EAC211
Text Example
Text Example
White with #EAC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC211; }
p { color: rgb(234,194,17); }
H1.HeaderClassName
{
color: #EAC211;
}
.AnyTagClassName
{
color: #EAC211;
}
</style>
background-color css
<style>
a { background-color: #EAC211; }
a { background-color: rgb(234,194,17); }
div.DivClassName
{
background-color: #EAC211;
}
.BgClassName
{
background-color: #EAC211;
}
</style>
border-color css
<style>
span { border-color: #EAC211; }
span { border-color: rgb(234,194,17); }
td.TdClassName
{
border-color: #EAC211;
}
.TagClassName
{
border-color: #EAC211;
}
</style>