Shades of Moon Yellow #EAC31A
Tints of Moon Yellow #EAC31A
RGB
CMYK
RGB Variations
Color information
#EAC31A (or 0xEAC31A) is known color: Moon Yellow. HEX triplet: EA, C3 and 1A. RGB value is (234,195,26). Sum of RGB (Red+Green+Blue) = 234+195+26=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 26 (10.55% from 255 or 5.71% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC31A is #153CE5. Grayscale: #BCBCBC. Windows color (decimal): -1391846 or 1754090. OLE color: 1754090.
HSL color Cylindrical-coordinate representation of color #EAC31A: hue angle of 48.75º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EAC31A is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 26 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.08 |
| HSL | 48.75º | 0.83% | 0.51% | - |
| HSV(B) | 48.75º | 0.89% | 0.92% | - |
| XYZ | 53.63 | 56.6 | 9.07 | - |
| YUV | 187.4 | 36.92 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 26 | 0 | 0.17 | 0.89 | 0.08 | 48.75 | 0.83 | 0.51 |
| Hex | EA | C3 | 1A | 0 | 11 | 59 | 8 | 31 | 53 | 33 |
| Octal | 352 | 303 | 32 | 0 | 21 | 131 | 10 | 61 | 123 | 63 |
| Binary | 11101010 | 11000011 | 11010 | 0 | 10001 | 1011001 | 1000 | 110001 | 1010011 | 110011 |
Color Harmonies of #EAC31A
Complementary color
Monochromatic Colors of #EAC31A
Black with #EAC31A
Text Example
Text Example
White with #EAC31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC31A; }
p { color: rgb(234,195,26); }
H1.HeaderClassName
{
color: #EAC31A;
}
.AnyTagClassName
{
color: #EAC31A;
}
</style>
background-color css
<style>
a { background-color: #EAC31A; }
a { background-color: rgb(234,195,26); }
div.DivClassName
{
background-color: #EAC31A;
}
.BgClassName
{
background-color: #EAC31A;
}
</style>
border-color css
<style>
span { border-color: #EAC31A; }
span { border-color: rgb(234,195,26); }
td.TdClassName
{
border-color: #EAC31A;
}
.TagClassName
{
border-color: #EAC31A;
}
</style>