Shades of Selective Yellow #ECB007
Tints of Selective Yellow #ECB007
RGB
CMYK
RGB Variations
Color information
#ECB007 (or 0xECB007) is known color: Selective Yellow. HEX triplet: EC, B0 and 07. RGB value is (236,176,7). Sum of RGB (Red+Green+Blue) = 236+176+7=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB007 is #134FF8. Grayscale: #AFAFAF. Windows color (decimal): -1265657 or 504044. OLE color: 504044.
HSL color Cylindrical-coordinate representation of color #ECB007: hue angle of 44.28º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECB007 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.07 |
| HSL | 44.28º | 0.94% | 0.48% | - |
| HSV(B) | 44.28º | 0.97% | 0.93% | - |
| XYZ | 50.16 | 48.9 | 7 | - |
| YUV | 174.67 | 33.38 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 7 | 0 | 0.25 | 0.97 | 0.07 | 44.28 | 0.94 | 0.48 |
| Hex | EC | B0 | 7 | 0 | 19 | 61 | 7 | 2C | 5E | 30 |
| Octal | 354 | 260 | 7 | 0 | 31 | 141 | 7 | 54 | 136 | 60 |
| Binary | 11101100 | 10110000 | 111 | 0 | 11001 | 1100001 | 111 | 101100 | 1011110 | 110000 |
Color Harmonies of #ECB007
Complementary color
Monochromatic Colors of #ECB007
Black with #ECB007
Text Example
Text Example
White with #ECB007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB007; }
p { color: rgb(236,176,7); }
H1.HeaderClassName
{
color: #ECB007;
}
.AnyTagClassName
{
color: #ECB007;
}
</style>
background-color css
<style>
a { background-color: #ECB007; }
a { background-color: rgb(236,176,7); }
div.DivClassName
{
background-color: #ECB007;
}
.BgClassName
{
background-color: #ECB007;
}
</style>
border-color css
<style>
span { border-color: #ECB007; }
span { border-color: rgb(236,176,7); }
td.TdClassName
{
border-color: #ECB007;
}
.TagClassName
{
border-color: #ECB007;
}
</style>