Shades of Selective Yellow #ECB501
Tints of Selective Yellow #ECB501
RGB
CMYK
RGB Variations
Color information
#ECB501 (or 0xECB501) is known color: Selective Yellow. HEX triplet: EC, B5 and 01. RGB value is (236,181,1). Sum of RGB (Red+Green+Blue) = 236+181+1=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB501 is #134AFE. Grayscale: #B1B1B1. Windows color (decimal): -1264383 or 112108. OLE color: 112108.
HSL color Cylindrical-coordinate representation of color #ECB501: hue angle of 45.96º 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 #ECB501 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.07 |
| HSL | 45.96º | 0.99% | 0.46% | - |
| HSV(B) | 45.96º | 1% | 0.93% | - |
| XYZ | 51.12 | 50.88 | 7.16 | - |
| YUV | 176.93 | 28.72 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 1 | 0 | 0.23 | 1.00 | 0.07 | 45.96 | 0.99 | 0.46 |
| Hex | EC | B5 | 1 | 0 | 17 | 64 | 7 | 2E | 63 | 2E |
| Octal | 354 | 265 | 1 | 0 | 27 | 144 | 7 | 56 | 143 | 56 |
| Binary | 11101100 | 10110101 | 1 | 0 | 10111 | 1100100 | 111 | 101110 | 1100011 | 101110 |
Color Harmonies of #ECB501
Complementary color
Monochromatic Colors of #ECB501
Black with #ECB501
Text Example
Text Example
White with #ECB501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB501; }
p { color: rgb(236,181,1); }
H1.HeaderClassName
{
color: #ECB501;
}
.AnyTagClassName
{
color: #ECB501;
}
</style>
background-color css
<style>
a { background-color: #ECB501; }
a { background-color: rgb(236,181,1); }
div.DivClassName
{
background-color: #ECB501;
}
.BgClassName
{
background-color: #ECB501;
}
</style>
border-color css
<style>
span { border-color: #ECB501; }
span { border-color: rgb(236,181,1); }
td.TdClassName
{
border-color: #ECB501;
}
.TagClassName
{
border-color: #ECB501;
}
</style>