Shades of Moon Yellow #EBC614
Tints of Moon Yellow #EBC614
RGB
CMYK
RGB Variations
Color information
#EBC614 (or 0xEBC614) is known color: Moon Yellow. HEX triplet: EB, C6 and 14. RGB value is (235,198,20). Sum of RGB (Red+Green+Blue) = 235+198+20=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC614 is #1439EB. Grayscale: #BDBDBD. Windows color (decimal): -1325548 or 1361643. OLE color: 1361643.
HSL color Cylindrical-coordinate representation of color #EBC614: hue angle of 49.67º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EBC614 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 20 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.08 |
| HSL | 49.67º | 0.84% | 0.5% | - |
| HSV(B) | 49.67º | 0.91% | 0.92% | - |
| XYZ | 54.58 | 58.1 | 9 | - |
| YUV | 188.77 | 32.76 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 20 | 0 | 0.16 | 0.91 | 0.08 | 49.67 | 0.84 | 0.5 |
| Hex | EB | C6 | 14 | 0 | 10 | 5B | 8 | 32 | 54 | 32 |
| Octal | 353 | 306 | 24 | 0 | 20 | 133 | 10 | 62 | 124 | 62 |
| Binary | 11101011 | 11000110 | 10100 | 0 | 10000 | 1011011 | 1000 | 110010 | 1010100 | 110010 |
Color Harmonies of #EBC614
Complementary color
Monochromatic Colors of #EBC614
Black with #EBC614
Text Example
Text Example
White with #EBC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC614; }
p { color: rgb(235,198,20); }
H1.HeaderClassName
{
color: #EBC614;
}
.AnyTagClassName
{
color: #EBC614;
}
</style>
background-color css
<style>
a { background-color: #EBC614; }
a { background-color: rgb(235,198,20); }
div.DivClassName
{
background-color: #EBC614;
}
.BgClassName
{
background-color: #EBC614;
}
</style>
border-color css
<style>
span { border-color: #EBC614; }
span { border-color: rgb(235,198,20); }
td.TdClassName
{
border-color: #EBC614;
}
.TagClassName
{
border-color: #EBC614;
}
</style>