Shades of Moon Yellow #EAC61D
Tints of Moon Yellow #EAC61D
RGB
CMYK
RGB Variations
Color information
#EAC61D (or 0xEAC61D) is known color: Moon Yellow. HEX triplet: EA, C6 and 1D. RGB value is (234,198,29). Sum of RGB (Red+Green+Blue) = 234+198+29=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC61D is #1539E2. Grayscale: #BEBEBE. Windows color (decimal): -1391075 or 1951466. OLE color: 1951466.
HSL color Cylindrical-coordinate representation of color #EAC61D: hue angle of 49.46º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAC61D is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 29 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.08 |
| HSL | 49.46º | 0.83% | 0.52% | - |
| HSV(B) | 49.46º | 0.88% | 0.92% | - |
| XYZ | 54.35 | 57.97 | 9.49 | - |
| YUV | 189.5 | 37.43 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 29 | 0 | 0.15 | 0.88 | 0.08 | 49.46 | 0.83 | 0.52 |
| Hex | EA | C6 | 1D | 0 | F | 58 | 8 | 31 | 53 | 34 |
| Octal | 352 | 306 | 35 | 0 | 17 | 130 | 10 | 61 | 123 | 64 |
| Binary | 11101010 | 11000110 | 11101 | 0 | 1111 | 1011000 | 1000 | 110001 | 1010011 | 110100 |
Color Harmonies of #EAC61D
Complementary color
Monochromatic Colors of #EAC61D
Black with #EAC61D
Text Example
Text Example
White with #EAC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC61D; }
p { color: rgb(234,198,29); }
H1.HeaderClassName
{
color: #EAC61D;
}
.AnyTagClassName
{
color: #EAC61D;
}
</style>
background-color css
<style>
a { background-color: #EAC61D; }
a { background-color: rgb(234,198,29); }
div.DivClassName
{
background-color: #EAC61D;
}
.BgClassName
{
background-color: #EAC61D;
}
</style>
border-color css
<style>
span { border-color: #EAC61D; }
span { border-color: rgb(234,198,29); }
td.TdClassName
{
border-color: #EAC61D;
}
.TagClassName
{
border-color: #EAC61D;
}
</style>