Shades of Moon Yellow #ECC125
Tints of Moon Yellow #ECC125
RGB
CMYK
RGB Variations
Color information
#ECC125 (or 0xECC125) is known color: Moon Yellow. HEX triplet: EC, C1 and 25. RGB value is (236,193,37). Sum of RGB (Red+Green+Blue) = 236+193+37=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC125 is #133EDA. Grayscale: #BCBCBC. Windows color (decimal): -1261275 or 2474476. OLE color: 2474476.
HSL color Cylindrical-coordinate representation of color #ECC125: hue angle of 47.04º 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 #ECC125 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 37 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.07 |
| HSL | 47.04º | 0.84% | 0.54% | - |
| HSV(B) | 47.04º | 0.84% | 0.93% | - |
| XYZ | 54 | 56.11 | 9.73 | - |
| YUV | 188.07 | 42.75 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 37 | 0 | 0.18 | 0.84 | 0.07 | 47.04 | 0.84 | 0.54 |
| Hex | EC | C1 | 25 | 0 | 12 | 54 | 7 | 2F | 54 | 36 |
| Octal | 354 | 301 | 45 | 0 | 22 | 124 | 7 | 57 | 124 | 66 |
| Binary | 11101100 | 11000001 | 100101 | 0 | 10010 | 1010100 | 111 | 101111 | 1010100 | 110110 |
Color Harmonies of #ECC125
Complementary color
Monochromatic Colors of #ECC125
Black with #ECC125
Text Example
Text Example
White with #ECC125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC125; }
p { color: rgb(236,193,37); }
H1.HeaderClassName
{
color: #ECC125;
}
.AnyTagClassName
{
color: #ECC125;
}
</style>
background-color css
<style>
a { background-color: #ECC125; }
a { background-color: rgb(236,193,37); }
div.DivClassName
{
background-color: #ECC125;
}
.BgClassName
{
background-color: #ECC125;
}
</style>
border-color css
<style>
span { border-color: #ECC125; }
span { border-color: rgb(236,193,37); }
td.TdClassName
{
border-color: #ECC125;
}
.TagClassName
{
border-color: #ECC125;
}
</style>