Shades of Moon Yellow #EBC324
Tints of Moon Yellow #EBC324
RGB
CMYK
RGB Variations
Color information
#EBC324 (or 0xEBC324) is known color: Moon Yellow. HEX triplet: EB, C3 and 24. RGB value is (235,195,36). Sum of RGB (Red+Green+Blue) = 235+195+36=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 36 (14.45% from 255 or 7.73% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC324 is #143CDB. Grayscale: #BDBDBD. Windows color (decimal): -1326300 or 2409451. OLE color: 2409451.
HSL color Cylindrical-coordinate representation of color #EBC324: hue angle of 47.94º 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 #EBC324 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 36 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.08 |
| HSL | 47.94º | 0.83% | 0.53% | - |
| HSV(B) | 47.94º | 0.85% | 0.92% | - |
| XYZ | 54.09 | 56.82 | 9.79 | - |
| YUV | 188.83 | 41.75 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 36 | 0 | 0.17 | 0.85 | 0.08 | 47.94 | 0.83 | 0.53 |
| Hex | EB | C3 | 24 | 0 | 11 | 55 | 8 | 30 | 53 | 35 |
| Octal | 353 | 303 | 44 | 0 | 21 | 125 | 10 | 60 | 123 | 65 |
| Binary | 11101011 | 11000011 | 100100 | 0 | 10001 | 1010101 | 1000 | 110000 | 1010011 | 110101 |
Color Harmonies of #EBC324
Complementary color
Monochromatic Colors of #EBC324
Black with #EBC324
Text Example
Text Example
White with #EBC324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC324; }
p { color: rgb(235,195,36); }
H1.HeaderClassName
{
color: #EBC324;
}
.AnyTagClassName
{
color: #EBC324;
}
</style>
background-color css
<style>
a { background-color: #EBC324; }
a { background-color: rgb(235,195,36); }
div.DivClassName
{
background-color: #EBC324;
}
.BgClassName
{
background-color: #EBC324;
}
</style>
border-color css
<style>
span { border-color: #EBC324; }
span { border-color: rgb(235,195,36); }
td.TdClassName
{
border-color: #EBC324;
}
.TagClassName
{
border-color: #EBC324;
}
</style>