Shades of Selective Yellow #ECB000
Tints of Selective Yellow #ECB000
RGB
CMYK
RGB Variations
Color information
#ECB000 (or 0xECB000) is known color: Selective Yellow. HEX triplet: EC, B0 and 00. RGB value is (236,176,0). Sum of RGB (Red+Green+Blue) = 236+176+0=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB000 is #134FFF. Grayscale: #AEAEAE. Windows color (decimal): -1265664 or 45292. OLE color: 45292.
HSL color Cylindrical-coordinate representation of color #ECB000: hue angle of 44.75º 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 #ECB000 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.07 |
| HSL | 44.75º | 1% | 0.46% | - |
| HSV(B) | 44.75º | 1% | 0.93% | - |
| XYZ | 50.12 | 48.88 | 6.79 | - |
| YUV | 173.88 | 29.88 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 0 | 0 | 0.25 | 1 | 0.07 | 44.75 | 1 | 0.46 |
| Hex | EC | B0 | 0 | 0 | 19 | 64 | 7 | 2D | 64 | 2E |
| Octal | 354 | 260 | 0 | 0 | 31 | 144 | 7 | 55 | 144 | 56 |
| Binary | 11101100 | 10110000 | 0 | 0 | 11001 | 1100100 | 111 | 101101 | 1100100 | 101110 |
Color Harmonies of #ECB000
Complementary color
Monochromatic Colors of #ECB000
Black with #ECB000
Text Example
Text Example
White with #ECB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB000; }
p { color: rgb(236,176,0); }
H1.HeaderClassName
{
color: #ECB000;
}
.AnyTagClassName
{
color: #ECB000;
}
</style>
background-color css
<style>
a { background-color: #ECB000; }
a { background-color: rgb(236,176,0); }
div.DivClassName
{
background-color: #ECB000;
}
.BgClassName
{
background-color: #ECB000;
}
</style>
border-color css
<style>
span { border-color: #ECB000; }
span { border-color: rgb(236,176,0); }
td.TdClassName
{
border-color: #ECB000;
}
.TagClassName
{
border-color: #ECB000;
}
</style>