Shades of Moon Yellow #ECBD19
Tints of Moon Yellow #ECBD19
RGB
CMYK
RGB Variations
Color information
#ECBD19 (or 0xECBD19) is known color: Moon Yellow. HEX triplet: EC, BD and 19. RGB value is (236,189,25). Sum of RGB (Red+Green+Blue) = 236+189+25=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 25 (10.16% from 255 or 5.56% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD19 is #1342E6. Grayscale: #B9B9B9. Windows color (decimal): -1262311 or 1687020. OLE color: 1687020.
HSL color Cylindrical-coordinate representation of color #ECBD19: hue angle of 46.64º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECBD19 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 25 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.07 |
| HSL | 46.64º | 0.85% | 0.51% | - |
| HSV(B) | 46.64º | 0.89% | 0.93% | - |
| XYZ | 52.97 | 54.3 | 8.61 | - |
| YUV | 184.36 | 38.07 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 25 | 0 | 0.20 | 0.89 | 0.07 | 46.64 | 0.85 | 0.51 |
| Hex | EC | BD | 19 | 0 | 14 | 59 | 7 | 2F | 55 | 33 |
| Octal | 354 | 275 | 31 | 0 | 24 | 131 | 7 | 57 | 125 | 63 |
| Binary | 11101100 | 10111101 | 11001 | 0 | 10100 | 1011001 | 111 | 101111 | 1010101 | 110011 |
Color Harmonies of #ECBD19
Complementary color
Monochromatic Colors of #ECBD19
Black with #ECBD19
Text Example
Text Example
White with #ECBD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD19; }
p { color: rgb(236,189,25); }
H1.HeaderClassName
{
color: #ECBD19;
}
.AnyTagClassName
{
color: #ECBD19;
}
</style>
background-color css
<style>
a { background-color: #ECBD19; }
a { background-color: rgb(236,189,25); }
div.DivClassName
{
background-color: #ECBD19;
}
.BgClassName
{
background-color: #ECBD19;
}
</style>
border-color css
<style>
span { border-color: #ECBD19; }
span { border-color: rgb(236,189,25); }
td.TdClassName
{
border-color: #ECBD19;
}
.TagClassName
{
border-color: #ECBD19;
}
</style>