Shades of Selective Yellow #ECB003
Tints of Selective Yellow #ECB003
RGB
CMYK
RGB Variations
Color information
#ECB003 (or 0xECB003) is known color: Selective Yellow. HEX triplet: EC, B0 and 03. RGB value is (236,176,3). Sum of RGB (Red+Green+Blue) = 236+176+3=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 3 (1.56% from 255 or 0.72% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB003 is #134FFC. Grayscale: #AEAEAE. Windows color (decimal): -1265661 or 241900. OLE color: 241900.
HSL color Cylindrical-coordinate representation of color #ECB003: hue angle of 44.55º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECB003 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.07 |
| HSL | 44.55º | 0.97% | 0.47% | - |
| HSV(B) | 44.55º | 0.99% | 0.93% | - |
| XYZ | 50.13 | 48.89 | 6.88 | - |
| YUV | 174.22 | 31.38 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 3 | 0 | 0.25 | 0.99 | 0.07 | 44.55 | 0.97 | 0.47 |
| Hex | EC | B0 | 3 | 0 | 19 | 63 | 7 | 2D | 61 | 2F |
| Octal | 354 | 260 | 3 | 0 | 31 | 143 | 7 | 55 | 141 | 57 |
| Binary | 11101100 | 10110000 | 11 | 0 | 11001 | 1100011 | 111 | 101101 | 1100001 | 101111 |
Color Harmonies of #ECB003
Complementary color
Monochromatic Colors of #ECB003
Black with #ECB003
Text Example
Text Example
White with #ECB003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB003; }
p { color: rgb(236,176,3); }
H1.HeaderClassName
{
color: #ECB003;
}
.AnyTagClassName
{
color: #ECB003;
}
</style>
background-color css
<style>
a { background-color: #ECB003; }
a { background-color: rgb(236,176,3); }
div.DivClassName
{
background-color: #ECB003;
}
.BgClassName
{
background-color: #ECB003;
}
</style>
border-color css
<style>
span { border-color: #ECB003; }
span { border-color: rgb(236,176,3); }
td.TdClassName
{
border-color: #ECB003;
}
.TagClassName
{
border-color: #ECB003;
}
</style>