Shades of Moon Yellow #ECB81C
Tints of Moon Yellow #ECB81C
RGB
CMYK
RGB Variations
Color information
#ECB81C (or 0xECB81C) is known color: Moon Yellow. HEX triplet: EC, B8 and 1C. RGB value is (236,184,28). Sum of RGB (Red+Green+Blue) = 236+184+28=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB81C is #1347E3. Grayscale: #B6B6B6. Windows color (decimal): -1263588 or 1882348. OLE color: 1882348.
HSL color Cylindrical-coordinate representation of color #ECB81C: hue angle of 45º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECB81C is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 28 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.07 |
| HSL | 45º | 0.85% | 0.52% | - |
| HSV(B) | 45º | 0.88% | 0.93% | - |
| XYZ | 51.94 | 52.2 | 8.44 | - |
| YUV | 181.76 | 41.23 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 28 | 0 | 0.22 | 0.88 | 0.07 | 45 | 0.85 | 0.52 |
| Hex | EC | B8 | 1C | 0 | 16 | 58 | 7 | 2D | 55 | 34 |
| Octal | 354 | 270 | 34 | 0 | 26 | 130 | 7 | 55 | 125 | 64 |
| Binary | 11101100 | 10111000 | 11100 | 0 | 10110 | 1011000 | 111 | 101101 | 1010101 | 110100 |
Color Harmonies of #ECB81C
Complementary color
Monochromatic Colors of #ECB81C
Black with #ECB81C
Text Example
Text Example
White with #ECB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB81C; }
p { color: rgb(236,184,28); }
H1.HeaderClassName
{
color: #ECB81C;
}
.AnyTagClassName
{
color: #ECB81C;
}
</style>
background-color css
<style>
a { background-color: #ECB81C; }
a { background-color: rgb(236,184,28); }
div.DivClassName
{
background-color: #ECB81C;
}
.BgClassName
{
background-color: #ECB81C;
}
</style>
border-color css
<style>
span { border-color: #ECB81C; }
span { border-color: rgb(236,184,28); }
td.TdClassName
{
border-color: #ECB81C;
}
.TagClassName
{
border-color: #ECB81C;
}
</style>