Shades of Moon Yellow #ECB50F
Tints of Moon Yellow #ECB50F
RGB
CMYK
RGB Variations
Color information
#ECB50F (or 0xECB50F) is known color: Moon Yellow. HEX triplet: EC, B5 and 0F. RGB value is (236,181,15). Sum of RGB (Red+Green+Blue) = 236+181+15=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB50F is #134AF0. Grayscale: #B3B3B3. Windows color (decimal): -1264369 or 1029612. OLE color: 1029612.
HSL color Cylindrical-coordinate representation of color #ECB50F: hue angle of 45.07º degrees, saturation: 0.88, 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 #ECB50F is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 15 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.07 |
| HSL | 45.07º | 0.88% | 0.49% | - |
| HSV(B) | 45.07º | 0.94% | 0.93% | - |
| XYZ | 51.2 | 50.92 | 7.58 | - |
| YUV | 178.52 | 35.72 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 15 | 0 | 0.23 | 0.94 | 0.07 | 45.07 | 0.88 | 0.49 |
| Hex | EC | B5 | F | 0 | 17 | 5E | 7 | 2D | 58 | 31 |
| Octal | 354 | 265 | 17 | 0 | 27 | 136 | 7 | 55 | 130 | 61 |
| Binary | 11101100 | 10110101 | 1111 | 0 | 10111 | 1011110 | 111 | 101101 | 1011000 | 110001 |
Color Harmonies of #ECB50F
Complementary color
Monochromatic Colors of #ECB50F
Black with #ECB50F
Text Example
Text Example
White with #ECB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB50F; }
p { color: rgb(236,181,15); }
H1.HeaderClassName
{
color: #ECB50F;
}
.AnyTagClassName
{
color: #ECB50F;
}
</style>
background-color css
<style>
a { background-color: #ECB50F; }
a { background-color: rgb(236,181,15); }
div.DivClassName
{
background-color: #ECB50F;
}
.BgClassName
{
background-color: #ECB50F;
}
</style>
border-color css
<style>
span { border-color: #ECB50F; }
span { border-color: rgb(236,181,15); }
td.TdClassName
{
border-color: #ECB50F;
}
.TagClassName
{
border-color: #ECB50F;
}
</style>