Shades of Moon Yellow #ECB80E
Tints of Moon Yellow #ECB80E
RGB
CMYK
RGB Variations
Color information
#ECB80E (or 0xECB80E) is known color: Moon Yellow. HEX triplet: EC, B8 and 0E. RGB value is (236,184,14). Sum of RGB (Red+Green+Blue) = 236+184+14=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB80E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB80E is #1347F1. Grayscale: #B4B4B4. Windows color (decimal): -1263602 or 964844. OLE color: 964844.
HSL color Cylindrical-coordinate representation of color #ECB80E: hue angle of 45.95º degrees, saturation: 0.89, 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 #ECB80E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 14 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.07 |
| HSL | 45.95º | 0.89% | 0.49% | - |
| HSV(B) | 45.95º | 0.94% | 0.93% | - |
| XYZ | 51.81 | 52.15 | 7.75 | - |
| YUV | 180.17 | 34.23 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 14 | 0 | 0.22 | 0.94 | 0.07 | 45.95 | 0.89 | 0.49 |
| Hex | EC | B8 | E | 0 | 16 | 5E | 7 | 2E | 59 | 31 |
| Octal | 354 | 270 | 16 | 0 | 26 | 136 | 7 | 56 | 131 | 61 |
| Binary | 11101100 | 10111000 | 1110 | 0 | 10110 | 1011110 | 111 | 101110 | 1011001 | 110001 |
Color Harmonies of #ECB80E
Complementary color
Monochromatic Colors of #ECB80E
Black with #ECB80E
Text Example
Text Example
White with #ECB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB80E; }
p { color: rgb(236,184,14); }
H1.HeaderClassName
{
color: #ECB80E;
}
.AnyTagClassName
{
color: #ECB80E;
}
</style>
background-color css
<style>
a { background-color: #ECB80E; }
a { background-color: rgb(236,184,14); }
div.DivClassName
{
background-color: #ECB80E;
}
.BgClassName
{
background-color: #ECB80E;
}
</style>
border-color css
<style>
span { border-color: #ECB80E; }
span { border-color: rgb(236,184,14); }
td.TdClassName
{
border-color: #ECB80E;
}
.TagClassName
{
border-color: #ECB80E;
}
</style>