Shades of Moon Yellow #ECCC0D
Tints of Moon Yellow #ECCC0D
RGB
CMYK
RGB Variations
Color information
#ECCC0D (or 0xECCC0D) is known color: Moon Yellow. HEX triplet: EC, CC and 0D. RGB value is (236,204,13). Sum of RGB (Red+Green+Blue) = 236+204+13=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 13 (5.47% from 255 or 2.87% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCC0D is #1333F2. Grayscale: #C0C0C0. Windows color (decimal): -1258483 or 904428. OLE color: 904428.
HSL color Cylindrical-coordinate representation of color #ECCC0D: hue angle of 51.39º 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 #ECCC0D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.07 |
| HSL | 51.39º | 0.9% | 0.49% | - |
| HSV(B) | 51.39º | 0.94% | 0.93% | - |
| XYZ | 56.26 | 61.05 | 9.2 | - |
| YUV | 191.79 | 27.1 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 13 | 0 | 0.14 | 0.94 | 0.07 | 51.39 | 0.9 | 0.49 |
| Hex | EC | CC | D | 0 | E | 5E | 7 | 33 | 5A | 31 |
| Octal | 354 | 314 | 15 | 0 | 16 | 136 | 7 | 63 | 132 | 61 |
| Binary | 11101100 | 11001100 | 1101 | 0 | 1110 | 1011110 | 111 | 110011 | 1011010 | 110001 |
Color Harmonies of #ECCC0D
Complementary color
Monochromatic Colors of #ECCC0D
Black with #ECCC0D
Text Example
Text Example
White with #ECCC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC0D; }
p { color: rgb(236,204,13); }
H1.HeaderClassName
{
color: #ECCC0D;
}
.AnyTagClassName
{
color: #ECCC0D;
}
</style>
background-color css
<style>
a { background-color: #ECCC0D; }
a { background-color: rgb(236,204,13); }
div.DivClassName
{
background-color: #ECCC0D;
}
.BgClassName
{
background-color: #ECCC0D;
}
</style>
border-color css
<style>
span { border-color: #ECCC0D; }
span { border-color: rgb(236,204,13); }
td.TdClassName
{
border-color: #ECCC0D;
}
.TagClassName
{
border-color: #ECCC0D;
}
</style>