Shades of Moon Yellow #EBCB0E
Tints of Moon Yellow #EBCB0E
RGB
CMYK
RGB Variations
Color information
#EBCB0E (or 0xEBCB0E) is known color: Moon Yellow. HEX triplet: EB, CB and 0E. RGB value is (235,203,14). Sum of RGB (Red+Green+Blue) = 235+203+14=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCB0E is #1434F1. Grayscale: #BFBFBF. Windows color (decimal): -1324274 or 969707. OLE color: 969707.
HSL color Cylindrical-coordinate representation of color #EBCB0E: hue angle of 51.31º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EBCB0E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 14 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.08 |
| HSL | 51.31º | 0.89% | 0.49% | - |
| HSV(B) | 51.31º | 0.94% | 0.92% | - |
| XYZ | 55.7 | 60.41 | 9.14 | - |
| YUV | 191.02 | 28.1 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 14 | 0 | 0.14 | 0.94 | 0.08 | 51.31 | 0.89 | 0.49 |
| Hex | EB | CB | E | 0 | E | 5E | 8 | 33 | 59 | 31 |
| Octal | 353 | 313 | 16 | 0 | 16 | 136 | 10 | 63 | 131 | 61 |
| Binary | 11101011 | 11001011 | 1110 | 0 | 1110 | 1011110 | 1000 | 110011 | 1011001 | 110001 |
Color Harmonies of #EBCB0E
Complementary color
Monochromatic Colors of #EBCB0E
Black with #EBCB0E
Text Example
Text Example
White with #EBCB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCB0E; }
p { color: rgb(235,203,14); }
H1.HeaderClassName
{
color: #EBCB0E;
}
.AnyTagClassName
{
color: #EBCB0E;
}
</style>
background-color css
<style>
a { background-color: #EBCB0E; }
a { background-color: rgb(235,203,14); }
div.DivClassName
{
background-color: #EBCB0E;
}
.BgClassName
{
background-color: #EBCB0E;
}
</style>
border-color css
<style>
span { border-color: #EBCB0E; }
span { border-color: rgb(235,203,14); }
td.TdClassName
{
border-color: #EBCB0E;
}
.TagClassName
{
border-color: #EBCB0E;
}
</style>