Shades of Moon Yellow #ECCB16
Tints of Moon Yellow #ECCB16
RGB
CMYK
RGB Variations
Color information
#ECCB16 (or 0xECCB16) is known color: Moon Yellow. HEX triplet: EC, CB and 16. RGB value is (236,203,22). Sum of RGB (Red+Green+Blue) = 236+203+22=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCB16 is #1334E9. Grayscale: #C0C0C0. Windows color (decimal): -1258730 or 1493996. OLE color: 1493996.
HSL color Cylindrical-coordinate representation of color #ECCB16: hue angle of 50.75º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ECCB16 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 22 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.07 |
| HSL | 50.75º | 0.85% | 0.51% | - |
| HSV(B) | 50.75º | 0.91% | 0.93% | - |
| XYZ | 56.09 | 60.6 | 9.5 | - |
| YUV | 192.23 | 31.93 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 22 | 0 | 0.14 | 0.91 | 0.07 | 50.75 | 0.85 | 0.51 |
| Hex | EC | CB | 16 | 0 | E | 5B | 7 | 33 | 55 | 33 |
| Octal | 354 | 313 | 26 | 0 | 16 | 133 | 7 | 63 | 125 | 63 |
| Binary | 11101100 | 11001011 | 10110 | 0 | 1110 | 1011011 | 111 | 110011 | 1010101 | 110011 |
Color Harmonies of #ECCB16
Complementary color
Monochromatic Colors of #ECCB16
Black with #ECCB16
Text Example
Text Example
White with #ECCB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB16; }
p { color: rgb(236,203,22); }
H1.HeaderClassName
{
color: #ECCB16;
}
.AnyTagClassName
{
color: #ECCB16;
}
</style>
background-color css
<style>
a { background-color: #ECCB16; }
a { background-color: rgb(236,203,22); }
div.DivClassName
{
background-color: #ECCB16;
}
.BgClassName
{
background-color: #ECCB16;
}
</style>
border-color css
<style>
span { border-color: #ECCB16; }
span { border-color: rgb(236,203,22); }
td.TdClassName
{
border-color: #ECCB16;
}
.TagClassName
{
border-color: #ECCB16;
}
</style>