Shades of Moon Yellow #ECCB10
Tints of Moon Yellow #ECCB10
RGB
CMYK
RGB Variations
Color information
#ECCB10 (or 0xECCB10) is known color: Moon Yellow. HEX triplet: EC, CB and 10. RGB value is (236,203,16). Sum of RGB (Red+Green+Blue) = 236+203+16=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 16 (6.64% from 255 or 3.52% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCB10 is #1334EF. Grayscale: #C0C0C0. Windows color (decimal): -1258736 or 1100780. OLE color: 1100780.
HSL color Cylindrical-coordinate representation of color #ECCB10: hue angle of 51º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECCB10 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.07 |
| HSL | 51º | 0.87% | 0.49% | - |
| HSV(B) | 51º | 0.93% | 0.93% | - |
| XYZ | 56.04 | 60.58 | 9.23 | - |
| YUV | 191.55 | 28.93 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 16 | 0 | 0.14 | 0.93 | 0.07 | 51 | 0.87 | 0.49 |
| Hex | EC | CB | 10 | 0 | E | 5D | 7 | 33 | 57 | 31 |
| Octal | 354 | 313 | 20 | 0 | 16 | 135 | 7 | 63 | 127 | 61 |
| Binary | 11101100 | 11001011 | 10000 | 0 | 1110 | 1011101 | 111 | 110011 | 1010111 | 110001 |
Color Harmonies of #ECCB10
Complementary color
Monochromatic Colors of #ECCB10
Black with #ECCB10
Text Example
Text Example
White with #ECCB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB10; }
p { color: rgb(236,203,16); }
H1.HeaderClassName
{
color: #ECCB10;
}
.AnyTagClassName
{
color: #ECCB10;
}
</style>
background-color css
<style>
a { background-color: #ECCB10; }
a { background-color: rgb(236,203,16); }
div.DivClassName
{
background-color: #ECCB10;
}
.BgClassName
{
background-color: #ECCB10;
}
</style>
border-color css
<style>
span { border-color: #ECCB10; }
span { border-color: rgb(236,203,16); }
td.TdClassName
{
border-color: #ECCB10;
}
.TagClassName
{
border-color: #ECCB10;
}
</style>