Shades of Moon Yellow #ECBD14
Tints of Moon Yellow #ECBD14
RGB
CMYK
RGB Variations
Color information
#ECBD14 (or 0xECBD14) is known color: Moon Yellow. HEX triplet: EC, BD and 14. RGB value is (236,189,20). Sum of RGB (Red+Green+Blue) = 236+189+20=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD14 is #1342EB. Grayscale: #B8B8B8. Windows color (decimal): -1262316 or 1359340. OLE color: 1359340.
HSL color Cylindrical-coordinate representation of color #ECBD14: hue angle of 46.94º 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 #ECBD14 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 20 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.07 |
| HSL | 46.94º | 0.85% | 0.5% | - |
| HSV(B) | 46.94º | 0.92% | 0.93% | - |
| XYZ | 52.92 | 54.28 | 8.35 | - |
| YUV | 183.79 | 35.57 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 20 | 0 | 0.20 | 0.92 | 0.07 | 46.94 | 0.85 | 0.5 |
| Hex | EC | BD | 14 | 0 | 14 | 5C | 7 | 2F | 55 | 32 |
| Octal | 354 | 275 | 24 | 0 | 24 | 134 | 7 | 57 | 125 | 62 |
| Binary | 11101100 | 10111101 | 10100 | 0 | 10100 | 1011100 | 111 | 101111 | 1010101 | 110010 |
Color Harmonies of #ECBD14
Complementary color
Monochromatic Colors of #ECBD14
Black with #ECBD14
Text Example
Text Example
White with #ECBD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD14; }
p { color: rgb(236,189,20); }
H1.HeaderClassName
{
color: #ECBD14;
}
.AnyTagClassName
{
color: #ECBD14;
}
</style>
background-color css
<style>
a { background-color: #ECBD14; }
a { background-color: rgb(236,189,20); }
div.DivClassName
{
background-color: #ECBD14;
}
.BgClassName
{
background-color: #ECBD14;
}
</style>
border-color css
<style>
span { border-color: #ECBD14; }
span { border-color: rgb(236,189,20); }
td.TdClassName
{
border-color: #ECBD14;
}
.TagClassName
{
border-color: #ECBD14;
}
</style>