Shades of Moon Yellow #ECC314
Tints of Moon Yellow #ECC314
RGB
CMYK
RGB Variations
Color information
#ECC314 (or 0xECC314) is known color: Moon Yellow. HEX triplet: EC, C3 and 14. RGB value is (236,195,20). Sum of RGB (Red+Green+Blue) = 236+195+20=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 20 (8.20% from 255 or 4.43% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC314 is #133CEB. Grayscale: #BCBCBC. Windows color (decimal): -1260780 or 1360876. OLE color: 1360876.
HSL color Cylindrical-coordinate representation of color #ECC314: hue angle of 48.61º 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 #ECC314 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 20 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.07 |
| HSL | 48.61º | 0.85% | 0.5% | - |
| HSV(B) | 48.61º | 0.92% | 0.93% | - |
| XYZ | 54.23 | 56.91 | 8.79 | - |
| YUV | 187.31 | 33.58 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 20 | 0 | 0.17 | 0.92 | 0.07 | 48.61 | 0.85 | 0.5 |
| Hex | EC | C3 | 14 | 0 | 11 | 5C | 7 | 31 | 55 | 32 |
| Octal | 354 | 303 | 24 | 0 | 21 | 134 | 7 | 61 | 125 | 62 |
| Binary | 11101100 | 11000011 | 10100 | 0 | 10001 | 1011100 | 111 | 110001 | 1010101 | 110010 |
Color Harmonies of #ECC314
Complementary color
Monochromatic Colors of #ECC314
Black with #ECC314
Text Example
Text Example
White with #ECC314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC314; }
p { color: rgb(236,195,20); }
H1.HeaderClassName
{
color: #ECC314;
}
.AnyTagClassName
{
color: #ECC314;
}
</style>
background-color css
<style>
a { background-color: #ECC314; }
a { background-color: rgb(236,195,20); }
div.DivClassName
{
background-color: #ECC314;
}
.BgClassName
{
background-color: #ECC314;
}
</style>
border-color css
<style>
span { border-color: #ECC314; }
span { border-color: rgb(236,195,20); }
td.TdClassName
{
border-color: #ECC314;
}
.TagClassName
{
border-color: #ECC314;
}
</style>