Shades of Moon Yellow #EBCD0C
Tints of Moon Yellow #EBCD0C
RGB
CMYK
RGB Variations
Color information
#EBCD0C (or 0xEBCD0C) is known color: Moon Yellow. HEX triplet: EB, CD and 0C. RGB value is (235,205,12). Sum of RGB (Red+Green+Blue) = 235+205+12=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCD0C is #1432F3. Grayscale: #C0C0C0. Windows color (decimal): -1323764 or 839147. OLE color: 839147.
HSL color Cylindrical-coordinate representation of color #EBCD0C: hue angle of 51.93º 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 #EBCD0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.08 |
| HSL | 51.93º | 0.9% | 0.48% | - |
| HSV(B) | 51.93º | 0.95% | 0.92% | - |
| XYZ | 56.16 | 61.35 | 9.23 | - |
| YUV | 191.97 | 26.44 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 12 | 0 | 0.13 | 0.95 | 0.08 | 51.93 | 0.9 | 0.48 |
| Hex | EB | CD | C | 0 | D | 5F | 8 | 34 | 5A | 30 |
| Octal | 353 | 315 | 14 | 0 | 15 | 137 | 10 | 64 | 132 | 60 |
| Binary | 11101011 | 11001101 | 1100 | 0 | 1101 | 1011111 | 1000 | 110100 | 1011010 | 110000 |
Color Harmonies of #EBCD0C
Complementary color
Monochromatic Colors of #EBCD0C
Black with #EBCD0C
Text Example
Text Example
White with #EBCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD0C; }
p { color: rgb(235,205,12); }
H1.HeaderClassName
{
color: #EBCD0C;
}
.AnyTagClassName
{
color: #EBCD0C;
}
</style>
background-color css
<style>
a { background-color: #EBCD0C; }
a { background-color: rgb(235,205,12); }
div.DivClassName
{
background-color: #EBCD0C;
}
.BgClassName
{
background-color: #EBCD0C;
}
</style>
border-color css
<style>
span { border-color: #EBCD0C; }
span { border-color: rgb(235,205,12); }
td.TdClassName
{
border-color: #EBCD0C;
}
.TagClassName
{
border-color: #EBCD0C;
}
</style>