Shades of Moon Yellow #ECBF0E
Tints of Moon Yellow #ECBF0E
RGB
CMYK
RGB Variations
Color information
#ECBF0E (or 0xECBF0E) is known color: Moon Yellow. HEX triplet: EC, BF and 0E. RGB value is (236,191,14). Sum of RGB (Red+Green+Blue) = 236+191+14=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBF0E is #1340F1. Grayscale: #B9B9B9. Windows color (decimal): -1261810 or 966636. OLE color: 966636.
HSL color Cylindrical-coordinate representation of color #ECBF0E: hue angle of 47.84º degrees, saturation: 0.89, 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 #ECBF0E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.07 |
| HSL | 47.84º | 0.89% | 0.49% | - |
| HSV(B) | 47.84º | 0.94% | 0.93% | - |
| XYZ | 53.3 | 55.13 | 8.25 | - |
| YUV | 184.28 | 31.91 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 14 | 0 | 0.19 | 0.94 | 0.07 | 47.84 | 0.89 | 0.49 |
| Hex | EC | BF | E | 0 | 13 | 5E | 7 | 30 | 59 | 31 |
| Octal | 354 | 277 | 16 | 0 | 23 | 136 | 7 | 60 | 131 | 61 |
| Binary | 11101100 | 10111111 | 1110 | 0 | 10011 | 1011110 | 111 | 110000 | 1011001 | 110001 |
Color Harmonies of #ECBF0E
Complementary color
Monochromatic Colors of #ECBF0E
Black with #ECBF0E
Text Example
Text Example
White with #ECBF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF0E; }
p { color: rgb(236,191,14); }
H1.HeaderClassName
{
color: #ECBF0E;
}
.AnyTagClassName
{
color: #ECBF0E;
}
</style>
background-color css
<style>
a { background-color: #ECBF0E; }
a { background-color: rgb(236,191,14); }
div.DivClassName
{
background-color: #ECBF0E;
}
.BgClassName
{
background-color: #ECBF0E;
}
</style>
border-color css
<style>
span { border-color: #ECBF0E; }
span { border-color: rgb(236,191,14); }
td.TdClassName
{
border-color: #ECBF0E;
}
.TagClassName
{
border-color: #ECBF0E;
}
</style>