Shades of Moon Yellow #EBC213
Tints of Moon Yellow #EBC213
RGB
CMYK
RGB Variations
Color information
#EBC213 (or 0xEBC213) is known color: Moon Yellow. HEX triplet: EB, C2 and 13. RGB value is (235,194,19). Sum of RGB (Red+Green+Blue) = 235+194+19=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC213 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC213 is #143DEC. Grayscale: #BBBBBB. Windows color (decimal): -1326573 or 1295083. OLE color: 1295083.
HSL color Cylindrical-coordinate representation of color #EBC213: hue angle of 48.61º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBC213 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 19 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.08 |
| HSL | 48.61º | 0.85% | 0.5% | - |
| HSV(B) | 48.61º | 0.92% | 0.92% | - |
| XYZ | 53.67 | 56.29 | 8.65 | - |
| YUV | 186.31 | 33.58 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 19 | 0 | 0.17 | 0.92 | 0.08 | 48.61 | 0.85 | 0.5 |
| Hex | EB | C2 | 13 | 0 | 11 | 5C | 8 | 31 | 55 | 32 |
| Octal | 353 | 302 | 23 | 0 | 21 | 134 | 10 | 61 | 125 | 62 |
| Binary | 11101011 | 11000010 | 10011 | 0 | 10001 | 1011100 | 1000 | 110001 | 1010101 | 110010 |
Color Harmonies of #EBC213
Complementary color
Monochromatic Colors of #EBC213
Black with #EBC213
Text Example
Text Example
White with #EBC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC213; }
p { color: rgb(235,194,19); }
H1.HeaderClassName
{
color: #EBC213;
}
.AnyTagClassName
{
color: #EBC213;
}
</style>
background-color css
<style>
a { background-color: #EBC213; }
a { background-color: rgb(235,194,19); }
div.DivClassName
{
background-color: #EBC213;
}
.BgClassName
{
background-color: #EBC213;
}
</style>
border-color css
<style>
span { border-color: #EBC213; }
span { border-color: rgb(235,194,19); }
td.TdClassName
{
border-color: #EBC213;
}
.TagClassName
{
border-color: #EBC213;
}
</style>