Shades of Moon Yellow #EBC217
Tints of Moon Yellow #EBC217
RGB
CMYK
RGB Variations
Color information
#EBC217 (or 0xEBC217) is known color: Moon Yellow. HEX triplet: EB, C2 and 17. RGB value is (235,194,23). Sum of RGB (Red+Green+Blue) = 235+194+23=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 23 (9.38% from 255 or 5.09% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC217 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC217 is #143DE8. Grayscale: #BBBBBB. Windows color (decimal): -1326569 or 1557227. OLE color: 1557227.
HSL color Cylindrical-coordinate representation of color #EBC217: hue angle of 48.4º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBC217 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 23 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.08 |
| HSL | 48.4º | 0.84% | 0.51% | - |
| HSV(B) | 48.4º | 0.9% | 0.92% | - |
| XYZ | 53.71 | 56.31 | 8.85 | - |
| YUV | 186.77 | 35.58 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 23 | 0 | 0.17 | 0.90 | 0.08 | 48.4 | 0.84 | 0.51 |
| Hex | EB | C2 | 17 | 0 | 11 | 5A | 8 | 30 | 54 | 33 |
| Octal | 353 | 302 | 27 | 0 | 21 | 132 | 10 | 60 | 124 | 63 |
| Binary | 11101011 | 11000010 | 10111 | 0 | 10001 | 1011010 | 1000 | 110000 | 1010100 | 110011 |
Color Harmonies of #EBC217
Complementary color
Monochromatic Colors of #EBC217
Black with #EBC217
Text Example
Text Example
White with #EBC217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC217; }
p { color: rgb(235,194,23); }
H1.HeaderClassName
{
color: #EBC217;
}
.AnyTagClassName
{
color: #EBC217;
}
</style>
background-color css
<style>
a { background-color: #EBC217; }
a { background-color: rgb(235,194,23); }
div.DivClassName
{
background-color: #EBC217;
}
.BgClassName
{
background-color: #EBC217;
}
</style>
border-color css
<style>
span { border-color: #EBC217; }
span { border-color: rgb(235,194,23); }
td.TdClassName
{
border-color: #EBC217;
}
.TagClassName
{
border-color: #EBC217;
}
</style>