Shades of Moon Yellow #ECCB0F
Tints of Moon Yellow #ECCB0F
RGB
CMYK
RGB Variations
Color information
#ECCB0F (or 0xECCB0F) is known color: Moon Yellow. HEX triplet: EC, CB and 0F. RGB value is (236,203,15). Sum of RGB (Red+Green+Blue) = 236+203+15=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 15 (6.25% from 255 or 3.30% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECCB0F is #1334F0. Grayscale: #C0C0C0. Windows color (decimal): -1258737 or 1035244. OLE color: 1035244.
HSL color Cylindrical-coordinate representation of color #ECCB0F: hue angle of 51.04º degrees, saturation: 0.88, 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 #ECCB0F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 203 | 15 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.07 |
| HSL | 51.04º | 0.88% | 0.49% | - |
| HSV(B) | 51.04º | 0.94% | 0.93% | - |
| XYZ | 56.03 | 60.58 | 9.19 | - |
| YUV | 191.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 203 | 15 | 0 | 0.14 | 0.94 | 0.07 | 51.04 | 0.88 | 0.49 |
| Hex | EC | CB | F | 0 | E | 5E | 7 | 33 | 58 | 31 |
| Octal | 354 | 313 | 17 | 0 | 16 | 136 | 7 | 63 | 130 | 61 |
| Binary | 11101100 | 11001011 | 1111 | 0 | 1110 | 1011110 | 111 | 110011 | 1011000 | 110001 |
Color Harmonies of #ECCB0F
Complementary color
Monochromatic Colors of #ECCB0F
Black with #ECCB0F
Text Example
Text Example
White with #ECCB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCB0F; }
p { color: rgb(236,203,15); }
H1.HeaderClassName
{
color: #ECCB0F;
}
.AnyTagClassName
{
color: #ECCB0F;
}
</style>
background-color css
<style>
a { background-color: #ECCB0F; }
a { background-color: rgb(236,203,15); }
div.DivClassName
{
background-color: #ECCB0F;
}
.BgClassName
{
background-color: #ECCB0F;
}
</style>
border-color css
<style>
span { border-color: #ECCB0F; }
span { border-color: rgb(236,203,15); }
td.TdClassName
{
border-color: #ECCB0F;
}
.TagClassName
{
border-color: #ECCB0F;
}
</style>