Shades of Moon Yellow #ECB513
Tints of Moon Yellow #ECB513
RGB
CMYK
RGB Variations
Color information
#ECB513 (or 0xECB513) is known color: Moon Yellow. HEX triplet: EC, B5 and 13. RGB value is (236,181,19). Sum of RGB (Red+Green+Blue) = 236+181+19=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB513 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB513 is #134AEC. Grayscale: #B3B3B3. Windows color (decimal): -1264365 or 1291756. OLE color: 1291756.
HSL color Cylindrical-coordinate representation of color #ECB513: hue angle of 44.79º 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 #ECB513 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 19 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.07 |
| HSL | 44.79º | 0.85% | 0.5% | - |
| HSV(B) | 44.79º | 0.92% | 0.93% | - |
| XYZ | 51.23 | 50.93 | 7.75 | - |
| YUV | 178.98 | 37.72 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 19 | 0 | 0.23 | 0.92 | 0.07 | 44.79 | 0.85 | 0.5 |
| Hex | EC | B5 | 13 | 0 | 17 | 5C | 7 | 2D | 55 | 32 |
| Octal | 354 | 265 | 23 | 0 | 27 | 134 | 7 | 55 | 125 | 62 |
| Binary | 11101100 | 10110101 | 10011 | 0 | 10111 | 1011100 | 111 | 101101 | 1010101 | 110010 |
Color Harmonies of #ECB513
Complementary color
Monochromatic Colors of #ECB513
Black with #ECB513
Text Example
Text Example
White with #ECB513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB513; }
p { color: rgb(236,181,19); }
H1.HeaderClassName
{
color: #ECB513;
}
.AnyTagClassName
{
color: #ECB513;
}
</style>
background-color css
<style>
a { background-color: #ECB513; }
a { background-color: rgb(236,181,19); }
div.DivClassName
{
background-color: #ECB513;
}
.BgClassName
{
background-color: #ECB513;
}
</style>
border-color css
<style>
span { border-color: #ECB513; }
span { border-color: rgb(236,181,19); }
td.TdClassName
{
border-color: #ECB513;
}
.TagClassName
{
border-color: #ECB513;
}
</style>