Shades of Moon Yellow #ECBF20
Tints of Moon Yellow #ECBF20
RGB
CMYK
RGB Variations
Color information
#ECBF20 (or 0xECBF20) is known color: Moon Yellow. HEX triplet: EC, BF and 20. RGB value is (236,191,32). Sum of RGB (Red+Green+Blue) = 236+191+32=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBF20 is #1340DF. Grayscale: #BBBBBB. Windows color (decimal): -1261792 or 2146284. OLE color: 2146284.
HSL color Cylindrical-coordinate representation of color #ECBF20: hue angle of 46.76º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECBF20 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 32 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.07 |
| HSL | 46.76º | 0.84% | 0.53% | - |
| HSV(B) | 46.76º | 0.86% | 0.93% | - |
| XYZ | 53.48 | 55.2 | 9.2 | - |
| YUV | 186.33 | 40.91 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 32 | 0 | 0.19 | 0.86 | 0.07 | 46.76 | 0.84 | 0.53 |
| Hex | EC | BF | 20 | 0 | 13 | 56 | 7 | 2F | 54 | 35 |
| Octal | 354 | 277 | 40 | 0 | 23 | 126 | 7 | 57 | 124 | 65 |
| Binary | 11101100 | 10111111 | 100000 | 0 | 10011 | 1010110 | 111 | 101111 | 1010100 | 110101 |
Color Harmonies of #ECBF20
Complementary color
Monochromatic Colors of #ECBF20
Black with #ECBF20
Text Example
Text Example
White with #ECBF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF20; }
p { color: rgb(236,191,32); }
H1.HeaderClassName
{
color: #ECBF20;
}
.AnyTagClassName
{
color: #ECBF20;
}
</style>
background-color css
<style>
a { background-color: #ECBF20; }
a { background-color: rgb(236,191,32); }
div.DivClassName
{
background-color: #ECBF20;
}
.BgClassName
{
background-color: #ECBF20;
}
</style>
border-color css
<style>
span { border-color: #ECBF20; }
span { border-color: rgb(236,191,32); }
td.TdClassName
{
border-color: #ECBF20;
}
.TagClassName
{
border-color: #ECBF20;
}
</style>