Shades of Moon Yellow #EBCC0C
Tints of Moon Yellow #EBCC0C
RGB
CMYK
RGB Variations
Color information
#EBCC0C (or 0xEBCC0C) is known color: Moon Yellow. HEX triplet: EB, CC and 0C. RGB value is (235,204,12). Sum of RGB (Red+Green+Blue) = 235+204+12=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 12 (5.08% from 255 or 2.66% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCC0C is #1433F3. Grayscale: #C0C0C0. Windows color (decimal): -1324020 or 838891. OLE color: 838891.
HSL color Cylindrical-coordinate representation of color #EBCC0C: hue angle of 51.66º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBCC0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.08 |
| HSL | 51.66º | 0.9% | 0.48% | - |
| HSV(B) | 51.66º | 0.95% | 0.92% | - |
| XYZ | 55.92 | 60.87 | 9.15 | - |
| YUV | 191.38 | 26.77 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 12 | 0 | 0.13 | 0.95 | 0.08 | 51.66 | 0.9 | 0.48 |
| Hex | EB | CC | C | 0 | D | 5F | 8 | 34 | 5A | 30 |
| Octal | 353 | 314 | 14 | 0 | 15 | 137 | 10 | 64 | 132 | 60 |
| Binary | 11101011 | 11001100 | 1100 | 0 | 1101 | 1011111 | 1000 | 110100 | 1011010 | 110000 |
Color Harmonies of #EBCC0C
Complementary color
Monochromatic Colors of #EBCC0C
Black with #EBCC0C
Text Example
Text Example
White with #EBCC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCC0C; }
p { color: rgb(235,204,12); }
H1.HeaderClassName
{
color: #EBCC0C;
}
.AnyTagClassName
{
color: #EBCC0C;
}
</style>
background-color css
<style>
a { background-color: #EBCC0C; }
a { background-color: rgb(235,204,12); }
div.DivClassName
{
background-color: #EBCC0C;
}
.BgClassName
{
background-color: #EBCC0C;
}
</style>
border-color css
<style>
span { border-color: #EBCC0C; }
span { border-color: rgb(235,204,12); }
td.TdClassName
{
border-color: #EBCC0C;
}
.TagClassName
{
border-color: #EBCC0C;
}
</style>