Shades of Moon Yellow #ECBD15
Tints of Moon Yellow #ECBD15
RGB
CMYK
RGB Variations
Color information
#ECBD15 (or 0xECBD15) is known color: Moon Yellow. HEX triplet: EC, BD and 15. RGB value is (236,189,21). Sum of RGB (Red+Green+Blue) = 236+189+21=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD15 is #1342EA. Grayscale: #B8B8B8. Windows color (decimal): -1262315 or 1424876. OLE color: 1424876.
HSL color Cylindrical-coordinate representation of color #ECBD15: hue angle of 46.88º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECBD15 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 21 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.07 |
| HSL | 46.88º | 0.85% | 0.5% | - |
| HSV(B) | 46.88º | 0.91% | 0.93% | - |
| XYZ | 52.93 | 54.28 | 8.4 | - |
| YUV | 183.9 | 36.07 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 21 | 0 | 0.20 | 0.91 | 0.07 | 46.88 | 0.85 | 0.5 |
| Hex | EC | BD | 15 | 0 | 14 | 5B | 7 | 2F | 55 | 32 |
| Octal | 354 | 275 | 25 | 0 | 24 | 133 | 7 | 57 | 125 | 62 |
| Binary | 11101100 | 10111101 | 10101 | 0 | 10100 | 1011011 | 111 | 101111 | 1010101 | 110010 |
Color Harmonies of #ECBD15
Complementary color
Monochromatic Colors of #ECBD15
Black with #ECBD15
Text Example
Text Example
White with #ECBD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD15; }
p { color: rgb(236,189,21); }
H1.HeaderClassName
{
color: #ECBD15;
}
.AnyTagClassName
{
color: #ECBD15;
}
</style>
background-color css
<style>
a { background-color: #ECBD15; }
a { background-color: rgb(236,189,21); }
div.DivClassName
{
background-color: #ECBD15;
}
.BgClassName
{
background-color: #ECBD15;
}
</style>
border-color css
<style>
span { border-color: #ECBD15; }
span { border-color: rgb(236,189,21); }
td.TdClassName
{
border-color: #ECBD15;
}
.TagClassName
{
border-color: #ECBD15;
}
</style>