Shades of Moon Yellow #ECB919
Tints of Moon Yellow #ECB919
RGB
CMYK
RGB Variations
Color information
#ECB919 (or 0xECB919) is known color: Moon Yellow. HEX triplet: EC, B9 and 19. RGB value is (236,185,25). Sum of RGB (Red+Green+Blue) = 236+185+25=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB919 is #1346E6. Grayscale: #B6B6B6. Windows color (decimal): -1263335 or 1685996. OLE color: 1685996.
HSL color Cylindrical-coordinate representation of color #ECB919: hue angle of 45.5º 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 #ECB919 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 25 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.07 |
| HSL | 45.5º | 0.85% | 0.51% | - |
| HSV(B) | 45.5º | 0.89% | 0.93% | - |
| XYZ | 52.12 | 52.6 | 8.33 | - |
| YUV | 182.01 | 39.4 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 25 | 0 | 0.22 | 0.89 | 0.07 | 45.5 | 0.85 | 0.51 |
| Hex | EC | B9 | 19 | 0 | 16 | 59 | 7 | 2D | 55 | 33 |
| Octal | 354 | 271 | 31 | 0 | 26 | 131 | 7 | 55 | 125 | 63 |
| Binary | 11101100 | 10111001 | 11001 | 0 | 10110 | 1011001 | 111 | 101101 | 1010101 | 110011 |
Color Harmonies of #ECB919
Complementary color
Monochromatic Colors of #ECB919
Black with #ECB919
Text Example
Text Example
White with #ECB919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB919; }
p { color: rgb(236,185,25); }
H1.HeaderClassName
{
color: #ECB919;
}
.AnyTagClassName
{
color: #ECB919;
}
</style>
background-color css
<style>
a { background-color: #ECB919; }
a { background-color: rgb(236,185,25); }
div.DivClassName
{
background-color: #ECB919;
}
.BgClassName
{
background-color: #ECB919;
}
</style>
border-color css
<style>
span { border-color: #ECB919; }
span { border-color: rgb(236,185,25); }
td.TdClassName
{
border-color: #ECB919;
}
.TagClassName
{
border-color: #ECB919;
}
</style>