Shades of Moon Yellow #ECB90D
Tints of Moon Yellow #ECB90D
RGB
CMYK
RGB Variations
Color information
#ECB90D (or 0xECB90D) is known color: Moon Yellow. HEX triplet: EC, B9 and 0D. RGB value is (236,185,13). Sum of RGB (Red+Green+Blue) = 236+185+13=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB90D is #1346F2. Grayscale: #B5B5B5. Windows color (decimal): -1263347 or 899564. OLE color: 899564.
HSL color Cylindrical-coordinate representation of color #ECB90D: hue angle of 46.28º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECB90D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 185 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.07 |
| HSL | 46.28º | 0.9% | 0.49% | - |
| HSV(B) | 46.28º | 0.94% | 0.93% | - |
| XYZ | 52.01 | 52.56 | 7.78 | - |
| YUV | 180.64 | 33.4 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 13 | 0 | 0.22 | 0.94 | 0.07 | 46.28 | 0.9 | 0.49 |
| Hex | EC | B9 | D | 0 | 16 | 5E | 7 | 2E | 5A | 31 |
| Octal | 354 | 271 | 15 | 0 | 26 | 136 | 7 | 56 | 132 | 61 |
| Binary | 11101100 | 10111001 | 1101 | 0 | 10110 | 1011110 | 111 | 101110 | 1011010 | 110001 |
Color Harmonies of #ECB90D
Complementary color
Monochromatic Colors of #ECB90D
Black with #ECB90D
Text Example
Text Example
White with #ECB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB90D; }
p { color: rgb(236,185,13); }
H1.HeaderClassName
{
color: #ECB90D;
}
.AnyTagClassName
{
color: #ECB90D;
}
</style>
background-color css
<style>
a { background-color: #ECB90D; }
a { background-color: rgb(236,185,13); }
div.DivClassName
{
background-color: #ECB90D;
}
.BgClassName
{
background-color: #ECB90D;
}
</style>
border-color css
<style>
span { border-color: #ECB90D; }
span { border-color: rgb(236,185,13); }
td.TdClassName
{
border-color: #ECB90D;
}
.TagClassName
{
border-color: #ECB90D;
}
</style>