Shades of Selective Yellow #ECB106
Tints of Selective Yellow #ECB106
RGB
CMYK
RGB Variations
Color information
#ECB106 (or 0xECB106) is known color: Selective Yellow. HEX triplet: EC, B1 and 06. RGB value is (236,177,6). Sum of RGB (Red+Green+Blue) = 236+177+6=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB106 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB106 is #134EF9. Grayscale: #AFAFAF. Windows color (decimal): -1265402 or 438764. OLE color: 438764.
HSL color Cylindrical-coordinate representation of color #ECB106: hue angle of 44.61º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECB106 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 6 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.07 |
| HSL | 44.61º | 0.95% | 0.47% | - |
| HSV(B) | 44.61º | 0.97% | 0.93% | - |
| XYZ | 50.35 | 49.29 | 7.03 | - |
| YUV | 175.15 | 32.55 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 6 | 0 | 0.25 | 0.97 | 0.07 | 44.61 | 0.95 | 0.47 |
| Hex | EC | B1 | 6 | 0 | 19 | 61 | 7 | 2D | 5F | 2F |
| Octal | 354 | 261 | 6 | 0 | 31 | 141 | 7 | 55 | 137 | 57 |
| Binary | 11101100 | 10110001 | 110 | 0 | 11001 | 1100001 | 111 | 101101 | 1011111 | 101111 |
Color Harmonies of #ECB106
Complementary color
Monochromatic Colors of #ECB106
Black with #ECB106
Text Example
Text Example
White with #ECB106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB106; }
p { color: rgb(236,177,6); }
H1.HeaderClassName
{
color: #ECB106;
}
.AnyTagClassName
{
color: #ECB106;
}
</style>
background-color css
<style>
a { background-color: #ECB106; }
a { background-color: rgb(236,177,6); }
div.DivClassName
{
background-color: #ECB106;
}
.BgClassName
{
background-color: #ECB106;
}
</style>
border-color css
<style>
span { border-color: #ECB106; }
span { border-color: rgb(236,177,6); }
td.TdClassName
{
border-color: #ECB106;
}
.TagClassName
{
border-color: #ECB106;
}
</style>