Shades of Moon Yellow #ECC31D
Tints of Moon Yellow #ECC31D
RGB
CMYK
RGB Variations
Color information
#ECC31D (or 0xECC31D) is known color: Moon Yellow. HEX triplet: EC, C3 and 1D. RGB value is (236,195,29). Sum of RGB (Red+Green+Blue) = 236+195+29=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC31D is #133CE2. Grayscale: #BDBDBD. Windows color (decimal): -1260771 or 1950700. OLE color: 1950700.
HSL color Cylindrical-coordinate representation of color #ECC31D: hue angle of 48.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECC31D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 29 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.07 |
| HSL | 48.12º | 0.84% | 0.52% | - |
| HSV(B) | 48.12º | 0.88% | 0.93% | - |
| XYZ | 54.33 | 56.95 | 9.29 | - |
| YUV | 188.34 | 38.08 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 29 | 0 | 0.17 | 0.88 | 0.07 | 48.12 | 0.84 | 0.52 |
| Hex | EC | C3 | 1D | 0 | 11 | 58 | 7 | 30 | 54 | 34 |
| Octal | 354 | 303 | 35 | 0 | 21 | 130 | 7 | 60 | 124 | 64 |
| Binary | 11101100 | 11000011 | 11101 | 0 | 10001 | 1011000 | 111 | 110000 | 1010100 | 110100 |
Color Harmonies of #ECC31D
Complementary color
Monochromatic Colors of #ECC31D
Black with #ECC31D
Text Example
Text Example
White with #ECC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC31D; }
p { color: rgb(236,195,29); }
H1.HeaderClassName
{
color: #ECC31D;
}
.AnyTagClassName
{
color: #ECC31D;
}
</style>
background-color css
<style>
a { background-color: #ECC31D; }
a { background-color: rgb(236,195,29); }
div.DivClassName
{
background-color: #ECC31D;
}
.BgClassName
{
background-color: #ECC31D;
}
</style>
border-color css
<style>
span { border-color: #ECC31D; }
span { border-color: rgb(236,195,29); }
td.TdClassName
{
border-color: #ECC31D;
}
.TagClassName
{
border-color: #ECC31D;
}
</style>