Shades of Moon Yellow #EBC023
Tints of Moon Yellow #EBC023
RGB
CMYK
RGB Variations
Color information
#EBC023 (or 0xEBC023) is known color: Moon Yellow. HEX triplet: EB, C0 and 23. RGB value is (235,192,35). Sum of RGB (Red+Green+Blue) = 235+192+35=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 35 (14.06% from 255 or 7.58% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC023 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC023 is #143FDC. Grayscale: #BBBBBB. Windows color (decimal): -1327069 or 2343147. OLE color: 2343147.
HSL color Cylindrical-coordinate representation of color #EBC023: hue angle of 47.1º 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 #EBC023 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 35 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.08 |
| HSL | 47.1º | 0.83% | 0.53% | - |
| HSV(B) | 47.1º | 0.85% | 0.92% | - |
| XYZ | 53.41 | 55.48 | 9.48 | - |
| YUV | 186.96 | 42.25 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 35 | 0 | 0.18 | 0.85 | 0.08 | 47.1 | 0.83 | 0.53 |
| Hex | EB | C0 | 23 | 0 | 12 | 55 | 8 | 2F | 53 | 35 |
| Octal | 353 | 300 | 43 | 0 | 22 | 125 | 10 | 57 | 123 | 65 |
| Binary | 11101011 | 11000000 | 100011 | 0 | 10010 | 1010101 | 1000 | 101111 | 1010011 | 110101 |
Color Harmonies of #EBC023
Complementary color
Monochromatic Colors of #EBC023
Black with #EBC023
Text Example
Text Example
White with #EBC023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC023; }
p { color: rgb(235,192,35); }
H1.HeaderClassName
{
color: #EBC023;
}
.AnyTagClassName
{
color: #EBC023;
}
</style>
background-color css
<style>
a { background-color: #EBC023; }
a { background-color: rgb(235,192,35); }
div.DivClassName
{
background-color: #EBC023;
}
.BgClassName
{
background-color: #EBC023;
}
</style>
border-color css
<style>
span { border-color: #EBC023; }
span { border-color: rgb(235,192,35); }
td.TdClassName
{
border-color: #EBC023;
}
.TagClassName
{
border-color: #EBC023;
}
</style>