Shades of Moon Yellow #ECBC1B
Tints of Moon Yellow #ECBC1B
RGB
CMYK
RGB Variations
Color information
#ECBC1B (or 0xECBC1B) is known color: Moon Yellow. HEX triplet: EC, BC and 1B. RGB value is (236,188,27). Sum of RGB (Red+Green+Blue) = 236+188+27=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 27 (10.94% from 255 or 5.99% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBC1B is #1343E4. Grayscale: #B8B8B8. Windows color (decimal): -1262565 or 1817836. OLE color: 1817836.
HSL color Cylindrical-coordinate representation of color #ECBC1B: hue angle of 46.22º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECBC1B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 27 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.07 |
| HSL | 46.22º | 0.85% | 0.52% | - |
| HSV(B) | 46.22º | 0.89% | 0.93% | - |
| XYZ | 52.77 | 53.88 | 8.66 | - |
| YUV | 184 | 39.4 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 27 | 0 | 0.20 | 0.89 | 0.07 | 46.22 | 0.85 | 0.52 |
| Hex | EC | BC | 1B | 0 | 14 | 59 | 7 | 2E | 55 | 34 |
| Octal | 354 | 274 | 33 | 0 | 24 | 131 | 7 | 56 | 125 | 64 |
| Binary | 11101100 | 10111100 | 11011 | 0 | 10100 | 1011001 | 111 | 101110 | 1010101 | 110100 |
Color Harmonies of #ECBC1B
Complementary color
Monochromatic Colors of #ECBC1B
Black with #ECBC1B
Text Example
Text Example
White with #ECBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC1B; }
p { color: rgb(236,188,27); }
H1.HeaderClassName
{
color: #ECBC1B;
}
.AnyTagClassName
{
color: #ECBC1B;
}
</style>
background-color css
<style>
a { background-color: #ECBC1B; }
a { background-color: rgb(236,188,27); }
div.DivClassName
{
background-color: #ECBC1B;
}
.BgClassName
{
background-color: #ECBC1B;
}
</style>
border-color css
<style>
span { border-color: #ECBC1B; }
span { border-color: rgb(236,188,27); }
td.TdClassName
{
border-color: #ECBC1B;
}
.TagClassName
{
border-color: #ECBC1B;
}
</style>