Shades of Moon Yellow #EAC00C
Tints of Moon Yellow #EAC00C
RGB
CMYK
RGB Variations
Color information
#EAC00C (or 0xEAC00C) is known color: Moon Yellow. HEX triplet: EA, C0 and 0C. RGB value is (234,192,12). Sum of RGB (Red+Green+Blue) = 234+192+12=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC00C is #153FF3. Grayscale: #B8B8B8. Windows color (decimal): -1392628 or 835818. OLE color: 835818.
HSL color Cylindrical-coordinate representation of color #EAC00C: hue angle of 48.65º degrees, saturation: 0.9, 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 #EAC00C is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 12 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.08 |
| HSL | 48.65º | 0.9% | 0.48% | - |
| HSV(B) | 48.65º | 0.95% | 0.92% | - |
| XYZ | 52.85 | 55.22 | 8.22 | - |
| YUV | 184.04 | 30.91 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 12 | 0 | 0.18 | 0.95 | 0.08 | 48.65 | 0.9 | 0.48 |
| Hex | EA | C0 | C | 0 | 12 | 5F | 8 | 31 | 5A | 30 |
| Octal | 352 | 300 | 14 | 0 | 22 | 137 | 10 | 61 | 132 | 60 |
| Binary | 11101010 | 11000000 | 1100 | 0 | 10010 | 1011111 | 1000 | 110001 | 1011010 | 110000 |
Color Harmonies of #EAC00C
Complementary color
Monochromatic Colors of #EAC00C
Black with #EAC00C
Text Example
Text Example
White with #EAC00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC00C; }
p { color: rgb(234,192,12); }
H1.HeaderClassName
{
color: #EAC00C;
}
.AnyTagClassName
{
color: #EAC00C;
}
</style>
background-color css
<style>
a { background-color: #EAC00C; }
a { background-color: rgb(234,192,12); }
div.DivClassName
{
background-color: #EAC00C;
}
.BgClassName
{
background-color: #EAC00C;
}
</style>
border-color css
<style>
span { border-color: #EAC00C; }
span { border-color: rgb(234,192,12); }
td.TdClassName
{
border-color: #EAC00C;
}
.TagClassName
{
border-color: #EAC00C;
}
</style>