Shades of Moon Yellow #EAB716
Tints of Moon Yellow #EAB716
RGB
CMYK
RGB Variations
Color information
#EAB716 (or 0xEAB716) is known color: Moon Yellow. HEX triplet: EA, B7 and 16. RGB value is (234,183,22). Sum of RGB (Red+Green+Blue) = 234+183+22=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB716 is #1548E9. Grayscale: #B4B4B4. Windows color (decimal): -1394922 or 1488874. OLE color: 1488874.
HSL color Cylindrical-coordinate representation of color #EAB716: hue angle of 45.57º 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 #EAB716 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 22 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.08 |
| HSL | 45.57º | 0.83% | 0.5% | - |
| HSV(B) | 45.57º | 0.91% | 0.92% | - |
| XYZ | 51.01 | 51.42 | 8 | - |
| YUV | 179.9 | 38.9 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 22 | 0 | 0.22 | 0.91 | 0.08 | 45.57 | 0.83 | 0.5 |
| Hex | EA | B7 | 16 | 0 | 16 | 5B | 8 | 2E | 53 | 32 |
| Octal | 352 | 267 | 26 | 0 | 26 | 133 | 10 | 56 | 123 | 62 |
| Binary | 11101010 | 10110111 | 10110 | 0 | 10110 | 1011011 | 1000 | 101110 | 1010011 | 110010 |
Color Harmonies of #EAB716
Complementary color
Monochromatic Colors of #EAB716
Black with #EAB716
Text Example
Text Example
White with #EAB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB716; }
p { color: rgb(234,183,22); }
H1.HeaderClassName
{
color: #EAB716;
}
.AnyTagClassName
{
color: #EAB716;
}
</style>
background-color css
<style>
a { background-color: #EAB716; }
a { background-color: rgb(234,183,22); }
div.DivClassName
{
background-color: #EAB716;
}
.BgClassName
{
background-color: #EAB716;
}
</style>
border-color css
<style>
span { border-color: #EAB716; }
span { border-color: rgb(234,183,22); }
td.TdClassName
{
border-color: #EAB716;
}
.TagClassName
{
border-color: #EAB716;
}
</style>