Shades of Moon Yellow #EAC817
Tints of Moon Yellow #EAC817
RGB
CMYK
RGB Variations
Color information
#EAC817 (or 0xEAC817) is known color: Moon Yellow. HEX triplet: EA, C8 and 17. RGB value is (234,200,23). Sum of RGB (Red+Green+Blue) = 234+200+23=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 23 (9.38% from 255 or 5.03% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC817 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAC817 is #1537E8. Grayscale: #BEBEBE. Windows color (decimal): -1390569 or 1558762. OLE color: 1558762.
HSL color Cylindrical-coordinate representation of color #EAC817: hue angle of 50.33º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAC817 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 23 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.08 |
| HSL | 50.33º | 0.83% | 0.5% | - |
| HSV(B) | 50.33º | 0.9% | 0.92% | - |
| XYZ | 54.74 | 58.86 | 9.29 | - |
| YUV | 189.99 | 33.76 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 23 | 0 | 0.15 | 0.90 | 0.08 | 50.33 | 0.83 | 0.5 |
| Hex | EA | C8 | 17 | 0 | F | 5A | 8 | 32 | 53 | 32 |
| Octal | 352 | 310 | 27 | 0 | 17 | 132 | 10 | 62 | 123 | 62 |
| Binary | 11101010 | 11001000 | 10111 | 0 | 1111 | 1011010 | 1000 | 110010 | 1010011 | 110010 |
Color Harmonies of #EAC817
Complementary color
Monochromatic Colors of #EAC817
Black with #EAC817
Text Example
Text Example
White with #EAC817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC817; }
p { color: rgb(234,200,23); }
H1.HeaderClassName
{
color: #EAC817;
}
.AnyTagClassName
{
color: #EAC817;
}
</style>
background-color css
<style>
a { background-color: #EAC817; }
a { background-color: rgb(234,200,23); }
div.DivClassName
{
background-color: #EAC817;
}
.BgClassName
{
background-color: #EAC817;
}
</style>
border-color css
<style>
span { border-color: #EAC817; }
span { border-color: rgb(234,200,23); }
td.TdClassName
{
border-color: #EAC817;
}
.TagClassName
{
border-color: #EAC817;
}
</style>