Shades of Moon Yellow #EBC422
Tints of Moon Yellow #EBC422
RGB
CMYK
RGB Variations
Color information
#EBC422 (or 0xEBC422) is known color: Moon Yellow. HEX triplet: EB, C4 and 22. RGB value is (235,196,34). Sum of RGB (Red+Green+Blue) = 235+196+34=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 34 (13.67% from 255 or 7.31% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC422 is #143BDD. Grayscale: #BDBDBD. Windows color (decimal): -1326046 or 2278635. OLE color: 2278635.
HSL color Cylindrical-coordinate representation of color #EBC422: hue angle of 48.36º 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 #EBC422 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 34 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.08 |
| HSL | 48.36º | 0.83% | 0.53% | - |
| HSV(B) | 48.36º | 0.86% | 0.92% | - |
| XYZ | 54.29 | 57.26 | 9.7 | - |
| YUV | 189.19 | 40.42 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 34 | 0 | 0.17 | 0.86 | 0.08 | 48.36 | 0.83 | 0.53 |
| Hex | EB | C4 | 22 | 0 | 11 | 56 | 8 | 30 | 53 | 35 |
| Octal | 353 | 304 | 42 | 0 | 21 | 126 | 10 | 60 | 123 | 65 |
| Binary | 11101011 | 11000100 | 100010 | 0 | 10001 | 1010110 | 1000 | 110000 | 1010011 | 110101 |
Color Harmonies of #EBC422
Complementary color
Monochromatic Colors of #EBC422
Black with #EBC422
Text Example
Text Example
White with #EBC422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC422; }
p { color: rgb(235,196,34); }
H1.HeaderClassName
{
color: #EBC422;
}
.AnyTagClassName
{
color: #EBC422;
}
</style>
background-color css
<style>
a { background-color: #EBC422; }
a { background-color: rgb(235,196,34); }
div.DivClassName
{
background-color: #EBC422;
}
.BgClassName
{
background-color: #EBC422;
}
</style>
border-color css
<style>
span { border-color: #EBC422; }
span { border-color: rgb(235,196,34); }
td.TdClassName
{
border-color: #EBC422;
}
.TagClassName
{
border-color: #EBC422;
}
</style>