Shades of Moon Yellow #ECC10F
Tints of Moon Yellow #ECC10F
RGB
CMYK
RGB Variations
Color information
#ECC10F (or 0xECC10F) is known color: Moon Yellow. HEX triplet: EC, C1 and 0F. RGB value is (236,193,15). Sum of RGB (Red+Green+Blue) = 236+193+15=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC10F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC10F is #133EF0. Grayscale: #BABABA. Windows color (decimal): -1261297 or 1032684. OLE color: 1032684.
HSL color Cylindrical-coordinate representation of color #ECC10F: hue angle of 48.33º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECC10F is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 15 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.07 |
| HSL | 48.33º | 0.88% | 0.49% | - |
| HSV(B) | 48.33º | 0.94% | 0.93% | - |
| XYZ | 53.75 | 56.01 | 8.43 | - |
| YUV | 185.57 | 31.75 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 15 | 0 | 0.18 | 0.94 | 0.07 | 48.33 | 0.88 | 0.49 |
| Hex | EC | C1 | F | 0 | 12 | 5E | 7 | 30 | 58 | 31 |
| Octal | 354 | 301 | 17 | 0 | 22 | 136 | 7 | 60 | 130 | 61 |
| Binary | 11101100 | 11000001 | 1111 | 0 | 10010 | 1011110 | 111 | 110000 | 1011000 | 110001 |
Color Harmonies of #ECC10F
Complementary color
Monochromatic Colors of #ECC10F
Black with #ECC10F
Text Example
Text Example
White with #ECC10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC10F; }
p { color: rgb(236,193,15); }
H1.HeaderClassName
{
color: #ECC10F;
}
.AnyTagClassName
{
color: #ECC10F;
}
</style>
background-color css
<style>
a { background-color: #ECC10F; }
a { background-color: rgb(236,193,15); }
div.DivClassName
{
background-color: #ECC10F;
}
.BgClassName
{
background-color: #ECC10F;
}
</style>
border-color css
<style>
span { border-color: #ECC10F; }
span { border-color: rgb(236,193,15); }
td.TdClassName
{
border-color: #ECC10F;
}
.TagClassName
{
border-color: #ECC10F;
}
</style>