Shades of Moon Yellow #ECC80F
Tints of Moon Yellow #ECC80F
RGB
CMYK
RGB Variations
Color information
#ECC80F (or 0xECC80F) is known color: Moon Yellow. HEX triplet: EC, C8 and 0F. RGB value is (236,200,15). Sum of RGB (Red+Green+Blue) = 236+200+15=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC80F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECC80F is #1337F0. Grayscale: #BEBEBE. Windows color (decimal): -1259505 or 1034476. OLE color: 1034476.
HSL color Cylindrical-coordinate representation of color #ECC80F: hue angle of 50.23º 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 #ECC80F is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 15 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.07 |
| HSL | 50.23º | 0.88% | 0.49% | - |
| HSV(B) | 50.23º | 0.94% | 0.93% | - |
| XYZ | 55.33 | 59.18 | 8.96 | - |
| YUV | 189.67 | 29.43 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 15 | 0 | 0.15 | 0.94 | 0.07 | 50.23 | 0.88 | 0.49 |
| Hex | EC | C8 | F | 0 | F | 5E | 7 | 32 | 58 | 31 |
| Octal | 354 | 310 | 17 | 0 | 17 | 136 | 7 | 62 | 130 | 61 |
| Binary | 11101100 | 11001000 | 1111 | 0 | 1111 | 1011110 | 111 | 110010 | 1011000 | 110001 |
Color Harmonies of #ECC80F
Complementary color
Monochromatic Colors of #ECC80F
Black with #ECC80F
Text Example
Text Example
White with #ECC80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC80F; }
p { color: rgb(236,200,15); }
H1.HeaderClassName
{
color: #ECC80F;
}
.AnyTagClassName
{
color: #ECC80F;
}
</style>
background-color css
<style>
a { background-color: #ECC80F; }
a { background-color: rgb(236,200,15); }
div.DivClassName
{
background-color: #ECC80F;
}
.BgClassName
{
background-color: #ECC80F;
}
</style>
border-color css
<style>
span { border-color: #ECC80F; }
span { border-color: rgb(236,200,15); }
td.TdClassName
{
border-color: #ECC80F;
}
.TagClassName
{
border-color: #ECC80F;
}
</style>