Shades of Moon Yellow #ECCC0C
Tints of Moon Yellow #ECCC0C
RGB
CMYK
RGB Variations
Color information
#ECCC0C (or 0xECCC0C) is known color: Moon Yellow. HEX triplet: EC, CC and 0C. RGB value is (236,204,12). Sum of RGB (Red+Green+Blue) = 236+204+12=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 12 (5.08% from 255 or 2.65% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCC0C is #1333F3. Grayscale: #C0C0C0. Windows color (decimal): -1258484 or 838892. OLE color: 838892.
HSL color Cylindrical-coordinate representation of color #ECCC0C: hue angle of 51.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECCC0C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.07 |
| HSL | 51.43º | 0.9% | 0.49% | - |
| HSV(B) | 51.43º | 0.95% | 0.93% | - |
| XYZ | 56.25 | 61.05 | 9.17 | - |
| YUV | 191.68 | 26.6 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 12 | 0 | 0.14 | 0.95 | 0.07 | 51.43 | 0.9 | 0.49 |
| Hex | EC | CC | C | 0 | E | 5F | 7 | 33 | 5A | 31 |
| Octal | 354 | 314 | 14 | 0 | 16 | 137 | 7 | 63 | 132 | 61 |
| Binary | 11101100 | 11001100 | 1100 | 0 | 1110 | 1011111 | 111 | 110011 | 1011010 | 110001 |
Color Harmonies of #ECCC0C
Complementary color
Monochromatic Colors of #ECCC0C
Black with #ECCC0C
Text Example
Text Example
White with #ECCC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC0C; }
p { color: rgb(236,204,12); }
H1.HeaderClassName
{
color: #ECCC0C;
}
.AnyTagClassName
{
color: #ECCC0C;
}
</style>
background-color css
<style>
a { background-color: #ECCC0C; }
a { background-color: rgb(236,204,12); }
div.DivClassName
{
background-color: #ECCC0C;
}
.BgClassName
{
background-color: #ECCC0C;
}
</style>
border-color css
<style>
span { border-color: #ECCC0C; }
span { border-color: rgb(236,204,12); }
td.TdClassName
{
border-color: #ECCC0C;
}
.TagClassName
{
border-color: #ECCC0C;
}
</style>