Shades of Moon Yellow #EBC325
Tints of Moon Yellow #EBC325
RGB
CMYK
RGB Variations
Color information
#EBC325 (or 0xEBC325) is known color: Moon Yellow. HEX triplet: EB, C3 and 25. RGB value is (235,195,37). Sum of RGB (Red+Green+Blue) = 235+195+37=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC325 is #143CDA. Grayscale: #BDBDBD. Windows color (decimal): -1326299 or 2474987. OLE color: 2474987.
HSL color Cylindrical-coordinate representation of color #EBC325: hue angle of 47.88º 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 #EBC325 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 37 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.08 |
| HSL | 47.88º | 0.83% | 0.53% | - |
| HSV(B) | 47.88º | 0.84% | 0.92% | - |
| XYZ | 54.11 | 56.83 | 9.87 | - |
| YUV | 188.95 | 42.25 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 37 | 0 | 0.17 | 0.84 | 0.08 | 47.88 | 0.83 | 0.53 |
| Hex | EB | C3 | 25 | 0 | 11 | 54 | 8 | 30 | 53 | 35 |
| Octal | 353 | 303 | 45 | 0 | 21 | 124 | 10 | 60 | 123 | 65 |
| Binary | 11101011 | 11000011 | 100101 | 0 | 10001 | 1010100 | 1000 | 110000 | 1010011 | 110101 |
Color Harmonies of #EBC325
Complementary color
Monochromatic Colors of #EBC325
Black with #EBC325
Text Example
Text Example
White with #EBC325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC325; }
p { color: rgb(235,195,37); }
H1.HeaderClassName
{
color: #EBC325;
}
.AnyTagClassName
{
color: #EBC325;
}
</style>
background-color css
<style>
a { background-color: #EBC325; }
a { background-color: rgb(235,195,37); }
div.DivClassName
{
background-color: #EBC325;
}
.BgClassName
{
background-color: #EBC325;
}
</style>
border-color css
<style>
span { border-color: #EBC325; }
span { border-color: rgb(235,195,37); }
td.TdClassName
{
border-color: #EBC325;
}
.TagClassName
{
border-color: #EBC325;
}
</style>