Shades of Moon Yellow #ECC622
Tints of Moon Yellow #ECC622
RGB
CMYK
RGB Variations
Color information
#ECC622 (or 0xECC622) is known color: Moon Yellow. HEX triplet: EC, C6 and 22. RGB value is (236,198,34). Sum of RGB (Red+Green+Blue) = 236+198+34=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC622 is #1339DD. Grayscale: #BFBFBF. Windows color (decimal): -1259998 or 2279148. OLE color: 2279148.
HSL color Cylindrical-coordinate representation of color #ECC622: hue angle of 48.71º 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 #ECC622 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 34 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.07 |
| HSL | 48.71º | 0.84% | 0.53% | - |
| HSV(B) | 48.71º | 0.86% | 0.93% | - |
| XYZ | 55.07 | 58.34 | 9.87 | - |
| YUV | 190.67 | 39.59 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 34 | 0 | 0.16 | 0.86 | 0.07 | 48.71 | 0.84 | 0.53 |
| Hex | EC | C6 | 22 | 0 | 10 | 56 | 7 | 31 | 54 | 35 |
| Octal | 354 | 306 | 42 | 0 | 20 | 126 | 7 | 61 | 124 | 65 |
| Binary | 11101100 | 11000110 | 100010 | 0 | 10000 | 1010110 | 111 | 110001 | 1010100 | 110101 |
Color Harmonies of #ECC622
Complementary color
Monochromatic Colors of #ECC622
Black with #ECC622
Text Example
Text Example
White with #ECC622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC622; }
p { color: rgb(236,198,34); }
H1.HeaderClassName
{
color: #ECC622;
}
.AnyTagClassName
{
color: #ECC622;
}
</style>
background-color css
<style>
a { background-color: #ECC622; }
a { background-color: rgb(236,198,34); }
div.DivClassName
{
background-color: #ECC622;
}
.BgClassName
{
background-color: #ECC622;
}
</style>
border-color css
<style>
span { border-color: #ECC622; }
span { border-color: rgb(236,198,34); }
td.TdClassName
{
border-color: #ECC622;
}
.TagClassName
{
border-color: #ECC622;
}
</style>