Shades of Moon Yellow #ECCA11
Tints of Moon Yellow #ECCA11
RGB
CMYK
RGB Variations
Color information
#ECCA11 (or 0xECCA11) is known color: Moon Yellow. HEX triplet: EC, CA and 11. RGB value is (236,202,17). Sum of RGB (Red+Green+Blue) = 236+202+17=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCA11 is #1335EE. Grayscale: #BFBFBF. Windows color (decimal): -1258991 or 1166060. OLE color: 1166060.
HSL color Cylindrical-coordinate representation of color #ECCA11: hue angle of 50.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECCA11 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 17 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.07 |
| HSL | 50.68º | 0.87% | 0.5% | - |
| HSV(B) | 50.68º | 0.93% | 0.93% | - |
| XYZ | 55.81 | 60.11 | 9.19 | - |
| YUV | 191.08 | 29.76 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 17 | 0 | 0.14 | 0.93 | 0.07 | 50.68 | 0.87 | 0.5 |
| Hex | EC | CA | 11 | 0 | E | 5D | 7 | 33 | 57 | 32 |
| Octal | 354 | 312 | 21 | 0 | 16 | 135 | 7 | 63 | 127 | 62 |
| Binary | 11101100 | 11001010 | 10001 | 0 | 1110 | 1011101 | 111 | 110011 | 1010111 | 110010 |
Color Harmonies of #ECCA11
Complementary color
Monochromatic Colors of #ECCA11
Black with #ECCA11
Text Example
Text Example
White with #ECCA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCA11; }
p { color: rgb(236,202,17); }
H1.HeaderClassName
{
color: #ECCA11;
}
.AnyTagClassName
{
color: #ECCA11;
}
</style>
background-color css
<style>
a { background-color: #ECCA11; }
a { background-color: rgb(236,202,17); }
div.DivClassName
{
background-color: #ECCA11;
}
.BgClassName
{
background-color: #ECCA11;
}
</style>
border-color css
<style>
span { border-color: #ECCA11; }
span { border-color: rgb(236,202,17); }
td.TdClassName
{
border-color: #ECCA11;
}
.TagClassName
{
border-color: #ECCA11;
}
</style>