Shades of Moon Yellow #ECC90C
Tints of Moon Yellow #ECC90C
RGB
CMYK
RGB Variations
Color information
#ECC90C (or 0xECC90C) is known color: Moon Yellow. HEX triplet: EC, C9 and 0C. RGB value is (236,201,12). Sum of RGB (Red+Green+Blue) = 236+201+12=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 12 (5.08% from 255 or 2.67% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC90C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC90C is #1336F3. Grayscale: #BEBEBE. Windows color (decimal): -1259252 or 838124. OLE color: 838124.
HSL color Cylindrical-coordinate representation of color #ECC90C: hue angle of 50.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECC90C is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 12 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.07 |
| HSL | 50.63º | 0.9% | 0.49% | - |
| HSV(B) | 50.63º | 0.95% | 0.93% | - |
| XYZ | 55.55 | 59.63 | 8.93 | - |
| YUV | 189.92 | 27.6 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 12 | 0 | 0.15 | 0.95 | 0.07 | 50.63 | 0.9 | 0.49 |
| Hex | EC | C9 | C | 0 | F | 5F | 7 | 33 | 5A | 31 |
| Octal | 354 | 311 | 14 | 0 | 17 | 137 | 7 | 63 | 132 | 61 |
| Binary | 11101100 | 11001001 | 1100 | 0 | 1111 | 1011111 | 111 | 110011 | 1011010 | 110001 |
Color Harmonies of #ECC90C
Complementary color
Monochromatic Colors of #ECC90C
Black with #ECC90C
Text Example
Text Example
White with #ECC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC90C; }
p { color: rgb(236,201,12); }
H1.HeaderClassName
{
color: #ECC90C;
}
.AnyTagClassName
{
color: #ECC90C;
}
</style>
background-color css
<style>
a { background-color: #ECC90C; }
a { background-color: rgb(236,201,12); }
div.DivClassName
{
background-color: #ECC90C;
}
.BgClassName
{
background-color: #ECC90C;
}
</style>
border-color css
<style>
span { border-color: #ECC90C; }
span { border-color: rgb(236,201,12); }
td.TdClassName
{
border-color: #ECC90C;
}
.TagClassName
{
border-color: #ECC90C;
}
</style>