Shades of Moon Yellow #EBC223
Tints of Moon Yellow #EBC223
RGB
CMYK
RGB Variations
Color information
#EBC223 (or 0xEBC223) is known color: Moon Yellow. HEX triplet: EB, C2 and 23. RGB value is (235,194,35). Sum of RGB (Red+Green+Blue) = 235+194+35=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC223 is #143DDC. Grayscale: #BCBCBC. Windows color (decimal): -1326557 or 2343659. OLE color: 2343659.
HSL color Cylindrical-coordinate representation of color #EBC223: hue angle of 47.7º 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 #EBC223 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 35 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.08 |
| HSL | 47.7º | 0.83% | 0.53% | - |
| HSV(B) | 47.7º | 0.85% | 0.92% | - |
| XYZ | 53.86 | 56.37 | 9.63 | - |
| YUV | 188.13 | 41.58 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 35 | 0 | 0.17 | 0.85 | 0.08 | 47.7 | 0.83 | 0.53 |
| Hex | EB | C2 | 23 | 0 | 11 | 55 | 8 | 30 | 53 | 35 |
| Octal | 353 | 302 | 43 | 0 | 21 | 125 | 10 | 60 | 123 | 65 |
| Binary | 11101011 | 11000010 | 100011 | 0 | 10001 | 1010101 | 1000 | 110000 | 1010011 | 110101 |
Color Harmonies of #EBC223
Complementary color
Monochromatic Colors of #EBC223
Black with #EBC223
Text Example
Text Example
White with #EBC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC223; }
p { color: rgb(235,194,35); }
H1.HeaderClassName
{
color: #EBC223;
}
.AnyTagClassName
{
color: #EBC223;
}
</style>
background-color css
<style>
a { background-color: #EBC223; }
a { background-color: rgb(235,194,35); }
div.DivClassName
{
background-color: #EBC223;
}
.BgClassName
{
background-color: #EBC223;
}
</style>
border-color css
<style>
span { border-color: #EBC223; }
span { border-color: rgb(235,194,35); }
td.TdClassName
{
border-color: #EBC223;
}
.TagClassName
{
border-color: #EBC223;
}
</style>