Shades of Moon Yellow #EAC31D
Tints of Moon Yellow #EAC31D
RGB
CMYK
RGB Variations
Color information
#EAC31D (or 0xEAC31D) is known color: Moon Yellow. HEX triplet: EA, C3 and 1D. RGB value is (234,195,29). Sum of RGB (Red+Green+Blue) = 234+195+29=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC31D is #153CE2. Grayscale: #BCBCBC. Windows color (decimal): -1391843 or 1950698. OLE color: 1950698.
HSL color Cylindrical-coordinate representation of color #EAC31D: hue angle of 48.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAC31D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 29 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.08 |
| HSL | 48.59º | 0.83% | 0.52% | - |
| HSV(B) | 48.59º | 0.88% | 0.92% | - |
| XYZ | 53.67 | 56.61 | 9.26 | - |
| YUV | 187.74 | 38.42 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 29 | 0 | 0.17 | 0.88 | 0.08 | 48.59 | 0.83 | 0.52 |
| Hex | EA | C3 | 1D | 0 | 11 | 58 | 8 | 31 | 53 | 34 |
| Octal | 352 | 303 | 35 | 0 | 21 | 130 | 10 | 61 | 123 | 64 |
| Binary | 11101010 | 11000011 | 11101 | 0 | 10001 | 1011000 | 1000 | 110001 | 1010011 | 110100 |
Color Harmonies of #EAC31D
Complementary color
Monochromatic Colors of #EAC31D
Black with #EAC31D
Text Example
Text Example
White with #EAC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC31D; }
p { color: rgb(234,195,29); }
H1.HeaderClassName
{
color: #EAC31D;
}
.AnyTagClassName
{
color: #EAC31D;
}
</style>
background-color css
<style>
a { background-color: #EAC31D; }
a { background-color: rgb(234,195,29); }
div.DivClassName
{
background-color: #EAC31D;
}
.BgClassName
{
background-color: #EAC31D;
}
</style>
border-color css
<style>
span { border-color: #EAC31D; }
span { border-color: rgb(234,195,29); }
td.TdClassName
{
border-color: #EAC31D;
}
.TagClassName
{
border-color: #EAC31D;
}
</style>