Shades of Moon Yellow #ECBF1E
Tints of Moon Yellow #ECBF1E
RGB
CMYK
RGB Variations
Color information
#ECBF1E (or 0xECBF1E) is known color: Moon Yellow. HEX triplet: EC, BF and 1E. RGB value is (236,191,30). Sum of RGB (Red+Green+Blue) = 236+191+30=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBF1E is #1340E1. Grayscale: #BABABA. Windows color (decimal): -1261794 or 2015212. OLE color: 2015212.
HSL color Cylindrical-coordinate representation of color #ECBF1E: hue angle of 46.89º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECBF1E is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 191 | 30 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.07 |
| HSL | 46.89º | 0.84% | 0.52% | - |
| HSV(B) | 46.89º | 0.87% | 0.93% | - |
| XYZ | 53.46 | 55.19 | 9.06 | - |
| YUV | 186.1 | 39.91 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 191 | 30 | 0 | 0.19 | 0.87 | 0.07 | 46.89 | 0.84 | 0.52 |
| Hex | EC | BF | 1E | 0 | 13 | 57 | 7 | 2F | 54 | 34 |
| Octal | 354 | 277 | 36 | 0 | 23 | 127 | 7 | 57 | 124 | 64 |
| Binary | 11101100 | 10111111 | 11110 | 0 | 10011 | 1010111 | 111 | 101111 | 1010100 | 110100 |
Color Harmonies of #ECBF1E
Complementary color
Monochromatic Colors of #ECBF1E
Black with #ECBF1E
Text Example
Text Example
White with #ECBF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBF1E; }
p { color: rgb(236,191,30); }
H1.HeaderClassName
{
color: #ECBF1E;
}
.AnyTagClassName
{
color: #ECBF1E;
}
</style>
background-color css
<style>
a { background-color: #ECBF1E; }
a { background-color: rgb(236,191,30); }
div.DivClassName
{
background-color: #ECBF1E;
}
.BgClassName
{
background-color: #ECBF1E;
}
</style>
border-color css
<style>
span { border-color: #ECBF1E; }
span { border-color: rgb(236,191,30); }
td.TdClassName
{
border-color: #ECBF1E;
}
.TagClassName
{
border-color: #ECBF1E;
}
</style>