Shades of Moon Yellow #EABB10
Tints of Moon Yellow #EABB10
RGB
CMYK
RGB Variations
Color information
#EABB10 (or 0xEABB10) is known color: Moon Yellow. HEX triplet: EA, BB and 10. RGB value is (234,187,16). Sum of RGB (Red+Green+Blue) = 234+187+16=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EABB10 is #1544EF. Grayscale: #B6B6B6. Windows color (decimal): -1393904 or 1096682. OLE color: 1096682.
HSL color Cylindrical-coordinate representation of color #EABB10: hue angle of 47.06º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EABB10 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 16 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.08 |
| HSL | 47.06º | 0.87% | 0.49% | - |
| HSV(B) | 47.06º | 0.93% | 0.92% | - |
| XYZ | 51.8 | 53.07 | 8 | - |
| YUV | 181.56 | 34.57 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 16 | 0 | 0.20 | 0.93 | 0.08 | 47.06 | 0.87 | 0.49 |
| Hex | EA | BB | 10 | 0 | 14 | 5D | 8 | 2F | 57 | 31 |
| Octal | 352 | 273 | 20 | 0 | 24 | 135 | 10 | 57 | 127 | 61 |
| Binary | 11101010 | 10111011 | 10000 | 0 | 10100 | 1011101 | 1000 | 101111 | 1010111 | 110001 |
Color Harmonies of #EABB10
Complementary color
Monochromatic Colors of #EABB10
Black with #EABB10
Text Example
Text Example
White with #EABB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB10; }
p { color: rgb(234,187,16); }
H1.HeaderClassName
{
color: #EABB10;
}
.AnyTagClassName
{
color: #EABB10;
}
</style>
background-color css
<style>
a { background-color: #EABB10; }
a { background-color: rgb(234,187,16); }
div.DivClassName
{
background-color: #EABB10;
}
.BgClassName
{
background-color: #EABB10;
}
</style>
border-color css
<style>
span { border-color: #EABB10; }
span { border-color: rgb(234,187,16); }
td.TdClassName
{
border-color: #EABB10;
}
.TagClassName
{
border-color: #EABB10;
}
</style>