Shades of Moon Yellow #ECC222
Tints of Moon Yellow #ECC222
RGB
CMYK
RGB Variations
Color information
#ECC222 (or 0xECC222) is known color: Moon Yellow. HEX triplet: EC, C2 and 22. RGB value is (236,194,34). Sum of RGB (Red+Green+Blue) = 236+194+34=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC222 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC222 is #133DDD. Grayscale: #BDBDBD. Windows color (decimal): -1261022 or 2278124. OLE color: 2278124.
HSL color Cylindrical-coordinate representation of color #ECC222: hue angle of 47.52º 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 #ECC222 is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 34 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.07 |
| HSL | 47.52º | 0.84% | 0.53% | - |
| HSV(B) | 47.52º | 0.86% | 0.93% | - |
| XYZ | 54.17 | 56.53 | 9.57 | - |
| YUV | 188.32 | 40.91 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 34 | 0 | 0.18 | 0.86 | 0.07 | 47.52 | 0.84 | 0.53 |
| Hex | EC | C2 | 22 | 0 | 12 | 56 | 7 | 30 | 54 | 35 |
| Octal | 354 | 302 | 42 | 0 | 22 | 126 | 7 | 60 | 124 | 65 |
| Binary | 11101100 | 11000010 | 100010 | 0 | 10010 | 1010110 | 111 | 110000 | 1010100 | 110101 |
Color Harmonies of #ECC222
Complementary color
Monochromatic Colors of #ECC222
Black with #ECC222
Text Example
Text Example
White with #ECC222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC222; }
p { color: rgb(236,194,34); }
H1.HeaderClassName
{
color: #ECC222;
}
.AnyTagClassName
{
color: #ECC222;
}
</style>
background-color css
<style>
a { background-color: #ECC222; }
a { background-color: rgb(236,194,34); }
div.DivClassName
{
background-color: #ECC222;
}
.BgClassName
{
background-color: #ECC222;
}
</style>
border-color css
<style>
span { border-color: #ECC222; }
span { border-color: rgb(236,194,34); }
td.TdClassName
{
border-color: #ECC222;
}
.TagClassName
{
border-color: #ECC222;
}
</style>