Shades of Moon Yellow #EAC70B
Tints of Moon Yellow #EAC70B
RGB
CMYK
RGB Variations
Color information
#EAC70B (or 0xEAC70B) is known color: Moon Yellow. HEX triplet: EA, C7 and 0B. RGB value is (234,199,11). Sum of RGB (Red+Green+Blue) = 234+199+11=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC70B is #1538F4. Grayscale: #BCBCBC. Windows color (decimal): -1390837 or 772074. OLE color: 772074.
HSL color Cylindrical-coordinate representation of color #EAC70B: hue angle of 50.58º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EAC70B is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 11 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.08 |
| HSL | 50.58º | 0.91% | 0.48% | - |
| HSV(B) | 50.58º | 0.95% | 0.92% | - |
| XYZ | 54.42 | 58.36 | 8.71 | - |
| YUV | 188.03 | 28.1 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 11 | 0 | 0.15 | 0.95 | 0.08 | 50.58 | 0.91 | 0.48 |
| Hex | EA | C7 | B | 0 | F | 5F | 8 | 33 | 5B | 30 |
| Octal | 352 | 307 | 13 | 0 | 17 | 137 | 10 | 63 | 133 | 60 |
| Binary | 11101010 | 11000111 | 1011 | 0 | 1111 | 1011111 | 1000 | 110011 | 1011011 | 110000 |
Color Harmonies of #EAC70B
Complementary color
Monochromatic Colors of #EAC70B
Black with #EAC70B
Text Example
Text Example
White with #EAC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC70B; }
p { color: rgb(234,199,11); }
H1.HeaderClassName
{
color: #EAC70B;
}
.AnyTagClassName
{
color: #EAC70B;
}
</style>
background-color css
<style>
a { background-color: #EAC70B; }
a { background-color: rgb(234,199,11); }
div.DivClassName
{
background-color: #EAC70B;
}
.BgClassName
{
background-color: #EAC70B;
}
</style>
border-color css
<style>
span { border-color: #EAC70B; }
span { border-color: rgb(234,199,11); }
td.TdClassName
{
border-color: #EAC70B;
}
.TagClassName
{
border-color: #EAC70B;
}
</style>