Shades of Moon Yellow #ECBC0D
Tints of Moon Yellow #ECBC0D
RGB
CMYK
RGB Variations
Color information
#ECBC0D (or 0xECBC0D) is known color: Moon Yellow. HEX triplet: EC, BC and 0D. RGB value is (236,188,13). Sum of RGB (Red+Green+Blue) = 236+188+13=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBC0D is #1343F2. Grayscale: #B7B7B7. Windows color (decimal): -1262579 or 900332. OLE color: 900332.
HSL color Cylindrical-coordinate representation of color #ECBC0D: hue angle of 47.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECBC0D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 188 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.07 |
| HSL | 47.09º | 0.9% | 0.49% | - |
| HSV(B) | 47.09º | 0.94% | 0.93% | - |
| XYZ | 52.65 | 53.83 | 8 | - |
| YUV | 182.4 | 32.4 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 188 | 13 | 0 | 0.20 | 0.94 | 0.07 | 47.09 | 0.9 | 0.49 |
| Hex | EC | BC | D | 0 | 14 | 5E | 7 | 2F | 5A | 31 |
| Octal | 354 | 274 | 15 | 0 | 24 | 136 | 7 | 57 | 132 | 61 |
| Binary | 11101100 | 10111100 | 1101 | 0 | 10100 | 1011110 | 111 | 101111 | 1011010 | 110001 |
Color Harmonies of #ECBC0D
Complementary color
Monochromatic Colors of #ECBC0D
Black with #ECBC0D
Text Example
Text Example
White with #ECBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBC0D; }
p { color: rgb(236,188,13); }
H1.HeaderClassName
{
color: #ECBC0D;
}
.AnyTagClassName
{
color: #ECBC0D;
}
</style>
background-color css
<style>
a { background-color: #ECBC0D; }
a { background-color: rgb(236,188,13); }
div.DivClassName
{
background-color: #ECBC0D;
}
.BgClassName
{
background-color: #ECBC0D;
}
</style>
border-color css
<style>
span { border-color: #ECBC0D; }
span { border-color: rgb(236,188,13); }
td.TdClassName
{
border-color: #ECBC0D;
}
.TagClassName
{
border-color: #ECBC0D;
}
</style>