Shades of Selective Yellow #ECB300
Tints of Selective Yellow #ECB300
RGB
CMYK
RGB Variations
Color information
#ECB300 (or 0xECB300) is known color: Selective Yellow. HEX triplet: EC, B3 and 00. RGB value is (236,179,0). Sum of RGB (Red+Green+Blue) = 236+179+0=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB300 is #134CFF. Grayscale: #B0B0B0. Windows color (decimal): -1264896 or 46060. OLE color: 46060.
HSL color Cylindrical-coordinate representation of color #ECB300: hue angle of 45.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECB300 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.07 |
| HSL | 45.51º | 1% | 0.46% | - |
| HSV(B) | 45.51º | 1% | 0.93% | - |
| XYZ | 50.71 | 50.07 | 6.99 | - |
| YUV | 175.64 | 28.88 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 0 | 0 | 0.24 | 1 | 0.07 | 45.51 | 1 | 0.46 |
| Hex | EC | B3 | 0 | 0 | 18 | 64 | 7 | 2E | 64 | 2E |
| Octal | 354 | 263 | 0 | 0 | 30 | 144 | 7 | 56 | 144 | 56 |
| Binary | 11101100 | 10110011 | 0 | 0 | 11000 | 1100100 | 111 | 101110 | 1100100 | 101110 |
Color Harmonies of #ECB300
Complementary color
Monochromatic Colors of #ECB300
Black with #ECB300
Text Example
Text Example
White with #ECB300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB300; }
p { color: rgb(236,179,0); }
H1.HeaderClassName
{
color: #ECB300;
}
.AnyTagClassName
{
color: #ECB300;
}
</style>
background-color css
<style>
a { background-color: #ECB300; }
a { background-color: rgb(236,179,0); }
div.DivClassName
{
background-color: #ECB300;
}
.BgClassName
{
background-color: #ECB300;
}
</style>
border-color css
<style>
span { border-color: #ECB300; }
span { border-color: rgb(236,179,0); }
td.TdClassName
{
border-color: #ECB300;
}
.TagClassName
{
border-color: #ECB300;
}
</style>