Shades of Moon Yellow #EBCB11
Tints of Moon Yellow #EBCB11
RGB
CMYK
RGB Variations
Color information
#EBCB11 (or 0xEBCB11) is known color: Moon Yellow. HEX triplet: EB, CB and 11. RGB value is (235,203,17). Sum of RGB (Red+Green+Blue) = 235+203+17=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCB11 is #1434EE. Grayscale: #C0C0C0. Windows color (decimal): -1324271 or 1166315. OLE color: 1166315.
HSL color Cylindrical-coordinate representation of color #EBCB11: hue angle of 51.19º 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 #EBCB11 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 203 | 17 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.08 |
| HSL | 51.19º | 0.87% | 0.49% | - |
| HSV(B) | 51.19º | 0.93% | 0.92% | - |
| XYZ | 55.72 | 60.41 | 9.25 | - |
| YUV | 191.36 | 29.6 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 203 | 17 | 0 | 0.14 | 0.93 | 0.08 | 51.19 | 0.87 | 0.49 |
| Hex | EB | CB | 11 | 0 | E | 5D | 8 | 33 | 57 | 31 |
| Octal | 353 | 313 | 21 | 0 | 16 | 135 | 10 | 63 | 127 | 61 |
| Binary | 11101011 | 11001011 | 10001 | 0 | 1110 | 1011101 | 1000 | 110011 | 1010111 | 110001 |
Color Harmonies of #EBCB11
Complementary color
Monochromatic Colors of #EBCB11
Black with #EBCB11
Text Example
Text Example
White with #EBCB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCB11; }
p { color: rgb(235,203,17); }
H1.HeaderClassName
{
color: #EBCB11;
}
.AnyTagClassName
{
color: #EBCB11;
}
</style>
background-color css
<style>
a { background-color: #EBCB11; }
a { background-color: rgb(235,203,17); }
div.DivClassName
{
background-color: #EBCB11;
}
.BgClassName
{
background-color: #EBCB11;
}
</style>
border-color css
<style>
span { border-color: #EBCB11; }
span { border-color: rgb(235,203,17); }
td.TdClassName
{
border-color: #EBCB11;
}
.TagClassName
{
border-color: #EBCB11;
}
</style>