Shades of Moon Yellow #EAC618
Tints of Moon Yellow #EAC618
RGB
CMYK
RGB Variations
Color information
#EAC618 (or 0xEAC618) is known color: Moon Yellow. HEX triplet: EA, C6 and 18. RGB value is (234,198,24). Sum of RGB (Red+Green+Blue) = 234+198+24=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 24 (9.77% from 255 or 5.26% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC618 is #1539E7. Grayscale: #BDBDBD. Windows color (decimal): -1391080 or 1623786. OLE color: 1623786.
HSL color Cylindrical-coordinate representation of color #EAC618: hue angle of 49.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAC618 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 24 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.08 |
| HSL | 49.71º | 0.83% | 0.51% | - |
| HSV(B) | 49.71º | 0.9% | 0.92% | - |
| XYZ | 54.29 | 57.95 | 9.19 | - |
| YUV | 188.93 | 34.93 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 24 | 0 | 0.15 | 0.90 | 0.08 | 49.71 | 0.83 | 0.51 |
| Hex | EA | C6 | 18 | 0 | F | 5A | 8 | 32 | 53 | 33 |
| Octal | 352 | 306 | 30 | 0 | 17 | 132 | 10 | 62 | 123 | 63 |
| Binary | 11101010 | 11000110 | 11000 | 0 | 1111 | 1011010 | 1000 | 110010 | 1010011 | 110011 |
Color Harmonies of #EAC618
Complementary color
Monochromatic Colors of #EAC618
Black with #EAC618
Text Example
Text Example
White with #EAC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC618; }
p { color: rgb(234,198,24); }
H1.HeaderClassName
{
color: #EAC618;
}
.AnyTagClassName
{
color: #EAC618;
}
</style>
background-color css
<style>
a { background-color: #EAC618; }
a { background-color: rgb(234,198,24); }
div.DivClassName
{
background-color: #EAC618;
}
.BgClassName
{
background-color: #EAC618;
}
</style>
border-color css
<style>
span { border-color: #EAC618; }
span { border-color: rgb(234,198,24); }
td.TdClassName
{
border-color: #EAC618;
}
.TagClassName
{
border-color: #EAC618;
}
</style>