Shades of Selective Yellow #ECB601
Tints of Selective Yellow #ECB601
RGB
CMYK
RGB Variations
Color information
#ECB601 (or 0xECB601) is known color: Selective Yellow. HEX triplet: EC, B6 and 01. RGB value is (236,182,1). Sum of RGB (Red+Green+Blue) = 236+182+1=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB601 is #1349FE. Grayscale: #B2B2B2. Windows color (decimal): -1264127 or 112364. OLE color: 112364.
HSL color Cylindrical-coordinate representation of color #ECB601: hue angle of 46.21º 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 #ECB601 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.07 |
| HSL | 46.21º | 0.99% | 0.46% | - |
| HSV(B) | 46.21º | 1% | 0.93% | - |
| XYZ | 51.33 | 51.29 | 7.22 | - |
| YUV | 177.51 | 28.39 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 1 | 0 | 0.23 | 1.00 | 0.07 | 46.21 | 0.99 | 0.46 |
| Hex | EC | B6 | 1 | 0 | 17 | 64 | 7 | 2E | 63 | 2E |
| Octal | 354 | 266 | 1 | 0 | 27 | 144 | 7 | 56 | 143 | 56 |
| Binary | 11101100 | 10110110 | 1 | 0 | 10111 | 1100100 | 111 | 101110 | 1100011 | 101110 |
Color Harmonies of #ECB601
Complementary color
Monochromatic Colors of #ECB601
Black with #ECB601
Text Example
Text Example
White with #ECB601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB601; }
p { color: rgb(236,182,1); }
H1.HeaderClassName
{
color: #ECB601;
}
.AnyTagClassName
{
color: #ECB601;
}
</style>
background-color css
<style>
a { background-color: #ECB601; }
a { background-color: rgb(236,182,1); }
div.DivClassName
{
background-color: #ECB601;
}
.BgClassName
{
background-color: #ECB601;
}
</style>
border-color css
<style>
span { border-color: #ECB601; }
span { border-color: rgb(236,182,1); }
td.TdClassName
{
border-color: #ECB601;
}
.TagClassName
{
border-color: #ECB601;
}
</style>