Shades of Moon Yellow #EAB91B
Tints of Moon Yellow #EAB91B
RGB
CMYK
RGB Variations
Color information
#EAB91B (or 0xEAB91B) is known color: Moon Yellow. HEX triplet: EA, B9 and 1B. RGB value is (234,185,27). Sum of RGB (Red+Green+Blue) = 234+185+27=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 27 (10.94% from 255 or 6.05% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB91B is #1546E4. Grayscale: #B6B6B6. Windows color (decimal): -1394405 or 1817066. OLE color: 1817066.
HSL color Cylindrical-coordinate representation of color #EAB91B: hue angle of 45.8º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAB91B is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 27 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.08 |
| HSL | 45.8º | 0.83% | 0.51% | - |
| HSV(B) | 45.8º | 0.88% | 0.92% | - |
| XYZ | 51.48 | 52.27 | 8.41 | - |
| YUV | 181.64 | 40.73 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 27 | 0 | 0.21 | 0.88 | 0.08 | 45.8 | 0.83 | 0.51 |
| Hex | EA | B9 | 1B | 0 | 15 | 58 | 8 | 2E | 53 | 33 |
| Octal | 352 | 271 | 33 | 0 | 25 | 130 | 10 | 56 | 123 | 63 |
| Binary | 11101010 | 10111001 | 11011 | 0 | 10101 | 1011000 | 1000 | 101110 | 1010011 | 110011 |
Color Harmonies of #EAB91B
Complementary color
Monochromatic Colors of #EAB91B
Black with #EAB91B
Text Example
Text Example
White with #EAB91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB91B; }
p { color: rgb(234,185,27); }
H1.HeaderClassName
{
color: #EAB91B;
}
.AnyTagClassName
{
color: #EAB91B;
}
</style>
background-color css
<style>
a { background-color: #EAB91B; }
a { background-color: rgb(234,185,27); }
div.DivClassName
{
background-color: #EAB91B;
}
.BgClassName
{
background-color: #EAB91B;
}
</style>
border-color css
<style>
span { border-color: #EAB91B; }
span { border-color: rgb(234,185,27); }
td.TdClassName
{
border-color: #EAB91B;
}
.TagClassName
{
border-color: #EAB91B;
}
</style>