Shades of Moon Yellow #ECB70E
Tints of Moon Yellow #ECB70E
RGB
CMYK
RGB Variations
Color information
#ECB70E (or 0xECB70E) is known color: Moon Yellow. HEX triplet: EC, B7 and 0E. RGB value is (236,183,14). Sum of RGB (Red+Green+Blue) = 236+183+14=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 14 (5.86% from 255 or 3.23% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB70E is #1348F1. Grayscale: #B4B4B4. Windows color (decimal): -1263858 or 964588. OLE color: 964588.
HSL color Cylindrical-coordinate representation of color #ECB70E: hue angle of 45.68º 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 #ECB70E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 14 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.07 |
| HSL | 45.68º | 0.89% | 0.49% | - |
| HSV(B) | 45.68º | 0.94% | 0.93% | - |
| XYZ | 51.6 | 51.73 | 7.68 | - |
| YUV | 179.58 | 34.56 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 14 | 0 | 0.22 | 0.94 | 0.07 | 45.68 | 0.89 | 0.49 |
| Hex | EC | B7 | E | 0 | 16 | 5E | 7 | 2E | 59 | 31 |
| Octal | 354 | 267 | 16 | 0 | 26 | 136 | 7 | 56 | 131 | 61 |
| Binary | 11101100 | 10110111 | 1110 | 0 | 10110 | 1011110 | 111 | 101110 | 1011001 | 110001 |
Color Harmonies of #ECB70E
Complementary color
Monochromatic Colors of #ECB70E
Black with #ECB70E
Text Example
Text Example
White with #ECB70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB70E; }
p { color: rgb(236,183,14); }
H1.HeaderClassName
{
color: #ECB70E;
}
.AnyTagClassName
{
color: #ECB70E;
}
</style>
background-color css
<style>
a { background-color: #ECB70E; }
a { background-color: rgb(236,183,14); }
div.DivClassName
{
background-color: #ECB70E;
}
.BgClassName
{
background-color: #ECB70E;
}
</style>
border-color css
<style>
span { border-color: #ECB70E; }
span { border-color: rgb(236,183,14); }
td.TdClassName
{
border-color: #ECB70E;
}
.TagClassName
{
border-color: #ECB70E;
}
</style>