Shades of Moon Yellow #ECB80D
Tints of Moon Yellow #ECB80D
RGB
CMYK
RGB Variations
Color information
#ECB80D (or 0xECB80D) is known color: Moon Yellow. HEX triplet: EC, B8 and 0D. RGB value is (236,184,13). Sum of RGB (Red+Green+Blue) = 236+184+13=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB80D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB80D is #1347F2. Grayscale: #B4B4B4. Windows color (decimal): -1263603 or 899308. OLE color: 899308.
HSL color Cylindrical-coordinate representation of color #ECB80D: hue angle of 46.01º 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 #ECB80D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.07 |
| HSL | 46.01º | 0.9% | 0.49% | - |
| HSV(B) | 46.01º | 0.94% | 0.93% | - |
| XYZ | 51.81 | 52.14 | 7.71 | - |
| YUV | 180.05 | 33.73 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 13 | 0 | 0.22 | 0.94 | 0.07 | 46.01 | 0.9 | 0.49 |
| Hex | EC | B8 | D | 0 | 16 | 5E | 7 | 2E | 5A | 31 |
| Octal | 354 | 270 | 15 | 0 | 26 | 136 | 7 | 56 | 132 | 61 |
| Binary | 11101100 | 10111000 | 1101 | 0 | 10110 | 1011110 | 111 | 101110 | 1011010 | 110001 |
Color Harmonies of #ECB80D
Complementary color
Monochromatic Colors of #ECB80D
Black with #ECB80D
Text Example
Text Example
White with #ECB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB80D; }
p { color: rgb(236,184,13); }
H1.HeaderClassName
{
color: #ECB80D;
}
.AnyTagClassName
{
color: #ECB80D;
}
</style>
background-color css
<style>
a { background-color: #ECB80D; }
a { background-color: rgb(236,184,13); }
div.DivClassName
{
background-color: #ECB80D;
}
.BgClassName
{
background-color: #ECB80D;
}
</style>
border-color css
<style>
span { border-color: #ECB80D; }
span { border-color: rgb(236,184,13); }
td.TdClassName
{
border-color: #ECB80D;
}
.TagClassName
{
border-color: #ECB80D;
}
</style>