Shades of Moon Yellow #EAC71C
Tints of Moon Yellow #EAC71C
RGB
CMYK
RGB Variations
Color information
#EAC71C (or 0xEAC71C) is known color: Moon Yellow. HEX triplet: EA, C7 and 1C. RGB value is (234,199,28). Sum of RGB (Red+Green+Blue) = 234+199+28=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC71C is #1538E3. Grayscale: #BEBEBE. Windows color (decimal): -1390820 or 1886186. OLE color: 1886186.
HSL color Cylindrical-coordinate representation of color #EAC71C: hue angle of 49.81º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAC71C is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 28 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.08 |
| HSL | 49.81º | 0.83% | 0.51% | - |
| HSV(B) | 49.81º | 0.88% | 0.92% | - |
| XYZ | 54.56 | 58.42 | 9.5 | - |
| YUV | 189.97 | 36.6 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 28 | 0 | 0.15 | 0.88 | 0.08 | 49.81 | 0.83 | 0.51 |
| Hex | EA | C7 | 1C | 0 | F | 58 | 8 | 32 | 53 | 33 |
| Octal | 352 | 307 | 34 | 0 | 17 | 130 | 10 | 62 | 123 | 63 |
| Binary | 11101010 | 11000111 | 11100 | 0 | 1111 | 1011000 | 1000 | 110010 | 1010011 | 110011 |
Color Harmonies of #EAC71C
Complementary color
Monochromatic Colors of #EAC71C
Black with #EAC71C
Text Example
Text Example
White with #EAC71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC71C; }
p { color: rgb(234,199,28); }
H1.HeaderClassName
{
color: #EAC71C;
}
.AnyTagClassName
{
color: #EAC71C;
}
</style>
background-color css
<style>
a { background-color: #EAC71C; }
a { background-color: rgb(234,199,28); }
div.DivClassName
{
background-color: #EAC71C;
}
.BgClassName
{
background-color: #EAC71C;
}
</style>
border-color css
<style>
span { border-color: #EAC71C; }
span { border-color: rgb(234,199,28); }
td.TdClassName
{
border-color: #EAC71C;
}
.TagClassName
{
border-color: #EAC71C;
}
</style>