Shades of Moon Yellow #ECB911
Tints of Moon Yellow #ECB911
RGB
CMYK
RGB Variations
Color information
#ECB911 (or 0xECB911) is known color: Moon Yellow. HEX triplet: EC, B9 and 11. RGB value is (236,185,17). Sum of RGB (Red+Green+Blue) = 236+185+17=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB911 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB911 is #1346EE. Grayscale: #B5B5B5. Windows color (decimal): -1263343 or 1161708. OLE color: 1161708.
HSL color Cylindrical-coordinate representation of color #ECB911: hue angle of 46.03º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECB911 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 17 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.07 |
| HSL | 46.03º | 0.87% | 0.5% | - |
| HSV(B) | 46.03º | 0.93% | 0.93% | - |
| XYZ | 52.04 | 52.57 | 7.93 | - |
| YUV | 181.1 | 35.4 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 17 | 0 | 0.22 | 0.93 | 0.07 | 46.03 | 0.87 | 0.5 |
| Hex | EC | B9 | 11 | 0 | 16 | 5D | 7 | 2E | 57 | 32 |
| Octal | 354 | 271 | 21 | 0 | 26 | 135 | 7 | 56 | 127 | 62 |
| Binary | 11101100 | 10111001 | 10001 | 0 | 10110 | 1011101 | 111 | 101110 | 1010111 | 110010 |
Color Harmonies of #ECB911
Complementary color
Monochromatic Colors of #ECB911
Black with #ECB911
Text Example
Text Example
White with #ECB911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB911; }
p { color: rgb(236,185,17); }
H1.HeaderClassName
{
color: #ECB911;
}
.AnyTagClassName
{
color: #ECB911;
}
</style>
background-color css
<style>
a { background-color: #ECB911; }
a { background-color: rgb(236,185,17); }
div.DivClassName
{
background-color: #ECB911;
}
.BgClassName
{
background-color: #ECB911;
}
</style>
border-color css
<style>
span { border-color: #ECB911; }
span { border-color: rgb(236,185,17); }
td.TdClassName
{
border-color: #ECB911;
}
.TagClassName
{
border-color: #ECB911;
}
</style>