Shades of Moon Yellow #EBC61D
Tints of Moon Yellow #EBC61D
RGB
CMYK
RGB Variations
Color information
#EBC61D (or 0xEBC61D) is known color: Moon Yellow. HEX triplet: EB, C6 and 1D. RGB value is (235,198,29). Sum of RGB (Red+Green+Blue) = 235+198+29=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC61D is #1439E2. Grayscale: #BEBEBE. Windows color (decimal): -1325539 or 1951467. OLE color: 1951467.
HSL color Cylindrical-coordinate representation of color #EBC61D: hue angle of 49.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBC61D is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 29 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.08 |
| HSL | 49.22º | 0.84% | 0.52% | - |
| HSV(B) | 49.22º | 0.88% | 0.92% | - |
| XYZ | 54.68 | 58.14 | 9.5 | - |
| YUV | 189.8 | 37.26 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 29 | 0 | 0.16 | 0.88 | 0.08 | 49.22 | 0.84 | 0.52 |
| Hex | EB | C6 | 1D | 0 | 10 | 58 | 8 | 31 | 54 | 34 |
| Octal | 353 | 306 | 35 | 0 | 20 | 130 | 10 | 61 | 124 | 64 |
| Binary | 11101011 | 11000110 | 11101 | 0 | 10000 | 1011000 | 1000 | 110001 | 1010100 | 110100 |
Color Harmonies of #EBC61D
Complementary color
Monochromatic Colors of #EBC61D
Black with #EBC61D
Text Example
Text Example
White with #EBC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC61D; }
p { color: rgb(235,198,29); }
H1.HeaderClassName
{
color: #EBC61D;
}
.AnyTagClassName
{
color: #EBC61D;
}
</style>
background-color css
<style>
a { background-color: #EBC61D; }
a { background-color: rgb(235,198,29); }
div.DivClassName
{
background-color: #EBC61D;
}
.BgClassName
{
background-color: #EBC61D;
}
</style>
border-color css
<style>
span { border-color: #EBC61D; }
span { border-color: rgb(235,198,29); }
td.TdClassName
{
border-color: #EBC61D;
}
.TagClassName
{
border-color: #EBC61D;
}
</style>