Shades of Moon Yellow #EAC91B
Tints of Moon Yellow #EAC91B
RGB
CMYK
RGB Variations
Color information
#EAC91B (or 0xEAC91B) is known color: Moon Yellow. HEX triplet: EA, C9 and 1B. RGB value is (234,201,27). Sum of RGB (Red+Green+Blue) = 234+201+27=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC91B is #1536E4. Grayscale: #BFBFBF. Windows color (decimal): -1390309 or 1821162. OLE color: 1821162.
HSL color Cylindrical-coordinate representation of color #EAC91B: hue angle of 50.43º 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 #EAC91B is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 27 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.08 |
| HSL | 50.43º | 0.83% | 0.51% | - |
| HSV(B) | 50.43º | 0.88% | 0.92% | - |
| XYZ | 55.02 | 59.34 | 9.59 | - |
| YUV | 191.03 | 35.43 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 27 | 0 | 0.14 | 0.88 | 0.08 | 50.43 | 0.83 | 0.51 |
| Hex | EA | C9 | 1B | 0 | E | 58 | 8 | 32 | 53 | 33 |
| Octal | 352 | 311 | 33 | 0 | 16 | 130 | 10 | 62 | 123 | 63 |
| Binary | 11101010 | 11001001 | 11011 | 0 | 1110 | 1011000 | 1000 | 110010 | 1010011 | 110011 |
Color Harmonies of #EAC91B
Complementary color
Monochromatic Colors of #EAC91B
Black with #EAC91B
Text Example
Text Example
White with #EAC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC91B; }
p { color: rgb(234,201,27); }
H1.HeaderClassName
{
color: #EAC91B;
}
.AnyTagClassName
{
color: #EAC91B;
}
</style>
background-color css
<style>
a { background-color: #EAC91B; }
a { background-color: rgb(234,201,27); }
div.DivClassName
{
background-color: #EAC91B;
}
.BgClassName
{
background-color: #EAC91B;
}
</style>
border-color css
<style>
span { border-color: #EAC91B; }
span { border-color: rgb(234,201,27); }
td.TdClassName
{
border-color: #EAC91B;
}
.TagClassName
{
border-color: #EAC91B;
}
</style>