Shades of Selective Yellow #ECB101
Tints of Selective Yellow #ECB101
RGB
CMYK
RGB Variations
Color information
#ECB101 (or 0xECB101) is known color: Selective Yellow. HEX triplet: EC, B1 and 01. RGB value is (236,177,1). Sum of RGB (Red+Green+Blue) = 236+177+1=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB101 is #134EFE. Grayscale: #AFAFAF. Windows color (decimal): -1265407 or 111084. OLE color: 111084.
HSL color Cylindrical-coordinate representation of color #ECB101: hue angle of 44.94º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECB101 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.07 |
| HSL | 44.94º | 0.99% | 0.46% | - |
| HSV(B) | 44.94º | 1% | 0.93% | - |
| XYZ | 50.32 | 49.28 | 6.89 | - |
| YUV | 174.58 | 30.05 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 1 | 0 | 0.25 | 1.00 | 0.07 | 44.94 | 0.99 | 0.46 |
| Hex | EC | B1 | 1 | 0 | 19 | 64 | 7 | 2D | 63 | 2E |
| Octal | 354 | 261 | 1 | 0 | 31 | 144 | 7 | 55 | 143 | 56 |
| Binary | 11101100 | 10110001 | 1 | 0 | 11001 | 1100100 | 111 | 101101 | 1100011 | 101110 |
Color Harmonies of #ECB101
Complementary color
Monochromatic Colors of #ECB101
Black with #ECB101
Text Example
Text Example
White with #ECB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB101; }
p { color: rgb(236,177,1); }
H1.HeaderClassName
{
color: #ECB101;
}
.AnyTagClassName
{
color: #ECB101;
}
</style>
background-color css
<style>
a { background-color: #ECB101; }
a { background-color: rgb(236,177,1); }
div.DivClassName
{
background-color: #ECB101;
}
.BgClassName
{
background-color: #ECB101;
}
</style>
border-color css
<style>
span { border-color: #ECB101; }
span { border-color: rgb(236,177,1); }
td.TdClassName
{
border-color: #ECB101;
}
.TagClassName
{
border-color: #ECB101;
}
</style>