Shades of Moon Yellow #EABF12
Tints of Moon Yellow #EABF12
RGB
CMYK
RGB Variations
Color information
#EABF12 (or 0xEABF12) is known color: Moon Yellow. HEX triplet: EA, BF and 12. RGB value is (234,191,18). Sum of RGB (Red+Green+Blue) = 234+191+18=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABF12 is #1540ED. Grayscale: #B8B8B8. Windows color (decimal): -1392878 or 1228778. OLE color: 1228778.
HSL color Cylindrical-coordinate representation of color #EABF12: hue angle of 48.06º 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 #EABF12 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 18 | - |
| CMYK | 0 | 0.18 | 0.92 | 0.08 |
| HSL | 48.06º | 0.86% | 0.49% | - |
| HSV(B) | 48.06º | 0.92% | 0.92% | - |
| XYZ | 52.67 | 54.8 | 8.37 | - |
| YUV | 184.14 | 34.25 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 18 | 0 | 0.18 | 0.92 | 0.08 | 48.06 | 0.86 | 0.49 |
| Hex | EA | BF | 12 | 0 | 12 | 5C | 8 | 30 | 56 | 31 |
| Octal | 352 | 277 | 22 | 0 | 22 | 134 | 10 | 60 | 126 | 61 |
| Binary | 11101010 | 10111111 | 10010 | 0 | 10010 | 1011100 | 1000 | 110000 | 1010110 | 110001 |
Color Harmonies of #EABF12
Complementary color
Monochromatic Colors of #EABF12
Black with #EABF12
Text Example
Text Example
White with #EABF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF12; }
p { color: rgb(234,191,18); }
H1.HeaderClassName
{
color: #EABF12;
}
.AnyTagClassName
{
color: #EABF12;
}
</style>
background-color css
<style>
a { background-color: #EABF12; }
a { background-color: rgb(234,191,18); }
div.DivClassName
{
background-color: #EABF12;
}
.BgClassName
{
background-color: #EABF12;
}
</style>
border-color css
<style>
span { border-color: #EABF12; }
span { border-color: rgb(234,191,18); }
td.TdClassName
{
border-color: #EABF12;
}
.TagClassName
{
border-color: #EABF12;
}
</style>