Shades of Moon Yellow #ECCC0F
Tints of Moon Yellow #ECCC0F
RGB
CMYK
RGB Variations
Color information
#ECCC0F (or 0xECCC0F) is known color: Moon Yellow. HEX triplet: EC, CC and 0F. RGB value is (236,204,15). Sum of RGB (Red+Green+Blue) = 236+204+15=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 15 (6.25% from 255 or 3.30% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCC0F is #1333F0. Grayscale: #C0C0C0. Windows color (decimal): -1258481 or 1035500. OLE color: 1035500.
HSL color Cylindrical-coordinate representation of color #ECCC0F: hue angle of 51.31º degrees, saturation: 0.88, 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 #ECCC0F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 15 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.07 |
| HSL | 51.31º | 0.88% | 0.49% | - |
| HSV(B) | 51.31º | 0.94% | 0.93% | - |
| XYZ | 56.27 | 61.05 | 9.27 | - |
| YUV | 192.02 | 28.1 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 15 | 0 | 0.14 | 0.94 | 0.07 | 51.31 | 0.88 | 0.49 |
| Hex | EC | CC | F | 0 | E | 5E | 7 | 33 | 58 | 31 |
| Octal | 354 | 314 | 17 | 0 | 16 | 136 | 7 | 63 | 130 | 61 |
| Binary | 11101100 | 11001100 | 1111 | 0 | 1110 | 1011110 | 111 | 110011 | 1011000 | 110001 |
Color Harmonies of #ECCC0F
Complementary color
Monochromatic Colors of #ECCC0F
Black with #ECCC0F
Text Example
Text Example
White with #ECCC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC0F; }
p { color: rgb(236,204,15); }
H1.HeaderClassName
{
color: #ECCC0F;
}
.AnyTagClassName
{
color: #ECCC0F;
}
</style>
background-color css
<style>
a { background-color: #ECCC0F; }
a { background-color: rgb(236,204,15); }
div.DivClassName
{
background-color: #ECCC0F;
}
.BgClassName
{
background-color: #ECCC0F;
}
</style>
border-color css
<style>
span { border-color: #ECCC0F; }
span { border-color: rgb(236,204,15); }
td.TdClassName
{
border-color: #ECCC0F;
}
.TagClassName
{
border-color: #ECCC0F;
}
</style>