Shades of Moon Yellow #EABB12
Tints of Moon Yellow #EABB12
RGB
CMYK
RGB Variations
Color information
#EABB12 (or 0xEABB12) is known color: Moon Yellow. HEX triplet: EA, BB and 12. RGB value is (234,187,18). Sum of RGB (Red+Green+Blue) = 234+187+18=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB12 is #1544ED. Grayscale: #B6B6B6. Windows color (decimal): -1393902 or 1227754. OLE color: 1227754.
HSL color Cylindrical-coordinate representation of color #EABB12: hue angle of 46.94º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EABB12 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 18 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.08 |
| HSL | 46.94º | 0.86% | 0.49% | - |
| HSV(B) | 46.94º | 0.92% | 0.92% | - |
| XYZ | 51.81 | 53.08 | 8.09 | - |
| YUV | 181.79 | 35.57 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 18 | 0 | 0.20 | 0.92 | 0.08 | 46.94 | 0.86 | 0.49 |
| Hex | EA | BB | 12 | 0 | 14 | 5C | 8 | 2F | 56 | 31 |
| Octal | 352 | 273 | 22 | 0 | 24 | 134 | 10 | 57 | 126 | 61 |
| Binary | 11101010 | 10111011 | 10010 | 0 | 10100 | 1011100 | 1000 | 101111 | 1010110 | 110001 |
Color Harmonies of #EABB12
Complementary color
Monochromatic Colors of #EABB12
Black with #EABB12
Text Example
Text Example
White with #EABB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB12; }
p { color: rgb(234,187,18); }
H1.HeaderClassName
{
color: #EABB12;
}
.AnyTagClassName
{
color: #EABB12;
}
</style>
background-color css
<style>
a { background-color: #EABB12; }
a { background-color: rgb(234,187,18); }
div.DivClassName
{
background-color: #EABB12;
}
.BgClassName
{
background-color: #EABB12;
}
</style>
border-color css
<style>
span { border-color: #EABB12; }
span { border-color: rgb(234,187,18); }
td.TdClassName
{
border-color: #EABB12;
}
.TagClassName
{
border-color: #EABB12;
}
</style>