Shades of Moon Yellow #EBC714
Tints of Moon Yellow #EBC714
RGB
CMYK
RGB Variations
Color information
#EBC714 (or 0xEBC714) is known color: Moon Yellow. HEX triplet: EB, C7 and 14. RGB value is (235,199,20). Sum of RGB (Red+Green+Blue) = 235+199+20=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBC714 is #1438EB. Grayscale: #BEBEBE. Windows color (decimal): -1325292 or 1361899. OLE color: 1361899.
HSL color Cylindrical-coordinate representation of color #EBC714: hue angle of 49.95º 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 #EBC714 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 20 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.08 |
| HSL | 49.95º | 0.84% | 0.5% | - |
| HSV(B) | 49.95º | 0.91% | 0.92% | - |
| XYZ | 54.81 | 58.56 | 9.08 | - |
| YUV | 189.36 | 32.43 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 20 | 0 | 0.15 | 0.91 | 0.08 | 49.95 | 0.84 | 0.5 |
| Hex | EB | C7 | 14 | 0 | F | 5B | 8 | 32 | 54 | 32 |
| Octal | 353 | 307 | 24 | 0 | 17 | 133 | 10 | 62 | 124 | 62 |
| Binary | 11101011 | 11000111 | 10100 | 0 | 1111 | 1011011 | 1000 | 110010 | 1010100 | 110010 |
Color Harmonies of #EBC714
Complementary color
Monochromatic Colors of #EBC714
Black with #EBC714
Text Example
Text Example
White with #EBC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC714; }
p { color: rgb(235,199,20); }
H1.HeaderClassName
{
color: #EBC714;
}
.AnyTagClassName
{
color: #EBC714;
}
</style>
background-color css
<style>
a { background-color: #EBC714; }
a { background-color: rgb(235,199,20); }
div.DivClassName
{
background-color: #EBC714;
}
.BgClassName
{
background-color: #EBC714;
}
</style>
border-color css
<style>
span { border-color: #EBC714; }
span { border-color: rgb(235,199,20); }
td.TdClassName
{
border-color: #EBC714;
}
.TagClassName
{
border-color: #EBC714;
}
</style>