Shades of Moon Yellow #ECB410
Tints of Moon Yellow #ECB410
RGB
CMYK
RGB Variations
Color information
#ECB410 (or 0xECB410) is known color: Moon Yellow. HEX triplet: EC, B4 and 10. RGB value is (236,180,16). Sum of RGB (Red+Green+Blue) = 236+180+16=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB410 is #134BEF. Grayscale: #B2B2B2. Windows color (decimal): -1264624 or 1094892. OLE color: 1094892.
HSL color Cylindrical-coordinate representation of color #ECB410: hue angle of 44.73º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECB410 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 16 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.07 |
| HSL | 44.73º | 0.87% | 0.49% | - |
| HSV(B) | 44.73º | 0.93% | 0.93% | - |
| XYZ | 51.01 | 50.51 | 7.55 | - |
| YUV | 178.05 | 36.55 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 16 | 0 | 0.24 | 0.93 | 0.07 | 44.73 | 0.87 | 0.49 |
| Hex | EC | B4 | 10 | 0 | 18 | 5D | 7 | 2D | 57 | 31 |
| Octal | 354 | 264 | 20 | 0 | 30 | 135 | 7 | 55 | 127 | 61 |
| Binary | 11101100 | 10110100 | 10000 | 0 | 11000 | 1011101 | 111 | 101101 | 1010111 | 110001 |
Color Harmonies of #ECB410
Complementary color
Monochromatic Colors of #ECB410
Black with #ECB410
Text Example
Text Example
White with #ECB410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB410; }
p { color: rgb(236,180,16); }
H1.HeaderClassName
{
color: #ECB410;
}
.AnyTagClassName
{
color: #ECB410;
}
</style>
background-color css
<style>
a { background-color: #ECB410; }
a { background-color: rgb(236,180,16); }
div.DivClassName
{
background-color: #ECB410;
}
.BgClassName
{
background-color: #ECB410;
}
</style>
border-color css
<style>
span { border-color: #ECB410; }
span { border-color: rgb(236,180,16); }
td.TdClassName
{
border-color: #ECB410;
}
.TagClassName
{
border-color: #ECB410;
}
</style>