Shades of Moon Yellow #ECBE12
Tints of Moon Yellow #ECBE12
RGB
CMYK
RGB Variations
Color information
#ECBE12 (or 0xECBE12) is known color: Moon Yellow. HEX triplet: EC, BE and 12. RGB value is (236,190,18). Sum of RGB (Red+Green+Blue) = 236+190+18=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBE12 is #1341ED. Grayscale: #B8B8B8. Windows color (decimal): -1262062 or 1228524. OLE color: 1228524.
HSL color Cylindrical-coordinate representation of color #ECBE12: hue angle of 47.34º 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 #ECBE12 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 18 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.07 |
| HSL | 47.34º | 0.86% | 0.5% | - |
| HSV(B) | 47.34º | 0.92% | 0.93% | - |
| XYZ | 53.11 | 54.7 | 8.33 | - |
| YUV | 184.15 | 34.24 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 18 | 0 | 0.19 | 0.92 | 0.07 | 47.34 | 0.86 | 0.5 |
| Hex | EC | BE | 12 | 0 | 13 | 5C | 7 | 2F | 56 | 32 |
| Octal | 354 | 276 | 22 | 0 | 23 | 134 | 7 | 57 | 126 | 62 |
| Binary | 11101100 | 10111110 | 10010 | 0 | 10011 | 1011100 | 111 | 101111 | 1010110 | 110010 |
Color Harmonies of #ECBE12
Complementary color
Monochromatic Colors of #ECBE12
Black with #ECBE12
Text Example
Text Example
White with #ECBE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBE12; }
p { color: rgb(236,190,18); }
H1.HeaderClassName
{
color: #ECBE12;
}
.AnyTagClassName
{
color: #ECBE12;
}
</style>
background-color css
<style>
a { background-color: #ECBE12; }
a { background-color: rgb(236,190,18); }
div.DivClassName
{
background-color: #ECBE12;
}
.BgClassName
{
background-color: #ECBE12;
}
</style>
border-color css
<style>
span { border-color: #ECBE12; }
span { border-color: rgb(236,190,18); }
td.TdClassName
{
border-color: #ECBE12;
}
.TagClassName
{
border-color: #ECBE12;
}
</style>