Shades of Moon Yellow #ECCD0D
Tints of Moon Yellow #ECCD0D
RGB
CMYK
RGB Variations
Color information
#ECCD0D (or 0xECCD0D) is known color: Moon Yellow. HEX triplet: EC, CD and 0D. RGB value is (236,205,13). Sum of RGB (Red+Green+Blue) = 236+205+13=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 13 (5.47% from 255 or 2.86% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCD0D is #1332F2. Grayscale: #C1C1C1. Windows color (decimal): -1258227 or 904684. OLE color: 904684.
HSL color Cylindrical-coordinate representation of color #ECCD0D: hue angle of 51.66º 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 #ECCD0D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 13 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.07 |
| HSL | 51.66º | 0.9% | 0.49% | - |
| HSV(B) | 51.66º | 0.94% | 0.93% | - |
| XYZ | 56.5 | 61.52 | 9.28 | - |
| YUV | 192.38 | 26.77 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 13 | 0 | 0.13 | 0.94 | 0.07 | 51.66 | 0.9 | 0.49 |
| Hex | EC | CD | D | 0 | D | 5E | 7 | 34 | 5A | 31 |
| Octal | 354 | 315 | 15 | 0 | 15 | 136 | 7 | 64 | 132 | 61 |
| Binary | 11101100 | 11001101 | 1101 | 0 | 1101 | 1011110 | 111 | 110100 | 1011010 | 110001 |
Color Harmonies of #ECCD0D
Complementary color
Monochromatic Colors of #ECCD0D
Black with #ECCD0D
Text Example
Text Example
White with #ECCD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD0D; }
p { color: rgb(236,205,13); }
H1.HeaderClassName
{
color: #ECCD0D;
}
.AnyTagClassName
{
color: #ECCD0D;
}
</style>
background-color css
<style>
a { background-color: #ECCD0D; }
a { background-color: rgb(236,205,13); }
div.DivClassName
{
background-color: #ECCD0D;
}
.BgClassName
{
background-color: #ECCD0D;
}
</style>
border-color css
<style>
span { border-color: #ECCD0D; }
span { border-color: rgb(236,205,13); }
td.TdClassName
{
border-color: #ECCD0D;
}
.TagClassName
{
border-color: #ECCD0D;
}
</style>