Shades of Moon Yellow #ECC618
Tints of Moon Yellow #ECC618
RGB
CMYK
RGB Variations
Color information
#ECC618 (or 0xECC618) is known color: Moon Yellow. HEX triplet: EC, C6 and 18. RGB value is (236,198,24). Sum of RGB (Red+Green+Blue) = 236+198+24=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 24 (9.77% from 255 or 5.24% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC618 is #1339E7. Grayscale: #BEBEBE. Windows color (decimal): -1260008 or 1623788. OLE color: 1623788.
HSL color Cylindrical-coordinate representation of color #ECC618: hue angle of 49.25º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECC618 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 24 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.07 |
| HSL | 49.25º | 0.85% | 0.51% | - |
| HSV(B) | 49.25º | 0.9% | 0.93% | - |
| XYZ | 54.95 | 58.29 | 9.22 | - |
| YUV | 189.53 | 34.59 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 24 | 0 | 0.16 | 0.90 | 0.07 | 49.25 | 0.85 | 0.51 |
| Hex | EC | C6 | 18 | 0 | 10 | 5A | 7 | 31 | 55 | 33 |
| Octal | 354 | 306 | 30 | 0 | 20 | 132 | 7 | 61 | 125 | 63 |
| Binary | 11101100 | 11000110 | 11000 | 0 | 10000 | 1011010 | 111 | 110001 | 1010101 | 110011 |
Color Harmonies of #ECC618
Complementary color
Monochromatic Colors of #ECC618
Black with #ECC618
Text Example
Text Example
White with #ECC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC618; }
p { color: rgb(236,198,24); }
H1.HeaderClassName
{
color: #ECC618;
}
.AnyTagClassName
{
color: #ECC618;
}
</style>
background-color css
<style>
a { background-color: #ECC618; }
a { background-color: rgb(236,198,24); }
div.DivClassName
{
background-color: #ECC618;
}
.BgClassName
{
background-color: #ECC618;
}
</style>
border-color css
<style>
span { border-color: #ECC618; }
span { border-color: rgb(236,198,24); }
td.TdClassName
{
border-color: #ECC618;
}
.TagClassName
{
border-color: #ECC618;
}
</style>