Shades of Selective Yellow #ECB207
Tints of Selective Yellow #ECB207
RGB
CMYK
RGB Variations
Color information
#ECB207 (or 0xECB207) is known color: Selective Yellow. HEX triplet: EC, B2 and 07. RGB value is (236,178,7). Sum of RGB (Red+Green+Blue) = 236+178+7=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB207 is #134DF8. Grayscale: #B0B0B0. Windows color (decimal): -1265145 or 504556. OLE color: 504556.
HSL color Cylindrical-coordinate representation of color #ECB207: hue angle of 44.8º 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 #ECB207 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.07 |
| HSL | 44.8º | 0.94% | 0.48% | - |
| HSV(B) | 44.8º | 0.97% | 0.93% | - |
| XYZ | 50.55 | 49.69 | 7.13 | - |
| YUV | 175.85 | 32.72 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 7 | 0 | 0.25 | 0.97 | 0.07 | 44.8 | 0.94 | 0.48 |
| Hex | EC | B2 | 7 | 0 | 19 | 61 | 7 | 2D | 5E | 30 |
| Octal | 354 | 262 | 7 | 0 | 31 | 141 | 7 | 55 | 136 | 60 |
| Binary | 11101100 | 10110010 | 111 | 0 | 11001 | 1100001 | 111 | 101101 | 1011110 | 110000 |
Color Harmonies of #ECB207
Complementary color
Monochromatic Colors of #ECB207
Black with #ECB207
Text Example
Text Example
White with #ECB207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB207; }
p { color: rgb(236,178,7); }
H1.HeaderClassName
{
color: #ECB207;
}
.AnyTagClassName
{
color: #ECB207;
}
</style>
background-color css
<style>
a { background-color: #ECB207; }
a { background-color: rgb(236,178,7); }
div.DivClassName
{
background-color: #ECB207;
}
.BgClassName
{
background-color: #ECB207;
}
</style>
border-color css
<style>
span { border-color: #ECB207; }
span { border-color: rgb(236,178,7); }
td.TdClassName
{
border-color: #ECB207;
}
.TagClassName
{
border-color: #ECB207;
}
</style>