Shades of Selective Yellow #ECB301
Tints of Selective Yellow #ECB301
RGB
CMYK
RGB Variations
Color information
#ECB301 (or 0xECB301) is known color: Selective Yellow. HEX triplet: EC, B3 and 01. RGB value is (236,179,1). Sum of RGB (Red+Green+Blue) = 236+179+1=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB301 is #134CFE. Grayscale: #B0B0B0. Windows color (decimal): -1264895 or 111596. OLE color: 111596.
HSL color Cylindrical-coordinate representation of color #ECB301: hue angle of 45.45º 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 #ECB301 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.07 |
| HSL | 45.45º | 0.99% | 0.46% | - |
| HSV(B) | 45.45º | 1% | 0.93% | - |
| XYZ | 50.72 | 50.08 | 7.02 | - |
| YUV | 175.75 | 29.38 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 1 | 0 | 0.24 | 1.00 | 0.07 | 45.45 | 0.99 | 0.46 |
| Hex | EC | B3 | 1 | 0 | 18 | 64 | 7 | 2D | 63 | 2E |
| Octal | 354 | 263 | 1 | 0 | 30 | 144 | 7 | 55 | 143 | 56 |
| Binary | 11101100 | 10110011 | 1 | 0 | 11000 | 1100100 | 111 | 101101 | 1100011 | 101110 |
Color Harmonies of #ECB301
Complementary color
Monochromatic Colors of #ECB301
Black with #ECB301
Text Example
Text Example
White with #ECB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB301; }
p { color: rgb(236,179,1); }
H1.HeaderClassName
{
color: #ECB301;
}
.AnyTagClassName
{
color: #ECB301;
}
</style>
background-color css
<style>
a { background-color: #ECB301; }
a { background-color: rgb(236,179,1); }
div.DivClassName
{
background-color: #ECB301;
}
.BgClassName
{
background-color: #ECB301;
}
</style>
border-color css
<style>
span { border-color: #ECB301; }
span { border-color: rgb(236,179,1); }
td.TdClassName
{
border-color: #ECB301;
}
.TagClassName
{
border-color: #ECB301;
}
</style>