Shades of Moon Yellow #ECCA0D
Tints of Moon Yellow #ECCA0D
RGB
CMYK
RGB Variations
Color information
#ECCA0D (or 0xECCA0D) is known color: Moon Yellow. HEX triplet: EC, CA and 0D. RGB value is (236,202,13). Sum of RGB (Red+Green+Blue) = 236+202+13=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 13 (5.47% from 255 or 2.88% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCA0D is #1335F2. Grayscale: #BFBFBF. Windows color (decimal): -1258995 or 903916. OLE color: 903916.
HSL color Cylindrical-coordinate representation of color #ECCA0D: hue angle of 50.85º 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 #ECCA0D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 13 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.07 |
| HSL | 50.85º | 0.9% | 0.49% | - |
| HSV(B) | 50.85º | 0.94% | 0.93% | - |
| XYZ | 55.79 | 60.1 | 9.04 | - |
| YUV | 190.62 | 27.76 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 13 | 0 | 0.14 | 0.94 | 0.07 | 50.85 | 0.9 | 0.49 |
| Hex | EC | CA | D | 0 | E | 5E | 7 | 33 | 5A | 31 |
| Octal | 354 | 312 | 15 | 0 | 16 | 136 | 7 | 63 | 132 | 61 |
| Binary | 11101100 | 11001010 | 1101 | 0 | 1110 | 1011110 | 111 | 110011 | 1011010 | 110001 |
Color Harmonies of #ECCA0D
Complementary color
Monochromatic Colors of #ECCA0D
Black with #ECCA0D
Text Example
Text Example
White with #ECCA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCA0D; }
p { color: rgb(236,202,13); }
H1.HeaderClassName
{
color: #ECCA0D;
}
.AnyTagClassName
{
color: #ECCA0D;
}
</style>
background-color css
<style>
a { background-color: #ECCA0D; }
a { background-color: rgb(236,202,13); }
div.DivClassName
{
background-color: #ECCA0D;
}
.BgClassName
{
background-color: #ECCA0D;
}
</style>
border-color css
<style>
span { border-color: #ECCA0D; }
span { border-color: rgb(236,202,13); }
td.TdClassName
{
border-color: #ECCA0D;
}
.TagClassName
{
border-color: #ECCA0D;
}
</style>