Shades of Moon Yellow #EAC711
Tints of Moon Yellow #EAC711
RGB
CMYK
RGB Variations
Color information
#EAC711 (or 0xEAC711) is known color: Moon Yellow. HEX triplet: EA, C7 and 11. RGB value is (234,199,17). Sum of RGB (Red+Green+Blue) = 234+199+17=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC711 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC711 is #1538EE. Grayscale: #BDBDBD. Windows color (decimal): -1390831 or 1165290. OLE color: 1165290.
HSL color Cylindrical-coordinate representation of color #EAC711: hue angle of 50.32º 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 #EAC711 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 17 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.08 |
| HSL | 50.32º | 0.86% | 0.49% | - |
| HSV(B) | 50.32º | 0.93% | 0.92% | - |
| XYZ | 54.46 | 58.38 | 8.93 | - |
| YUV | 188.72 | 31.1 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 17 | 0 | 0.15 | 0.93 | 0.08 | 50.32 | 0.86 | 0.49 |
| Hex | EA | C7 | 11 | 0 | F | 5D | 8 | 32 | 56 | 31 |
| Octal | 352 | 307 | 21 | 0 | 17 | 135 | 10 | 62 | 126 | 61 |
| Binary | 11101010 | 11000111 | 10001 | 0 | 1111 | 1011101 | 1000 | 110010 | 1010110 | 110001 |
Color Harmonies of #EAC711
Complementary color
Monochromatic Colors of #EAC711
Black with #EAC711
Text Example
Text Example
White with #EAC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC711; }
p { color: rgb(234,199,17); }
H1.HeaderClassName
{
color: #EAC711;
}
.AnyTagClassName
{
color: #EAC711;
}
</style>
background-color css
<style>
a { background-color: #EAC711; }
a { background-color: rgb(234,199,17); }
div.DivClassName
{
background-color: #EAC711;
}
.BgClassName
{
background-color: #EAC711;
}
</style>
border-color css
<style>
span { border-color: #EAC711; }
span { border-color: rgb(234,199,17); }
td.TdClassName
{
border-color: #EAC711;
}
.TagClassName
{
border-color: #EAC711;
}
</style>