Shades of Moon Yellow #ECBC19
Tints of Moon Yellow #ECBC19
RGB
CMYK
RGB Variations
Color information
#ECBC19 (or 0xECBC19) is known color: Moon Yellow. HEX triplet: EC, BC and 19. RGB value is (236,188,25). Sum of RGB (Red+Green+Blue) = 236+188+25=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 25 (10.16% from 255 or 5.57% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBC19 is #1343E6. Grayscale: #B8B8B8. Windows color (decimal): -1262567 or 1686764. OLE color: 1686764.
HSL color Cylindrical-coordinate representation of color #ECBC19: hue angle of 46.35º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECBC19 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 25 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.07 |
| HSL | 46.35º | 0.85% | 0.51% | - |
| HSV(B) | 46.35º | 0.89% | 0.93% | - |
| XYZ | 52.75 | 53.87 | 8.54 | - |
| YUV | 183.77 | 38.4 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 25 | 0 | 0.20 | 0.89 | 0.07 | 46.35 | 0.85 | 0.51 |
| Hex | EC | BC | 19 | 0 | 14 | 59 | 7 | 2E | 55 | 33 |
| Octal | 354 | 274 | 31 | 0 | 24 | 131 | 7 | 56 | 125 | 63 |
| Binary | 11101100 | 10111100 | 11001 | 0 | 10100 | 1011001 | 111 | 101110 | 1010101 | 110011 |
Color Harmonies of #ECBC19
Complementary color
Monochromatic Colors of #ECBC19
Black with #ECBC19
Text Example
Text Example
White with #ECBC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC19; }
p { color: rgb(236,188,25); }
H1.HeaderClassName
{
color: #ECBC19;
}
.AnyTagClassName
{
color: #ECBC19;
}
</style>
background-color css
<style>
a { background-color: #ECBC19; }
a { background-color: rgb(236,188,25); }
div.DivClassName
{
background-color: #ECBC19;
}
.BgClassName
{
background-color: #ECBC19;
}
</style>
border-color css
<style>
span { border-color: #ECBC19; }
span { border-color: rgb(236,188,25); }
td.TdClassName
{
border-color: #ECBC19;
}
.TagClassName
{
border-color: #ECBC19;
}
</style>