Shades of Moon Yellow #ECC225
Tints of Moon Yellow #ECC225
RGB
CMYK
RGB Variations
Color information
#ECC225 (or 0xECC225) is known color: Moon Yellow. HEX triplet: EC, C2 and 25. RGB value is (236,194,37). Sum of RGB (Red+Green+Blue) = 236+194+37=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 37 (14.84% from 255 or 7.92% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC225 is #133DDA. Grayscale: #BDBDBD. Windows color (decimal): -1261019 or 2474732. OLE color: 2474732.
HSL color Cylindrical-coordinate representation of color #ECC225: hue angle of 47.34º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECC225 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 37 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.07 |
| HSL | 47.34º | 0.84% | 0.54% | - |
| HSV(B) | 47.34º | 0.84% | 0.93% | - |
| XYZ | 54.22 | 56.55 | 9.81 | - |
| YUV | 188.66 | 42.41 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 37 | 0 | 0.18 | 0.84 | 0.07 | 47.34 | 0.84 | 0.54 |
| Hex | EC | C2 | 25 | 0 | 12 | 54 | 7 | 2F | 54 | 36 |
| Octal | 354 | 302 | 45 | 0 | 22 | 124 | 7 | 57 | 124 | 66 |
| Binary | 11101100 | 11000010 | 100101 | 0 | 10010 | 1010100 | 111 | 101111 | 1010100 | 110110 |
Color Harmonies of #ECC225
Complementary color
Monochromatic Colors of #ECC225
Black with #ECC225
Text Example
Text Example
White with #ECC225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC225; }
p { color: rgb(236,194,37); }
H1.HeaderClassName
{
color: #ECC225;
}
.AnyTagClassName
{
color: #ECC225;
}
</style>
background-color css
<style>
a { background-color: #ECC225; }
a { background-color: rgb(236,194,37); }
div.DivClassName
{
background-color: #ECC225;
}
.BgClassName
{
background-color: #ECC225;
}
</style>
border-color css
<style>
span { border-color: #ECC225; }
span { border-color: rgb(236,194,37); }
td.TdClassName
{
border-color: #ECC225;
}
.TagClassName
{
border-color: #ECC225;
}
</style>