Shades of Moon Yellow #ECB713
Tints of Moon Yellow #ECB713
RGB
CMYK
RGB Variations
Color information
#ECB713 (or 0xECB713) is known color: Moon Yellow. HEX triplet: EC, B7 and 13. RGB value is (236,183,19). Sum of RGB (Red+Green+Blue) = 236+183+19=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB713 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB713 is #1348EC. Grayscale: #B4B4B4. Windows color (decimal): -1263853 or 1292268. OLE color: 1292268.
HSL color Cylindrical-coordinate representation of color #ECB713: hue angle of 45.35º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECB713 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 19 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.07 |
| HSL | 45.35º | 0.85% | 0.5% | - |
| HSV(B) | 45.35º | 0.92% | 0.93% | - |
| XYZ | 51.64 | 51.75 | 7.88 | - |
| YUV | 180.15 | 37.06 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 19 | 0 | 0.22 | 0.92 | 0.07 | 45.35 | 0.85 | 0.5 |
| Hex | EC | B7 | 13 | 0 | 16 | 5C | 7 | 2D | 55 | 32 |
| Octal | 354 | 267 | 23 | 0 | 26 | 134 | 7 | 55 | 125 | 62 |
| Binary | 11101100 | 10110111 | 10011 | 0 | 10110 | 1011100 | 111 | 101101 | 1010101 | 110010 |
Color Harmonies of #ECB713
Complementary color
Monochromatic Colors of #ECB713
Black with #ECB713
Text Example
Text Example
White with #ECB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB713; }
p { color: rgb(236,183,19); }
H1.HeaderClassName
{
color: #ECB713;
}
.AnyTagClassName
{
color: #ECB713;
}
</style>
background-color css
<style>
a { background-color: #ECB713; }
a { background-color: rgb(236,183,19); }
div.DivClassName
{
background-color: #ECB713;
}
.BgClassName
{
background-color: #ECB713;
}
</style>
border-color css
<style>
span { border-color: #ECB713; }
span { border-color: rgb(236,183,19); }
td.TdClassName
{
border-color: #ECB713;
}
.TagClassName
{
border-color: #ECB713;
}
</style>