Shades of Moon Yellow #ECBA1D
Tints of Moon Yellow #ECBA1D
RGB
CMYK
RGB Variations
Color information
#ECBA1D (or 0xECBA1D) is known color: Moon Yellow. HEX triplet: EC, BA and 1D. RGB value is (236,186,29). Sum of RGB (Red+Green+Blue) = 236+186+29=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 29 (11.72% from 255 or 6.43% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA1D is #1345E2. Grayscale: #B7B7B7. Windows color (decimal): -1263075 or 1948396. OLE color: 1948396.
HSL color Cylindrical-coordinate representation of color #ECBA1D: hue angle of 45.51º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECBA1D is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 186 | 29 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.07 |
| HSL | 45.51º | 0.84% | 0.52% | - |
| HSV(B) | 45.51º | 0.88% | 0.93% | - |
| XYZ | 52.37 | 53.04 | 8.64 | - |
| YUV | 183.05 | 41.07 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 186 | 29 | 0 | 0.21 | 0.88 | 0.07 | 45.51 | 0.84 | 0.52 |
| Hex | EC | BA | 1D | 0 | 15 | 58 | 7 | 2E | 54 | 34 |
| Octal | 354 | 272 | 35 | 0 | 25 | 130 | 7 | 56 | 124 | 64 |
| Binary | 11101100 | 10111010 | 11101 | 0 | 10101 | 1011000 | 111 | 101110 | 1010100 | 110100 |
Color Harmonies of #ECBA1D
Complementary color
Monochromatic Colors of #ECBA1D
Black with #ECBA1D
Text Example
Text Example
White with #ECBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBA1D; }
p { color: rgb(236,186,29); }
H1.HeaderClassName
{
color: #ECBA1D;
}
.AnyTagClassName
{
color: #ECBA1D;
}
</style>
background-color css
<style>
a { background-color: #ECBA1D; }
a { background-color: rgb(236,186,29); }
div.DivClassName
{
background-color: #ECBA1D;
}
.BgClassName
{
background-color: #ECBA1D;
}
</style>
border-color css
<style>
span { border-color: #ECBA1D; }
span { border-color: rgb(236,186,29); }
td.TdClassName
{
border-color: #ECBA1D;
}
.TagClassName
{
border-color: #ECBA1D;
}
</style>