Shades of Moon Yellow #EBCC14
Tints of Moon Yellow #EBCC14
RGB
CMYK
RGB Variations
Color information
#EBCC14 (or 0xEBCC14) is known color: Moon Yellow. HEX triplet: EB, CC and 14. RGB value is (235,204,20). Sum of RGB (Red+Green+Blue) = 235+204+20=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCC14 is #1433EB. Grayscale: #C1C1C1. Windows color (decimal): -1324012 or 1363179. OLE color: 1363179.
HSL color Cylindrical-coordinate representation of color #EBCC14: hue angle of 51.35º 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 #EBCC14 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 20 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.08 |
| HSL | 51.35º | 0.84% | 0.5% | - |
| HSV(B) | 51.35º | 0.91% | 0.92% | - |
| XYZ | 55.98 | 60.9 | 9.47 | - |
| YUV | 192.29 | 30.77 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 20 | 0 | 0.13 | 0.91 | 0.08 | 51.35 | 0.84 | 0.5 |
| Hex | EB | CC | 14 | 0 | D | 5B | 8 | 33 | 54 | 32 |
| Octal | 353 | 314 | 24 | 0 | 15 | 133 | 10 | 63 | 124 | 62 |
| Binary | 11101011 | 11001100 | 10100 | 0 | 1101 | 1011011 | 1000 | 110011 | 1010100 | 110010 |
Color Harmonies of #EBCC14
Complementary color
Monochromatic Colors of #EBCC14
Black with #EBCC14
Text Example
Text Example
White with #EBCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCC14; }
p { color: rgb(235,204,20); }
H1.HeaderClassName
{
color: #EBCC14;
}
.AnyTagClassName
{
color: #EBCC14;
}
</style>
background-color css
<style>
a { background-color: #EBCC14; }
a { background-color: rgb(235,204,20); }
div.DivClassName
{
background-color: #EBCC14;
}
.BgClassName
{
background-color: #EBCC14;
}
</style>
border-color css
<style>
span { border-color: #EBCC14; }
span { border-color: rgb(235,204,20); }
td.TdClassName
{
border-color: #EBCC14;
}
.TagClassName
{
border-color: #EBCC14;
}
</style>