Shades of Moon Yellow #ECB40F
Tints of Moon Yellow #ECB40F
RGB
CMYK
RGB Variations
Color information
#ECB40F (or 0xECB40F) is known color: Moon Yellow. HEX triplet: EC, B4 and 0F. RGB value is (236,180,15). Sum of RGB (Red+Green+Blue) = 236+180+15=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB40F is #134BF0. Grayscale: #B2B2B2. Windows color (decimal): -1264625 or 1029356. OLE color: 1029356.
HSL color Cylindrical-coordinate representation of color #ECB40F: hue angle of 44.8º 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 #ECB40F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.07 |
| HSL | 44.8º | 0.88% | 0.49% | - |
| HSV(B) | 44.8º | 0.94% | 0.93% | - |
| XYZ | 51 | 50.51 | 7.51 | - |
| YUV | 177.93 | 36.05 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 15 | 0 | 0.24 | 0.94 | 0.07 | 44.8 | 0.88 | 0.49 |
| Hex | EC | B4 | F | 0 | 18 | 5E | 7 | 2D | 58 | 31 |
| Octal | 354 | 264 | 17 | 0 | 30 | 136 | 7 | 55 | 130 | 61 |
| Binary | 11101100 | 10110100 | 1111 | 0 | 11000 | 1011110 | 111 | 101101 | 1011000 | 110001 |
Color Harmonies of #ECB40F
Complementary color
Monochromatic Colors of #ECB40F
Black with #ECB40F
Text Example
Text Example
White with #ECB40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB40F; }
p { color: rgb(236,180,15); }
H1.HeaderClassName
{
color: #ECB40F;
}
.AnyTagClassName
{
color: #ECB40F;
}
</style>
background-color css
<style>
a { background-color: #ECB40F; }
a { background-color: rgb(236,180,15); }
div.DivClassName
{
background-color: #ECB40F;
}
.BgClassName
{
background-color: #ECB40F;
}
</style>
border-color css
<style>
span { border-color: #ECB40F; }
span { border-color: rgb(236,180,15); }
td.TdClassName
{
border-color: #ECB40F;
}
.TagClassName
{
border-color: #ECB40F;
}
</style>