Shades of Moon Yellow #EBC123
Tints of Moon Yellow #EBC123
RGB
CMYK
RGB Variations
Color information
#EBC123 (or 0xEBC123) is known color: Moon Yellow. HEX triplet: EB, C1 and 23. RGB value is (235,193,35). Sum of RGB (Red+Green+Blue) = 235+193+35=463 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.76% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 35 (14.06% from 255 or 7.56% from 463); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC123 is #143EDC. Grayscale: #BCBCBC. Windows color (decimal): -1326813 or 2343403. OLE color: 2343403.
HSL color Cylindrical-coordinate representation of color #EBC123: hue angle of 47.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBC123 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 193 | 35 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.08 |
| HSL | 47.4º | 0.83% | 0.53% | - |
| HSV(B) | 47.4º | 0.85% | 0.92% | - |
| XYZ | 53.63 | 55.92 | 9.56 | - |
| YUV | 187.55 | 41.91 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 193 | 35 | 0 | 0.18 | 0.85 | 0.08 | 47.4 | 0.83 | 0.53 |
| Hex | EB | C1 | 23 | 0 | 12 | 55 | 8 | 2F | 53 | 35 |
| Octal | 353 | 301 | 43 | 0 | 22 | 125 | 10 | 57 | 123 | 65 |
| Binary | 11101011 | 11000001 | 100011 | 0 | 10010 | 1010101 | 1000 | 101111 | 1010011 | 110101 |
Color Harmonies of #EBC123
Complementary color
Monochromatic Colors of #EBC123
Black with #EBC123
Text Example
Text Example
White with #EBC123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC123; }
p { color: rgb(235,193,35); }
H1.HeaderClassName
{
color: #EBC123;
}
.AnyTagClassName
{
color: #EBC123;
}
</style>
background-color css
<style>
a { background-color: #EBC123; }
a { background-color: rgb(235,193,35); }
div.DivClassName
{
background-color: #EBC123;
}
.BgClassName
{
background-color: #EBC123;
}
</style>
border-color css
<style>
span { border-color: #EBC123; }
span { border-color: rgb(235,193,35); }
td.TdClassName
{
border-color: #EBC123;
}
.TagClassName
{
border-color: #EBC123;
}
</style>