Shades of Moon Yellow #EABB0C
Tints of Moon Yellow #EABB0C
RGB
CMYK
RGB Variations
Color information
#EABB0C (or 0xEABB0C) is known color: Moon Yellow. HEX triplet: EA, BB and 0C. RGB value is (234,187,12). Sum of RGB (Red+Green+Blue) = 234+187+12=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB0C is #1544F3. Grayscale: #B5B5B5. Windows color (decimal): -1393908 or 834538. OLE color: 834538.
HSL color Cylindrical-coordinate representation of color #EABB0C: hue angle of 47.3º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EABB0C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.08 |
| HSL | 47.3º | 0.9% | 0.48% | - |
| HSV(B) | 47.3º | 0.95% | 0.92% | - |
| XYZ | 51.77 | 53.06 | 7.86 | - |
| YUV | 181.1 | 32.57 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 12 | 0 | 0.20 | 0.95 | 0.08 | 47.3 | 0.9 | 0.48 |
| Hex | EA | BB | C | 0 | 14 | 5F | 8 | 2F | 5A | 30 |
| Octal | 352 | 273 | 14 | 0 | 24 | 137 | 10 | 57 | 132 | 60 |
| Binary | 11101010 | 10111011 | 1100 | 0 | 10100 | 1011111 | 1000 | 101111 | 1011010 | 110000 |
Color Harmonies of #EABB0C
Complementary color
Monochromatic Colors of #EABB0C
Black with #EABB0C
Text Example
Text Example
White with #EABB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB0C; }
p { color: rgb(234,187,12); }
H1.HeaderClassName
{
color: #EABB0C;
}
.AnyTagClassName
{
color: #EABB0C;
}
</style>
background-color css
<style>
a { background-color: #EABB0C; }
a { background-color: rgb(234,187,12); }
div.DivClassName
{
background-color: #EABB0C;
}
.BgClassName
{
background-color: #EABB0C;
}
</style>
border-color css
<style>
span { border-color: #EABB0C; }
span { border-color: rgb(234,187,12); }
td.TdClassName
{
border-color: #EABB0C;
}
.TagClassName
{
border-color: #EABB0C;
}
</style>