Shades of Moon Yellow #ECBF1D
Tints of Moon Yellow #ECBF1D
RGB
CMYK
RGB Variations
Color information
#ECBF1D (or 0xECBF1D) is known color: Moon Yellow. HEX triplet: EC, BF and 1D. RGB value is (236,191,29). Sum of RGB (Red+Green+Blue) = 236+191+29=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBF1D is #1340E2. Grayscale: #BABABA. Windows color (decimal): -1261795 or 1949676. OLE color: 1949676.
HSL color Cylindrical-coordinate representation of color #ECBF1D: hue angle of 46.96º 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 #ECBF1D is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 29 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.07 |
| HSL | 46.96º | 0.84% | 0.52% | - |
| HSV(B) | 46.96º | 0.88% | 0.93% | - |
| XYZ | 53.44 | 55.18 | 9 | - |
| YUV | 185.99 | 39.41 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 29 | 0 | 0.19 | 0.88 | 0.07 | 46.96 | 0.84 | 0.52 |
| Hex | EC | BF | 1D | 0 | 13 | 58 | 7 | 2F | 54 | 34 |
| Octal | 354 | 277 | 35 | 0 | 23 | 130 | 7 | 57 | 124 | 64 |
| Binary | 11101100 | 10111111 | 11101 | 0 | 10011 | 1011000 | 111 | 101111 | 1010100 | 110100 |
Color Harmonies of #ECBF1D
Complementary color
Monochromatic Colors of #ECBF1D
Black with #ECBF1D
Text Example
Text Example
White with #ECBF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF1D; }
p { color: rgb(236,191,29); }
H1.HeaderClassName
{
color: #ECBF1D;
}
.AnyTagClassName
{
color: #ECBF1D;
}
</style>
background-color css
<style>
a { background-color: #ECBF1D; }
a { background-color: rgb(236,191,29); }
div.DivClassName
{
background-color: #ECBF1D;
}
.BgClassName
{
background-color: #ECBF1D;
}
</style>
border-color css
<style>
span { border-color: #ECBF1D; }
span { border-color: rgb(236,191,29); }
td.TdClassName
{
border-color: #ECBF1D;
}
.TagClassName
{
border-color: #ECBF1D;
}
</style>