Shades of Moon Yellow #EAC21C
Tints of Moon Yellow #EAC21C
RGB
CMYK
RGB Variations
Color information
#EAC21C (or 0xEAC21C) is known color: Moon Yellow. HEX triplet: EA, C2 and 1C. RGB value is (234,194,28). Sum of RGB (Red+Green+Blue) = 234+194+28=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC21C is #153DE3. Grayscale: #BBBBBB. Windows color (decimal): -1392100 or 1884906. OLE color: 1884906.
HSL color Cylindrical-coordinate representation of color #EAC21C: hue angle of 48.35º 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 #EAC21C is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 28 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.08 |
| HSL | 48.35º | 0.83% | 0.51% | - |
| HSV(B) | 48.35º | 0.88% | 0.92% | - |
| XYZ | 53.43 | 56.16 | 9.12 | - |
| YUV | 187.04 | 38.25 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 28 | 0 | 0.17 | 0.88 | 0.08 | 48.35 | 0.83 | 0.51 |
| Hex | EA | C2 | 1C | 0 | 11 | 58 | 8 | 30 | 53 | 33 |
| Octal | 352 | 302 | 34 | 0 | 21 | 130 | 10 | 60 | 123 | 63 |
| Binary | 11101010 | 11000010 | 11100 | 0 | 10001 | 1011000 | 1000 | 110000 | 1010011 | 110011 |
Color Harmonies of #EAC21C
Complementary color
Monochromatic Colors of #EAC21C
Black with #EAC21C
Text Example
Text Example
White with #EAC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC21C; }
p { color: rgb(234,194,28); }
H1.HeaderClassName
{
color: #EAC21C;
}
.AnyTagClassName
{
color: #EAC21C;
}
</style>
background-color css
<style>
a { background-color: #EAC21C; }
a { background-color: rgb(234,194,28); }
div.DivClassName
{
background-color: #EAC21C;
}
.BgClassName
{
background-color: #EAC21C;
}
</style>
border-color css
<style>
span { border-color: #EAC21C; }
span { border-color: rgb(234,194,28); }
td.TdClassName
{
border-color: #EAC21C;
}
.TagClassName
{
border-color: #EAC21C;
}
</style>