Shades of Moon Yellow #ECBD20
Tints of Moon Yellow #ECBD20
RGB
CMYK
RGB Variations
Color information
#ECBD20 (or 0xECBD20) is known color: Moon Yellow. HEX triplet: EC, BD and 20. RGB value is (236,189,32). Sum of RGB (Red+Green+Blue) = 236+189+32=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD20 is #1342DF. Grayscale: #B9B9B9. Windows color (decimal): -1262304 or 2145772. OLE color: 2145772.
HSL color Cylindrical-coordinate representation of color #ECBD20: hue angle of 46.18º 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 #ECBD20 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 32 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.07 |
| HSL | 46.18º | 0.84% | 0.53% | - |
| HSV(B) | 46.18º | 0.86% | 0.93% | - |
| XYZ | 53.05 | 54.33 | 9.06 | - |
| YUV | 185.16 | 41.57 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 32 | 0 | 0.20 | 0.86 | 0.07 | 46.18 | 0.84 | 0.53 |
| Hex | EC | BD | 20 | 0 | 14 | 56 | 7 | 2E | 54 | 35 |
| Octal | 354 | 275 | 40 | 0 | 24 | 126 | 7 | 56 | 124 | 65 |
| Binary | 11101100 | 10111101 | 100000 | 0 | 10100 | 1010110 | 111 | 101110 | 1010100 | 110101 |
Color Harmonies of #ECBD20
Complementary color
Monochromatic Colors of #ECBD20
Black with #ECBD20
Text Example
Text Example
White with #ECBD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD20; }
p { color: rgb(236,189,32); }
H1.HeaderClassName
{
color: #ECBD20;
}
.AnyTagClassName
{
color: #ECBD20;
}
</style>
background-color css
<style>
a { background-color: #ECBD20; }
a { background-color: rgb(236,189,32); }
div.DivClassName
{
background-color: #ECBD20;
}
.BgClassName
{
background-color: #ECBD20;
}
</style>
border-color css
<style>
span { border-color: #ECBD20; }
span { border-color: rgb(236,189,32); }
td.TdClassName
{
border-color: #ECBD20;
}
.TagClassName
{
border-color: #ECBD20;
}
</style>