Shades of Selective Yellow #ECB006
Tints of Selective Yellow #ECB006
RGB
CMYK
RGB Variations
Color information
#ECB006 (or 0xECB006) is known color: Selective Yellow. HEX triplet: EC, B0 and 06. RGB value is (236,176,6). Sum of RGB (Red+Green+Blue) = 236+176+6=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB006 is #134FF9. Grayscale: #AFAFAF. Windows color (decimal): -1265658 or 438508. OLE color: 438508.
HSL color Cylindrical-coordinate representation of color #ECB006: hue angle of 44.35º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECB006 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 6 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.07 |
| HSL | 44.35º | 0.95% | 0.47% | - |
| HSV(B) | 44.35º | 0.97% | 0.93% | - |
| XYZ | 50.15 | 48.9 | 6.97 | - |
| YUV | 174.56 | 32.88 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 6 | 0 | 0.25 | 0.97 | 0.07 | 44.35 | 0.95 | 0.47 |
| Hex | EC | B0 | 6 | 0 | 19 | 61 | 7 | 2C | 5F | 2F |
| Octal | 354 | 260 | 6 | 0 | 31 | 141 | 7 | 54 | 137 | 57 |
| Binary | 11101100 | 10110000 | 110 | 0 | 11001 | 1100001 | 111 | 101100 | 1011111 | 101111 |
Color Harmonies of #ECB006
Complementary color
Monochromatic Colors of #ECB006
Black with #ECB006
Text Example
Text Example
White with #ECB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB006; }
p { color: rgb(236,176,6); }
H1.HeaderClassName
{
color: #ECB006;
}
.AnyTagClassName
{
color: #ECB006;
}
</style>
background-color css
<style>
a { background-color: #ECB006; }
a { background-color: rgb(236,176,6); }
div.DivClassName
{
background-color: #ECB006;
}
.BgClassName
{
background-color: #ECB006;
}
</style>
border-color css
<style>
span { border-color: #ECB006; }
span { border-color: rgb(236,176,6); }
td.TdClassName
{
border-color: #ECB006;
}
.TagClassName
{
border-color: #ECB006;
}
</style>