Shades of Moon Yellow #ECCC0E
Tints of Moon Yellow #ECCC0E
RGB
CMYK
RGB Variations
Color information
#ECCC0E (or 0xECCC0E) is known color: Moon Yellow. HEX triplet: EC, CC and 0E. RGB value is (236,204,14). Sum of RGB (Red+Green+Blue) = 236+204+14=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCC0E is #1333F1. Grayscale: #C0C0C0. Windows color (decimal): -1258482 or 969964. OLE color: 969964.
HSL color Cylindrical-coordinate representation of color #ECCC0E: hue angle of 51.35º 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 #ECCC0E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 14 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.07 |
| HSL | 51.35º | 0.89% | 0.49% | - |
| HSV(B) | 51.35º | 0.94% | 0.93% | - |
| XYZ | 56.26 | 61.05 | 9.23 | - |
| YUV | 191.91 | 27.6 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 14 | 0 | 0.14 | 0.94 | 0.07 | 51.35 | 0.89 | 0.49 |
| Hex | EC | CC | E | 0 | E | 5E | 7 | 33 | 59 | 31 |
| Octal | 354 | 314 | 16 | 0 | 16 | 136 | 7 | 63 | 131 | 61 |
| Binary | 11101100 | 11001100 | 1110 | 0 | 1110 | 1011110 | 111 | 110011 | 1011001 | 110001 |
Color Harmonies of #ECCC0E
Complementary color
Monochromatic Colors of #ECCC0E
Black with #ECCC0E
Text Example
Text Example
White with #ECCC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC0E; }
p { color: rgb(236,204,14); }
H1.HeaderClassName
{
color: #ECCC0E;
}
.AnyTagClassName
{
color: #ECCC0E;
}
</style>
background-color css
<style>
a { background-color: #ECCC0E; }
a { background-color: rgb(236,204,14); }
div.DivClassName
{
background-color: #ECCC0E;
}
.BgClassName
{
background-color: #ECCC0E;
}
</style>
border-color css
<style>
span { border-color: #ECCC0E; }
span { border-color: rgb(236,204,14); }
td.TdClassName
{
border-color: #ECCC0E;
}
.TagClassName
{
border-color: #ECCC0E;
}
</style>