Shades of Moon Yellow #ECBE16
Tints of Moon Yellow #ECBE16
RGB
CMYK
RGB Variations
Color information
#ECBE16 (or 0xECBE16) is known color: Moon Yellow. HEX triplet: EC, BE and 16. RGB value is (236,190,22). Sum of RGB (Red+Green+Blue) = 236+190+22=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 22 (8.98% from 255 or 4.91% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBE16 is #1341E9. Grayscale: #B9B9B9. Windows color (decimal): -1262058 or 1490668. OLE color: 1490668.
HSL color Cylindrical-coordinate representation of color #ECBE16: hue angle of 47.1º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECBE16 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 22 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.07 |
| HSL | 47.1º | 0.85% | 0.51% | - |
| HSV(B) | 47.1º | 0.91% | 0.93% | - |
| XYZ | 53.15 | 54.72 | 8.52 | - |
| YUV | 184.6 | 36.24 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 22 | 0 | 0.19 | 0.91 | 0.07 | 47.1 | 0.85 | 0.51 |
| Hex | EC | BE | 16 | 0 | 13 | 5B | 7 | 2F | 55 | 33 |
| Octal | 354 | 276 | 26 | 0 | 23 | 133 | 7 | 57 | 125 | 63 |
| Binary | 11101100 | 10111110 | 10110 | 0 | 10011 | 1011011 | 111 | 101111 | 1010101 | 110011 |
Color Harmonies of #ECBE16
Complementary color
Monochromatic Colors of #ECBE16
Black with #ECBE16
Text Example
Text Example
White with #ECBE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE16; }
p { color: rgb(236,190,22); }
H1.HeaderClassName
{
color: #ECBE16;
}
.AnyTagClassName
{
color: #ECBE16;
}
</style>
background-color css
<style>
a { background-color: #ECBE16; }
a { background-color: rgb(236,190,22); }
div.DivClassName
{
background-color: #ECBE16;
}
.BgClassName
{
background-color: #ECBE16;
}
</style>
border-color css
<style>
span { border-color: #ECBE16; }
span { border-color: rgb(236,190,22); }
td.TdClassName
{
border-color: #ECBE16;
}
.TagClassName
{
border-color: #ECBE16;
}
</style>