Shades of Moon Yellow #EBC225
Tints of Moon Yellow #EBC225
RGB
CMYK
RGB Variations
Color information
#EBC225 (or 0xEBC225) is known color: Moon Yellow. HEX triplet: EB, C2 and 25. RGB value is (235,194,37). Sum of RGB (Red+Green+Blue) = 235+194+37=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC225 is #143DDA. Grayscale: #BDBDBD. Windows color (decimal): -1326555 or 2474731. OLE color: 2474731.
HSL color Cylindrical-coordinate representation of color #EBC225: hue angle of 47.58º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBC225 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 194 | 37 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.08 |
| HSL | 47.58º | 0.83% | 0.53% | - |
| HSV(B) | 47.58º | 0.84% | 0.92% | - |
| XYZ | 53.89 | 56.38 | 9.79 | - |
| YUV | 188.36 | 42.58 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 37 | 0 | 0.17 | 0.84 | 0.08 | 47.58 | 0.83 | 0.53 |
| Hex | EB | C2 | 25 | 0 | 11 | 54 | 8 | 30 | 53 | 35 |
| Octal | 353 | 302 | 45 | 0 | 21 | 124 | 10 | 60 | 123 | 65 |
| Binary | 11101011 | 11000010 | 100101 | 0 | 10001 | 1010100 | 1000 | 110000 | 1010011 | 110101 |
Color Harmonies of #EBC225
Complementary color
Monochromatic Colors of #EBC225
Black with #EBC225
Text Example
Text Example
White with #EBC225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC225; }
p { color: rgb(235,194,37); }
H1.HeaderClassName
{
color: #EBC225;
}
.AnyTagClassName
{
color: #EBC225;
}
</style>
background-color css
<style>
a { background-color: #EBC225; }
a { background-color: rgb(235,194,37); }
div.DivClassName
{
background-color: #EBC225;
}
.BgClassName
{
background-color: #EBC225;
}
</style>
border-color css
<style>
span { border-color: #EBC225; }
span { border-color: rgb(235,194,37); }
td.TdClassName
{
border-color: #EBC225;
}
.TagClassName
{
border-color: #EBC225;
}
</style>