Shades of Moon Yellow #ECBE20
Tints of Moon Yellow #ECBE20
RGB
CMYK
RGB Variations
Color information
#ECBE20 (or 0xECBE20) is known color: Moon Yellow. HEX triplet: EC, BE and 20. RGB value is (236,190,32). Sum of RGB (Red+Green+Blue) = 236+190+32=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 32 (12.89% from 255 or 6.99% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBE20 is #1341DF. Grayscale: #BABABA. Windows color (decimal): -1262048 or 2146028. OLE color: 2146028.
HSL color Cylindrical-coordinate representation of color #ECBE20: hue angle of 46.47º 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 #ECBE20 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 32 | - |
| CMYK | 0 | 0.19 | 0.86 | 0.07 |
| HSL | 46.47º | 0.84% | 0.53% | - |
| HSV(B) | 46.47º | 0.86% | 0.93% | - |
| XYZ | 53.27 | 54.76 | 9.13 | - |
| YUV | 185.74 | 41.24 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 32 | 0 | 0.19 | 0.86 | 0.07 | 46.47 | 0.84 | 0.53 |
| Hex | EC | BE | 20 | 0 | 13 | 56 | 7 | 2E | 54 | 35 |
| Octal | 354 | 276 | 40 | 0 | 23 | 126 | 7 | 56 | 124 | 65 |
| Binary | 11101100 | 10111110 | 100000 | 0 | 10011 | 1010110 | 111 | 101110 | 1010100 | 110101 |
Color Harmonies of #ECBE20
Complementary color
Monochromatic Colors of #ECBE20
Black with #ECBE20
Text Example
Text Example
White with #ECBE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE20; }
p { color: rgb(236,190,32); }
H1.HeaderClassName
{
color: #ECBE20;
}
.AnyTagClassName
{
color: #ECBE20;
}
</style>
background-color css
<style>
a { background-color: #ECBE20; }
a { background-color: rgb(236,190,32); }
div.DivClassName
{
background-color: #ECBE20;
}
.BgClassName
{
background-color: #ECBE20;
}
</style>
border-color css
<style>
span { border-color: #ECBE20; }
span { border-color: rgb(236,190,32); }
td.TdClassName
{
border-color: #ECBE20;
}
.TagClassName
{
border-color: #ECBE20;
}
</style>