Shades of Moon Yellow #ECB618
Tints of Moon Yellow #ECB618
RGB
CMYK
RGB Variations
Color information
#ECB618 (or 0xECB618) is known color: Moon Yellow. HEX triplet: EC, B6 and 18. RGB value is (236,182,24). Sum of RGB (Red+Green+Blue) = 236+182+24=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 24 (9.77% from 255 or 5.43% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB618 is #1349E7. Grayscale: #B4B4B4. Windows color (decimal): -1264104 or 1619692. OLE color: 1619692.
HSL color Cylindrical-coordinate representation of color #ECB618: hue angle of 44.72º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECB618 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 24 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.07 |
| HSL | 44.72º | 0.85% | 0.51% | - |
| HSV(B) | 44.72º | 0.9% | 0.93% | - |
| XYZ | 51.48 | 51.35 | 8.06 | - |
| YUV | 180.13 | 39.89 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 24 | 0 | 0.23 | 0.90 | 0.07 | 44.72 | 0.85 | 0.51 |
| Hex | EC | B6 | 18 | 0 | 17 | 5A | 7 | 2D | 55 | 33 |
| Octal | 354 | 266 | 30 | 0 | 27 | 132 | 7 | 55 | 125 | 63 |
| Binary | 11101100 | 10110110 | 11000 | 0 | 10111 | 1011010 | 111 | 101101 | 1010101 | 110011 |
Color Harmonies of #ECB618
Complementary color
Monochromatic Colors of #ECB618
Black with #ECB618
Text Example
Text Example
White with #ECB618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB618; }
p { color: rgb(236,182,24); }
H1.HeaderClassName
{
color: #ECB618;
}
.AnyTagClassName
{
color: #ECB618;
}
</style>
background-color css
<style>
a { background-color: #ECB618; }
a { background-color: rgb(236,182,24); }
div.DivClassName
{
background-color: #ECB618;
}
.BgClassName
{
background-color: #ECB618;
}
</style>
border-color css
<style>
span { border-color: #ECB618; }
span { border-color: rgb(236,182,24); }
td.TdClassName
{
border-color: #ECB618;
}
.TagClassName
{
border-color: #ECB618;
}
</style>