Shades of Moon Yellow #ECBE14
Tints of Moon Yellow #ECBE14
RGB
CMYK
RGB Variations
Color information
#ECBE14 (or 0xECBE14) is known color: Moon Yellow. HEX triplet: EC, BE and 14. RGB value is (236,190,20). Sum of RGB (Red+Green+Blue) = 236+190+20=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBE14 is #1341EB. Grayscale: #B9B9B9. Windows color (decimal): -1262060 or 1359596. OLE color: 1359596.
HSL color Cylindrical-coordinate representation of color #ECBE14: hue angle of 47.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECBE14 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 20 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.07 |
| HSL | 47.22º | 0.85% | 0.5% | - |
| HSV(B) | 47.22º | 0.92% | 0.93% | - |
| XYZ | 53.13 | 54.71 | 8.42 | - |
| YUV | 184.37 | 35.24 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 20 | 0 | 0.19 | 0.92 | 0.07 | 47.22 | 0.85 | 0.5 |
| Hex | EC | BE | 14 | 0 | 13 | 5C | 7 | 2F | 55 | 32 |
| Octal | 354 | 276 | 24 | 0 | 23 | 134 | 7 | 57 | 125 | 62 |
| Binary | 11101100 | 10111110 | 10100 | 0 | 10011 | 1011100 | 111 | 101111 | 1010101 | 110010 |
Color Harmonies of #ECBE14
Complementary color
Monochromatic Colors of #ECBE14
Black with #ECBE14
Text Example
Text Example
White with #ECBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE14; }
p { color: rgb(236,190,20); }
H1.HeaderClassName
{
color: #ECBE14;
}
.AnyTagClassName
{
color: #ECBE14;
}
</style>
background-color css
<style>
a { background-color: #ECBE14; }
a { background-color: rgb(236,190,20); }
div.DivClassName
{
background-color: #ECBE14;
}
.BgClassName
{
background-color: #ECBE14;
}
</style>
border-color css
<style>
span { border-color: #ECBE14; }
span { border-color: rgb(236,190,20); }
td.TdClassName
{
border-color: #ECBE14;
}
.TagClassName
{
border-color: #ECBE14;
}
</style>