Shades of Moon Yellow #ECC122
Tints of Moon Yellow #ECC122
RGB
CMYK
RGB Variations
Color information
#ECC122 (or 0xECC122) is known color: Moon Yellow. HEX triplet: EC, C1 and 22. RGB value is (236,193,34). Sum of RGB (Red+Green+Blue) = 236+193+34=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC122 is #133EDD. Grayscale: #BCBCBC. Windows color (decimal): -1261278 or 2277868. OLE color: 2277868.
HSL color Cylindrical-coordinate representation of color #ECC122: hue angle of 47.23º 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 #ECC122 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 34 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.07 |
| HSL | 47.23º | 0.84% | 0.53% | - |
| HSV(B) | 47.23º | 0.86% | 0.93% | - |
| XYZ | 53.95 | 56.09 | 9.5 | - |
| YUV | 187.73 | 41.25 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 34 | 0 | 0.18 | 0.86 | 0.07 | 47.23 | 0.84 | 0.53 |
| Hex | EC | C1 | 22 | 0 | 12 | 56 | 7 | 2F | 54 | 35 |
| Octal | 354 | 301 | 42 | 0 | 22 | 126 | 7 | 57 | 124 | 65 |
| Binary | 11101100 | 11000001 | 100010 | 0 | 10010 | 1010110 | 111 | 101111 | 1010100 | 110101 |
Color Harmonies of #ECC122
Complementary color
Monochromatic Colors of #ECC122
Black with #ECC122
Text Example
Text Example
White with #ECC122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC122; }
p { color: rgb(236,193,34); }
H1.HeaderClassName
{
color: #ECC122;
}
.AnyTagClassName
{
color: #ECC122;
}
</style>
background-color css
<style>
a { background-color: #ECC122; }
a { background-color: rgb(236,193,34); }
div.DivClassName
{
background-color: #ECC122;
}
.BgClassName
{
background-color: #ECC122;
}
</style>
border-color css
<style>
span { border-color: #ECC122; }
span { border-color: rgb(236,193,34); }
td.TdClassName
{
border-color: #ECC122;
}
.TagClassName
{
border-color: #ECC122;
}
</style>