Shades of Moon Yellow #ECC422
Tints of Moon Yellow #ECC422
RGB
CMYK
RGB Variations
Color information
#ECC422 (or 0xECC422) is known color: Moon Yellow. HEX triplet: EC, C4 and 22. RGB value is (236,196,34). Sum of RGB (Red+Green+Blue) = 236+196+34=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 34 (13.67% from 255 or 7.30% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC422 is #133BDD. Grayscale: #BEBEBE. Windows color (decimal): -1260510 or 2278636. OLE color: 2278636.
HSL color Cylindrical-coordinate representation of color #ECC422: hue angle of 48.12º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECC422 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 34 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.07 |
| HSL | 48.12º | 0.84% | 0.53% | - |
| HSV(B) | 48.12º | 0.86% | 0.93% | - |
| XYZ | 54.62 | 57.43 | 9.72 | - |
| YUV | 189.49 | 40.25 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 34 | 0 | 0.17 | 0.86 | 0.07 | 48.12 | 0.84 | 0.53 |
| Hex | EC | C4 | 22 | 0 | 11 | 56 | 7 | 30 | 54 | 35 |
| Octal | 354 | 304 | 42 | 0 | 21 | 126 | 7 | 60 | 124 | 65 |
| Binary | 11101100 | 11000100 | 100010 | 0 | 10001 | 1010110 | 111 | 110000 | 1010100 | 110101 |
Color Harmonies of #ECC422
Complementary color
Monochromatic Colors of #ECC422
Black with #ECC422
Text Example
Text Example
White with #ECC422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC422; }
p { color: rgb(236,196,34); }
H1.HeaderClassName
{
color: #ECC422;
}
.AnyTagClassName
{
color: #ECC422;
}
</style>
background-color css
<style>
a { background-color: #ECC422; }
a { background-color: rgb(236,196,34); }
div.DivClassName
{
background-color: #ECC422;
}
.BgClassName
{
background-color: #ECC422;
}
</style>
border-color css
<style>
span { border-color: #ECC422; }
span { border-color: rgb(236,196,34); }
td.TdClassName
{
border-color: #ECC422;
}
.TagClassName
{
border-color: #ECC422;
}
</style>