Shades of Moon Yellow #EAC712
Tints of Moon Yellow #EAC712
RGB
CMYK
RGB Variations
Color information
#EAC712 (or 0xEAC712) is known color: Moon Yellow. HEX triplet: EA, C7 and 12. RGB value is (234,199,18). Sum of RGB (Red+Green+Blue) = 234+199+18=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC712 is #1538ED. Grayscale: #BDBDBD. Windows color (decimal): -1390830 or 1230826. OLE color: 1230826.
HSL color Cylindrical-coordinate representation of color #EAC712: hue angle of 50.28º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EAC712 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 18 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.08 |
| HSL | 50.28º | 0.86% | 0.49% | - |
| HSV(B) | 50.28º | 0.92% | 0.92% | - |
| XYZ | 54.46 | 58.38 | 8.97 | - |
| YUV | 188.83 | 31.6 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 18 | 0 | 0.15 | 0.92 | 0.08 | 50.28 | 0.86 | 0.49 |
| Hex | EA | C7 | 12 | 0 | F | 5C | 8 | 32 | 56 | 31 |
| Octal | 352 | 307 | 22 | 0 | 17 | 134 | 10 | 62 | 126 | 61 |
| Binary | 11101010 | 11000111 | 10010 | 0 | 1111 | 1011100 | 1000 | 110010 | 1010110 | 110001 |
Color Harmonies of #EAC712
Complementary color
Monochromatic Colors of #EAC712
Black with #EAC712
Text Example
Text Example
White with #EAC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC712; }
p { color: rgb(234,199,18); }
H1.HeaderClassName
{
color: #EAC712;
}
.AnyTagClassName
{
color: #EAC712;
}
</style>
background-color css
<style>
a { background-color: #EAC712; }
a { background-color: rgb(234,199,18); }
div.DivClassName
{
background-color: #EAC712;
}
.BgClassName
{
background-color: #EAC712;
}
</style>
border-color css
<style>
span { border-color: #EAC712; }
span { border-color: rgb(234,199,18); }
td.TdClassName
{
border-color: #EAC712;
}
.TagClassName
{
border-color: #EAC712;
}
</style>