Shades of Moon Yellow #ECB614
Tints of Moon Yellow #ECB614
RGB
CMYK
RGB Variations
Color information
#ECB614 (or 0xECB614) is known color: Moon Yellow. HEX triplet: EC, B6 and 14. RGB value is (236,182,20). Sum of RGB (Red+Green+Blue) = 236+182+20=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB614 is #1349EB. Grayscale: #B4B4B4. Windows color (decimal): -1264108 or 1357548. OLE color: 1357548.
HSL color Cylindrical-coordinate representation of color #ECB614: hue angle of 45º 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 #ECB614 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 20 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.07 |
| HSL | 45º | 0.85% | 0.5% | - |
| HSV(B) | 45º | 0.92% | 0.93% | - |
| XYZ | 51.45 | 51.34 | 7.86 | - |
| YUV | 179.68 | 37.89 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 20 | 0 | 0.23 | 0.92 | 0.07 | 45 | 0.85 | 0.5 |
| Hex | EC | B6 | 14 | 0 | 17 | 5C | 7 | 2D | 55 | 32 |
| Octal | 354 | 266 | 24 | 0 | 27 | 134 | 7 | 55 | 125 | 62 |
| Binary | 11101100 | 10110110 | 10100 | 0 | 10111 | 1011100 | 111 | 101101 | 1010101 | 110010 |
Color Harmonies of #ECB614
Complementary color
Monochromatic Colors of #ECB614
Black with #ECB614
Text Example
Text Example
White with #ECB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB614; }
p { color: rgb(236,182,20); }
H1.HeaderClassName
{
color: #ECB614;
}
.AnyTagClassName
{
color: #ECB614;
}
</style>
background-color css
<style>
a { background-color: #ECB614; }
a { background-color: rgb(236,182,20); }
div.DivClassName
{
background-color: #ECB614;
}
.BgClassName
{
background-color: #ECB614;
}
</style>
border-color css
<style>
span { border-color: #ECB614; }
span { border-color: rgb(236,182,20); }
td.TdClassName
{
border-color: #ECB614;
}
.TagClassName
{
border-color: #ECB614;
}
</style>