Shades of Moon Yellow #EAB616
Tints of Moon Yellow #EAB616
RGB
CMYK
RGB Variations
Color information
#EAB616 (or 0xEAB616) is known color: Moon Yellow. HEX triplet: EA, B6 and 16. RGB value is (234,182,22). Sum of RGB (Red+Green+Blue) = 234+182+22=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB616 is #1549E9. Grayscale: #B3B3B3. Windows color (decimal): -1395178 or 1488618. OLE color: 1488618.
HSL color Cylindrical-coordinate representation of color #EAB616: hue angle of 45.28º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAB616 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 22 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.08 |
| HSL | 45.28º | 0.83% | 0.5% | - |
| HSV(B) | 45.28º | 0.91% | 0.92% | - |
| XYZ | 50.8 | 51.01 | 7.93 | - |
| YUV | 179.31 | 39.23 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 22 | 0 | 0.22 | 0.91 | 0.08 | 45.28 | 0.83 | 0.5 |
| Hex | EA | B6 | 16 | 0 | 16 | 5B | 8 | 2D | 53 | 32 |
| Octal | 352 | 266 | 26 | 0 | 26 | 133 | 10 | 55 | 123 | 62 |
| Binary | 11101010 | 10110110 | 10110 | 0 | 10110 | 1011011 | 1000 | 101101 | 1010011 | 110010 |
Color Harmonies of #EAB616
Complementary color
Monochromatic Colors of #EAB616
Black with #EAB616
Text Example
Text Example
White with #EAB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB616; }
p { color: rgb(234,182,22); }
H1.HeaderClassName
{
color: #EAB616;
}
.AnyTagClassName
{
color: #EAB616;
}
</style>
background-color css
<style>
a { background-color: #EAB616; }
a { background-color: rgb(234,182,22); }
div.DivClassName
{
background-color: #EAB616;
}
.BgClassName
{
background-color: #EAB616;
}
</style>
border-color css
<style>
span { border-color: #EAB616; }
span { border-color: rgb(234,182,22); }
td.TdClassName
{
border-color: #EAB616;
}
.TagClassName
{
border-color: #EAB616;
}
</style>