Shades of Moon Yellow #ECBD23
Tints of Moon Yellow #ECBD23
RGB
CMYK
RGB Variations
Color information
#ECBD23 (or 0xECBD23) is known color: Moon Yellow. HEX triplet: EC, BD and 23. RGB value is (236,189,35). Sum of RGB (Red+Green+Blue) = 236+189+35=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 35 (14.06% from 255 or 7.61% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBD23 is #1342DC. Grayscale: #BABABA. Windows color (decimal): -1262301 or 2342380. OLE color: 2342380.
HSL color Cylindrical-coordinate representation of color #ECBD23: hue angle of 45.97º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECBD23 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 35 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.07 |
| HSL | 45.97º | 0.84% | 0.53% | - |
| HSV(B) | 45.97º | 0.85% | 0.93% | - |
| XYZ | 53.09 | 54.35 | 9.28 | - |
| YUV | 185.5 | 43.07 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 35 | 0 | 0.20 | 0.85 | 0.07 | 45.97 | 0.84 | 0.53 |
| Hex | EC | BD | 23 | 0 | 14 | 55 | 7 | 2E | 54 | 35 |
| Octal | 354 | 275 | 43 | 0 | 24 | 125 | 7 | 56 | 124 | 65 |
| Binary | 11101100 | 10111101 | 100011 | 0 | 10100 | 1010101 | 111 | 101110 | 1010100 | 110101 |
Color Harmonies of #ECBD23
Complementary color
Monochromatic Colors of #ECBD23
Black with #ECBD23
Text Example
Text Example
White with #ECBD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBD23; }
p { color: rgb(236,189,35); }
H1.HeaderClassName
{
color: #ECBD23;
}
.AnyTagClassName
{
color: #ECBD23;
}
</style>
background-color css
<style>
a { background-color: #ECBD23; }
a { background-color: rgb(236,189,35); }
div.DivClassName
{
background-color: #ECBD23;
}
.BgClassName
{
background-color: #ECBD23;
}
</style>
border-color css
<style>
span { border-color: #ECBD23; }
span { border-color: rgb(236,189,35); }
td.TdClassName
{
border-color: #ECBD23;
}
.TagClassName
{
border-color: #ECBD23;
}
</style>