Shades of Moon Yellow #EAC621
Tints of Moon Yellow #EAC621
RGB
CMYK
RGB Variations
Color information
#EAC621 (or 0xEAC621) is known color: Moon Yellow. HEX triplet: EA, C6 and 21. RGB value is (234,198,33). Sum of RGB (Red+Green+Blue) = 234+198+33=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC621 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC621 is #1539DE. Grayscale: #BEBEBE. Windows color (decimal): -1391071 or 2213610. OLE color: 2213610.
HSL color Cylindrical-coordinate representation of color #EAC621: hue angle of 49.25º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAC621 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 33 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.08 |
| HSL | 49.25º | 0.83% | 0.52% | - |
| HSV(B) | 49.25º | 0.86% | 0.92% | - |
| XYZ | 54.4 | 57.99 | 9.76 | - |
| YUV | 189.95 | 39.43 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 33 | 0 | 0.15 | 0.86 | 0.08 | 49.25 | 0.83 | 0.52 |
| Hex | EA | C6 | 21 | 0 | F | 56 | 8 | 31 | 53 | 34 |
| Octal | 352 | 306 | 41 | 0 | 17 | 126 | 10 | 61 | 123 | 64 |
| Binary | 11101010 | 11000110 | 100001 | 0 | 1111 | 1010110 | 1000 | 110001 | 1010011 | 110100 |
Color Harmonies of #EAC621
Complementary color
Monochromatic Colors of #EAC621
Black with #EAC621
Text Example
Text Example
White with #EAC621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC621; }
p { color: rgb(234,198,33); }
H1.HeaderClassName
{
color: #EAC621;
}
.AnyTagClassName
{
color: #EAC621;
}
</style>
background-color css
<style>
a { background-color: #EAC621; }
a { background-color: rgb(234,198,33); }
div.DivClassName
{
background-color: #EAC621;
}
.BgClassName
{
background-color: #EAC621;
}
</style>
border-color css
<style>
span { border-color: #EAC621; }
span { border-color: rgb(234,198,33); }
td.TdClassName
{
border-color: #EAC621;
}
.TagClassName
{
border-color: #EAC621;
}
</style>