Shades of Moon Yellow #ECBD1A
Tints of Moon Yellow #ECBD1A
RGB
CMYK
RGB Variations
Color information
#ECBD1A (or 0xECBD1A) is known color: Moon Yellow. HEX triplet: EC, BD and 1A. RGB value is (236,189,26). Sum of RGB (Red+Green+Blue) = 236+189+26=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 26 (10.55% from 255 or 5.76% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD1A is #1342E5. Grayscale: #B9B9B9. Windows color (decimal): -1262310 or 1752556. OLE color: 1752556.
HSL color Cylindrical-coordinate representation of color #ECBD1A: hue angle of 46.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECBD1A is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 26 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.07 |
| HSL | 46.57º | 0.85% | 0.51% | - |
| HSV(B) | 46.57º | 0.89% | 0.93% | - |
| XYZ | 52.98 | 54.3 | 8.67 | - |
| YUV | 184.47 | 38.57 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 26 | 0 | 0.20 | 0.89 | 0.07 | 46.57 | 0.85 | 0.51 |
| Hex | EC | BD | 1A | 0 | 14 | 59 | 7 | 2F | 55 | 33 |
| Octal | 354 | 275 | 32 | 0 | 24 | 131 | 7 | 57 | 125 | 63 |
| Binary | 11101100 | 10111101 | 11010 | 0 | 10100 | 1011001 | 111 | 101111 | 1010101 | 110011 |
Color Harmonies of #ECBD1A
Complementary color
Monochromatic Colors of #ECBD1A
Black with #ECBD1A
Text Example
Text Example
White with #ECBD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD1A; }
p { color: rgb(236,189,26); }
H1.HeaderClassName
{
color: #ECBD1A;
}
.AnyTagClassName
{
color: #ECBD1A;
}
</style>
background-color css
<style>
a { background-color: #ECBD1A; }
a { background-color: rgb(236,189,26); }
div.DivClassName
{
background-color: #ECBD1A;
}
.BgClassName
{
background-color: #ECBD1A;
}
</style>
border-color css
<style>
span { border-color: #ECBD1A; }
span { border-color: rgb(236,189,26); }
td.TdClassName
{
border-color: #ECBD1A;
}
.TagClassName
{
border-color: #ECBD1A;
}
</style>