Shades of Moon Yellow #EAC41C
Tints of Moon Yellow #EAC41C
RGB
CMYK
RGB Variations
Color information
#EAC41C (or 0xEAC41C) is known color: Moon Yellow. HEX triplet: EA, C4 and 1C. RGB value is (234,196,28). Sum of RGB (Red+Green+Blue) = 234+196+28=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC41C is #153BE3. Grayscale: #BCBCBC. Windows color (decimal): -1391588 or 1885418. OLE color: 1885418.
HSL color Cylindrical-coordinate representation of color #EAC41C: hue angle of 48.93º 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 #EAC41C is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 28 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.08 |
| HSL | 48.93º | 0.83% | 0.51% | - |
| HSV(B) | 48.93º | 0.88% | 0.92% | - |
| XYZ | 53.88 | 57.06 | 9.27 | - |
| YUV | 188.21 | 37.59 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 28 | 0 | 0.16 | 0.88 | 0.08 | 48.93 | 0.83 | 0.51 |
| Hex | EA | C4 | 1C | 0 | 10 | 58 | 8 | 31 | 53 | 33 |
| Octal | 352 | 304 | 34 | 0 | 20 | 130 | 10 | 61 | 123 | 63 |
| Binary | 11101010 | 11000100 | 11100 | 0 | 10000 | 1011000 | 1000 | 110001 | 1010011 | 110011 |
Color Harmonies of #EAC41C
Complementary color
Monochromatic Colors of #EAC41C
Black with #EAC41C
Text Example
Text Example
White with #EAC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC41C; }
p { color: rgb(234,196,28); }
H1.HeaderClassName
{
color: #EAC41C;
}
.AnyTagClassName
{
color: #EAC41C;
}
</style>
background-color css
<style>
a { background-color: #EAC41C; }
a { background-color: rgb(234,196,28); }
div.DivClassName
{
background-color: #EAC41C;
}
.BgClassName
{
background-color: #EAC41C;
}
</style>
border-color css
<style>
span { border-color: #EAC41C; }
span { border-color: rgb(234,196,28); }
td.TdClassName
{
border-color: #EAC41C;
}
.TagClassName
{
border-color: #EAC41C;
}
</style>