Shades of Moon Yellow #EBC322
Tints of Moon Yellow #EBC322
RGB
CMYK
RGB Variations
Color information
#EBC322 (or 0xEBC322) is known color: Moon Yellow. HEX triplet: EB, C3 and 22. RGB value is (235,195,34). Sum of RGB (Red+Green+Blue) = 235+195+34=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC322 is #143CDD. Grayscale: #BDBDBD. Windows color (decimal): -1326302 or 2278379. OLE color: 2278379.
HSL color Cylindrical-coordinate representation of color #EBC322: hue angle of 48.06º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBC322 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 34 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.08 |
| HSL | 48.06º | 0.83% | 0.53% | - |
| HSV(B) | 48.06º | 0.86% | 0.92% | - |
| XYZ | 54.06 | 56.81 | 9.63 | - |
| YUV | 188.61 | 40.75 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 34 | 0 | 0.17 | 0.86 | 0.08 | 48.06 | 0.83 | 0.53 |
| Hex | EB | C3 | 22 | 0 | 11 | 56 | 8 | 30 | 53 | 35 |
| Octal | 353 | 303 | 42 | 0 | 21 | 126 | 10 | 60 | 123 | 65 |
| Binary | 11101011 | 11000011 | 100010 | 0 | 10001 | 1010110 | 1000 | 110000 | 1010011 | 110101 |
Color Harmonies of #EBC322
Complementary color
Monochromatic Colors of #EBC322
Black with #EBC322
Text Example
Text Example
White with #EBC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC322; }
p { color: rgb(235,195,34); }
H1.HeaderClassName
{
color: #EBC322;
}
.AnyTagClassName
{
color: #EBC322;
}
</style>
background-color css
<style>
a { background-color: #EBC322; }
a { background-color: rgb(235,195,34); }
div.DivClassName
{
background-color: #EBC322;
}
.BgClassName
{
background-color: #EBC322;
}
</style>
border-color css
<style>
span { border-color: #EBC322; }
span { border-color: rgb(235,195,34); }
td.TdClassName
{
border-color: #EBC322;
}
.TagClassName
{
border-color: #EBC322;
}
</style>