Shades of Moon Yellow #ECBD1D
Tints of Moon Yellow #ECBD1D
RGB
CMYK
RGB Variations
Color information
#ECBD1D (or 0xECBD1D) is known color: Moon Yellow. HEX triplet: EC, BD and 1D. RGB value is (236,189,29). Sum of RGB (Red+Green+Blue) = 236+189+29=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD1D is #1342E2. Grayscale: #B9B9B9. Windows color (decimal): -1262307 or 1949164. OLE color: 1949164.
HSL color Cylindrical-coordinate representation of color #ECBD1D: hue angle of 46.38º 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 #ECBD1D is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 29 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.07 |
| HSL | 46.38º | 0.84% | 0.52% | - |
| HSV(B) | 46.38º | 0.88% | 0.93% | - |
| XYZ | 53.01 | 54.32 | 8.85 | - |
| YUV | 184.81 | 40.07 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 29 | 0 | 0.20 | 0.88 | 0.07 | 46.38 | 0.84 | 0.52 |
| Hex | EC | BD | 1D | 0 | 14 | 58 | 7 | 2E | 54 | 34 |
| Octal | 354 | 275 | 35 | 0 | 24 | 130 | 7 | 56 | 124 | 64 |
| Binary | 11101100 | 10111101 | 11101 | 0 | 10100 | 1011000 | 111 | 101110 | 1010100 | 110100 |
Color Harmonies of #ECBD1D
Complementary color
Monochromatic Colors of #ECBD1D
Black with #ECBD1D
Text Example
Text Example
White with #ECBD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD1D; }
p { color: rgb(236,189,29); }
H1.HeaderClassName
{
color: #ECBD1D;
}
.AnyTagClassName
{
color: #ECBD1D;
}
</style>
background-color css
<style>
a { background-color: #ECBD1D; }
a { background-color: rgb(236,189,29); }
div.DivClassName
{
background-color: #ECBD1D;
}
.BgClassName
{
background-color: #ECBD1D;
}
</style>
border-color css
<style>
span { border-color: #ECBD1D; }
span { border-color: rgb(236,189,29); }
td.TdClassName
{
border-color: #ECBD1D;
}
.TagClassName
{
border-color: #ECBD1D;
}
</style>