Shades of Moon Yellow #ECBB12
Tints of Moon Yellow #ECBB12
RGB
CMYK
RGB Variations
Color information
#ECBB12 (or 0xECBB12) is known color: Moon Yellow. HEX triplet: EC, BB and 12. RGB value is (236,187,18). Sum of RGB (Red+Green+Blue) = 236+187+18=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBB12 is #1344ED. Grayscale: #B7B7B7. Windows color (decimal): -1262830 or 1227756. OLE color: 1227756.
HSL color Cylindrical-coordinate representation of color #ECBB12: hue angle of 46.51º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECBB12 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 187 | 18 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.07 |
| HSL | 46.51º | 0.86% | 0.5% | - |
| HSV(B) | 46.51º | 0.92% | 0.93% | - |
| XYZ | 52.47 | 53.42 | 8.12 | - |
| YUV | 182.39 | 35.23 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 187 | 18 | 0 | 0.21 | 0.92 | 0.07 | 46.51 | 0.86 | 0.5 |
| Hex | EC | BB | 12 | 0 | 15 | 5C | 7 | 2F | 56 | 32 |
| Octal | 354 | 273 | 22 | 0 | 25 | 134 | 7 | 57 | 126 | 62 |
| Binary | 11101100 | 10111011 | 10010 | 0 | 10101 | 1011100 | 111 | 101111 | 1010110 | 110010 |
Color Harmonies of #ECBB12
Complementary color
Monochromatic Colors of #ECBB12
Black with #ECBB12
Text Example
Text Example
White with #ECBB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBB12; }
p { color: rgb(236,187,18); }
H1.HeaderClassName
{
color: #ECBB12;
}
.AnyTagClassName
{
color: #ECBB12;
}
</style>
background-color css
<style>
a { background-color: #ECBB12; }
a { background-color: rgb(236,187,18); }
div.DivClassName
{
background-color: #ECBB12;
}
.BgClassName
{
background-color: #ECBB12;
}
</style>
border-color css
<style>
span { border-color: #ECBB12; }
span { border-color: rgb(236,187,18); }
td.TdClassName
{
border-color: #ECBB12;
}
.TagClassName
{
border-color: #ECBB12;
}
</style>