Shades of Moon Yellow #ECBD1B
Tints of Moon Yellow #ECBD1B
RGB
CMYK
RGB Variations
Color information
#ECBD1B (or 0xECBD1B) is known color: Moon Yellow. HEX triplet: EC, BD and 1B. RGB value is (236,189,27). Sum of RGB (Red+Green+Blue) = 236+189+27=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 27 (10.94% from 255 or 5.97% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD1B is #1342E4. Grayscale: #B9B9B9. Windows color (decimal): -1262309 or 1818092. OLE color: 1818092.
HSL color Cylindrical-coordinate representation of color #ECBD1B: hue angle of 46.51º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECBD1B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 27 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.07 |
| HSL | 46.51º | 0.85% | 0.52% | - |
| HSV(B) | 46.51º | 0.89% | 0.93% | - |
| XYZ | 52.99 | 54.31 | 8.73 | - |
| YUV | 184.59 | 39.07 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 27 | 0 | 0.20 | 0.89 | 0.07 | 46.51 | 0.85 | 0.52 |
| Hex | EC | BD | 1B | 0 | 14 | 59 | 7 | 2F | 55 | 34 |
| Octal | 354 | 275 | 33 | 0 | 24 | 131 | 7 | 57 | 125 | 64 |
| Binary | 11101100 | 10111101 | 11011 | 0 | 10100 | 1011001 | 111 | 101111 | 1010101 | 110100 |
Color Harmonies of #ECBD1B
Complementary color
Monochromatic Colors of #ECBD1B
Black with #ECBD1B
Text Example
Text Example
White with #ECBD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD1B; }
p { color: rgb(236,189,27); }
H1.HeaderClassName
{
color: #ECBD1B;
}
.AnyTagClassName
{
color: #ECBD1B;
}
</style>
background-color css
<style>
a { background-color: #ECBD1B; }
a { background-color: rgb(236,189,27); }
div.DivClassName
{
background-color: #ECBD1B;
}
.BgClassName
{
background-color: #ECBD1B;
}
</style>
border-color css
<style>
span { border-color: #ECBD1B; }
span { border-color: rgb(236,189,27); }
td.TdClassName
{
border-color: #ECBD1B;
}
.TagClassName
{
border-color: #ECBD1B;
}
</style>