Shades of Moon Yellow #EAC11E
Tints of Moon Yellow #EAC11E
RGB
CMYK
RGB Variations
Color information
#EAC11E (or 0xEAC11E) is known color: Moon Yellow. HEX triplet: EA, C1 and 1E. RGB value is (234,193,30). Sum of RGB (Red+Green+Blue) = 234+193+30=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC11E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC11E is #153EE1. Grayscale: #BBBBBB. Windows color (decimal): -1392354 or 2015722. OLE color: 2015722.
HSL color Cylindrical-coordinate representation of color #EAC11E: hue angle of 47.94º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EAC11E is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 30 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.08 |
| HSL | 47.94º | 0.83% | 0.52% | - |
| HSV(B) | 47.94º | 0.87% | 0.92% | - |
| XYZ | 53.24 | 55.73 | 9.18 | - |
| YUV | 186.68 | 39.58 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 30 | 0 | 0.18 | 0.87 | 0.08 | 47.94 | 0.83 | 0.52 |
| Hex | EA | C1 | 1E | 0 | 12 | 57 | 8 | 30 | 53 | 34 |
| Octal | 352 | 301 | 36 | 0 | 22 | 127 | 10 | 60 | 123 | 64 |
| Binary | 11101010 | 11000001 | 11110 | 0 | 10010 | 1010111 | 1000 | 110000 | 1010011 | 110100 |
Color Harmonies of #EAC11E
Complementary color
Monochromatic Colors of #EAC11E
Black with #EAC11E
Text Example
Text Example
White with #EAC11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC11E; }
p { color: rgb(234,193,30); }
H1.HeaderClassName
{
color: #EAC11E;
}
.AnyTagClassName
{
color: #EAC11E;
}
</style>
background-color css
<style>
a { background-color: #EAC11E; }
a { background-color: rgb(234,193,30); }
div.DivClassName
{
background-color: #EAC11E;
}
.BgClassName
{
background-color: #EAC11E;
}
</style>
border-color css
<style>
span { border-color: #EAC11E; }
span { border-color: rgb(234,193,30); }
td.TdClassName
{
border-color: #EAC11E;
}
.TagClassName
{
border-color: #EAC11E;
}
</style>