Shades of Moon Yellow #EABC10
Tints of Moon Yellow #EABC10
RGB
CMYK
RGB Variations
Color information
#EABC10 (or 0xEABC10) is known color: Moon Yellow. HEX triplet: EA, BC and 10. RGB value is (234,188,16). Sum of RGB (Red+Green+Blue) = 234+188+16=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABC10 is #1543EF. Grayscale: #B6B6B6. Windows color (decimal): -1393648 or 1096938. OLE color: 1096938.
HSL color Cylindrical-coordinate representation of color #EABC10: hue angle of 47.34º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EABC10 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 16 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.08 |
| HSL | 47.34º | 0.87% | 0.49% | - |
| HSV(B) | 47.34º | 0.93% | 0.92% | - |
| XYZ | 52.01 | 53.5 | 8.07 | - |
| YUV | 182.15 | 34.24 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 16 | 0 | 0.20 | 0.93 | 0.08 | 47.34 | 0.87 | 0.49 |
| Hex | EA | BC | 10 | 0 | 14 | 5D | 8 | 2F | 57 | 31 |
| Octal | 352 | 274 | 20 | 0 | 24 | 135 | 10 | 57 | 127 | 61 |
| Binary | 11101010 | 10111100 | 10000 | 0 | 10100 | 1011101 | 1000 | 101111 | 1010111 | 110001 |
Color Harmonies of #EABC10
Complementary color
Monochromatic Colors of #EABC10
Black with #EABC10
Text Example
Text Example
White with #EABC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC10; }
p { color: rgb(234,188,16); }
H1.HeaderClassName
{
color: #EABC10;
}
.AnyTagClassName
{
color: #EABC10;
}
</style>
background-color css
<style>
a { background-color: #EABC10; }
a { background-color: rgb(234,188,16); }
div.DivClassName
{
background-color: #EABC10;
}
.BgClassName
{
background-color: #EABC10;
}
</style>
border-color css
<style>
span { border-color: #EABC10; }
span { border-color: rgb(234,188,16); }
td.TdClassName
{
border-color: #EABC10;
}
.TagClassName
{
border-color: #EABC10;
}
</style>