Shades of Moon Yellow #EABF23
Tints of Moon Yellow #EABF23
RGB
CMYK
RGB Variations
Color information
#EABF23 (or 0xEABF23) is known color: Moon Yellow. HEX triplet: EA, BF and 23. RGB value is (234,191,35). Sum of RGB (Red+Green+Blue) = 234+191+35=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 35 (14.06% from 255 or 7.61% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABF23 is #1540DC. Grayscale: #BABABA. Windows color (decimal): -1392861 or 2342890. OLE color: 2342890.
HSL color Cylindrical-coordinate representation of color #EABF23: hue angle of 47.04º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EABF23 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 35 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.08 |
| HSL | 47.04º | 0.83% | 0.53% | - |
| HSV(B) | 47.04º | 0.85% | 0.92% | - |
| XYZ | 52.87 | 54.88 | 9.4 | - |
| YUV | 186.07 | 42.75 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 35 | 0 | 0.18 | 0.85 | 0.08 | 47.04 | 0.83 | 0.53 |
| Hex | EA | BF | 23 | 0 | 12 | 55 | 8 | 2F | 53 | 35 |
| Octal | 352 | 277 | 43 | 0 | 22 | 125 | 10 | 57 | 123 | 65 |
| Binary | 11101010 | 10111111 | 100011 | 0 | 10010 | 1010101 | 1000 | 101111 | 1010011 | 110101 |
Color Harmonies of #EABF23
Complementary color
Monochromatic Colors of #EABF23
Black with #EABF23
Text Example
Text Example
White with #EABF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF23; }
p { color: rgb(234,191,35); }
H1.HeaderClassName
{
color: #EABF23;
}
.AnyTagClassName
{
color: #EABF23;
}
</style>
background-color css
<style>
a { background-color: #EABF23; }
a { background-color: rgb(234,191,35); }
div.DivClassName
{
background-color: #EABF23;
}
.BgClassName
{
background-color: #EABF23;
}
</style>
border-color css
<style>
span { border-color: #EABF23; }
span { border-color: rgb(234,191,35); }
td.TdClassName
{
border-color: #EABF23;
}
.TagClassName
{
border-color: #EABF23;
}
</style>