Shades of Moon Yellow #ECC223
Tints of Moon Yellow #ECC223
RGB
CMYK
RGB Variations
Color information
#ECC223 (or 0xECC223) is known color: Moon Yellow. HEX triplet: EC, C2 and 23. RGB value is (236,194,35). Sum of RGB (Red+Green+Blue) = 236+194+35=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC223 is #133DDC. Grayscale: #BDBDBD. Windows color (decimal): -1261021 or 2343660. OLE color: 2343660.
HSL color Cylindrical-coordinate representation of color #ECC223: hue angle of 47.46º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECC223 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 35 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.07 |
| HSL | 47.46º | 0.84% | 0.53% | - |
| HSV(B) | 47.46º | 0.85% | 0.93% | - |
| XYZ | 54.19 | 56.54 | 9.65 | - |
| YUV | 188.43 | 41.41 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 35 | 0 | 0.18 | 0.85 | 0.07 | 47.46 | 0.84 | 0.53 |
| Hex | EC | C2 | 23 | 0 | 12 | 55 | 7 | 2F | 54 | 35 |
| Octal | 354 | 302 | 43 | 0 | 22 | 125 | 7 | 57 | 124 | 65 |
| Binary | 11101100 | 11000010 | 100011 | 0 | 10010 | 1010101 | 111 | 101111 | 1010100 | 110101 |
Color Harmonies of #ECC223
Complementary color
Monochromatic Colors of #ECC223
Black with #ECC223
Text Example
Text Example
White with #ECC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC223; }
p { color: rgb(236,194,35); }
H1.HeaderClassName
{
color: #ECC223;
}
.AnyTagClassName
{
color: #ECC223;
}
</style>
background-color css
<style>
a { background-color: #ECC223; }
a { background-color: rgb(236,194,35); }
div.DivClassName
{
background-color: #ECC223;
}
.BgClassName
{
background-color: #ECC223;
}
</style>
border-color css
<style>
span { border-color: #ECC223; }
span { border-color: rgb(236,194,35); }
td.TdClassName
{
border-color: #ECC223;
}
.TagClassName
{
border-color: #ECC223;
}
</style>