Shades of Moon Yellow #EACB0B
Tints of Moon Yellow #EACB0B
RGB
CMYK
RGB Variations
Color information
#EACB0B (or 0xEACB0B) is known color: Moon Yellow. HEX triplet: EA, CB and 0B. RGB value is (234,203,11). Sum of RGB (Red+Green+Blue) = 234+203+11=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EACB0B is #1534F4. Grayscale: #BFBFBF. Windows color (decimal): -1389813 or 773098. OLE color: 773098.
HSL color Cylindrical-coordinate representation of color #EACB0B: hue angle of 51.66º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EACB0B is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 11 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.08 |
| HSL | 51.66º | 0.91% | 0.48% | - |
| HSV(B) | 51.66º | 0.95% | 0.92% | - |
| XYZ | 55.35 | 60.23 | 9.02 | - |
| YUV | 190.38 | 26.77 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 11 | 0 | 0.13 | 0.95 | 0.08 | 51.66 | 0.91 | 0.48 |
| Hex | EA | CB | B | 0 | D | 5F | 8 | 34 | 5B | 30 |
| Octal | 352 | 313 | 13 | 0 | 15 | 137 | 10 | 64 | 133 | 60 |
| Binary | 11101010 | 11001011 | 1011 | 0 | 1101 | 1011111 | 1000 | 110100 | 1011011 | 110000 |
Color Harmonies of #EACB0B
Complementary color
Monochromatic Colors of #EACB0B
Black with #EACB0B
Text Example
Text Example
White with #EACB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB0B; }
p { color: rgb(234,203,11); }
H1.HeaderClassName
{
color: #EACB0B;
}
.AnyTagClassName
{
color: #EACB0B;
}
</style>
background-color css
<style>
a { background-color: #EACB0B; }
a { background-color: rgb(234,203,11); }
div.DivClassName
{
background-color: #EACB0B;
}
.BgClassName
{
background-color: #EACB0B;
}
</style>
border-color css
<style>
span { border-color: #EACB0B; }
span { border-color: rgb(234,203,11); }
td.TdClassName
{
border-color: #EACB0B;
}
.TagClassName
{
border-color: #EACB0B;
}
</style>