Shades of Selective Yellow #ECB606
Tints of Selective Yellow #ECB606
RGB
CMYK
RGB Variations
Color information
#ECB606 (or 0xECB606) is known color: Selective Yellow. HEX triplet: EC, B6 and 06. RGB value is (236,182,6). Sum of RGB (Red+Green+Blue) = 236+182+6=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 6 (2.73% from 255 or 1.42% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB606 is #1349F9. Grayscale: #B2B2B2. Windows color (decimal): -1264122 or 440044. OLE color: 440044.
HSL color Cylindrical-coordinate representation of color #ECB606: hue angle of 45.91º 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 #ECB606 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 6 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.07 |
| HSL | 45.91º | 0.95% | 0.47% | - |
| HSV(B) | 45.91º | 0.97% | 0.93% | - |
| XYZ | 51.35 | 51.3 | 7.37 | - |
| YUV | 178.08 | 30.89 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 6 | 0 | 0.23 | 0.97 | 0.07 | 45.91 | 0.95 | 0.47 |
| Hex | EC | B6 | 6 | 0 | 17 | 61 | 7 | 2E | 5F | 2F |
| Octal | 354 | 266 | 6 | 0 | 27 | 141 | 7 | 56 | 137 | 57 |
| Binary | 11101100 | 10110110 | 110 | 0 | 10111 | 1100001 | 111 | 101110 | 1011111 | 101111 |
Color Harmonies of #ECB606
Complementary color
Monochromatic Colors of #ECB606
Black with #ECB606
Text Example
Text Example
White with #ECB606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB606; }
p { color: rgb(236,182,6); }
H1.HeaderClassName
{
color: #ECB606;
}
.AnyTagClassName
{
color: #ECB606;
}
</style>
background-color css
<style>
a { background-color: #ECB606; }
a { background-color: rgb(236,182,6); }
div.DivClassName
{
background-color: #ECB606;
}
.BgClassName
{
background-color: #ECB606;
}
</style>
border-color css
<style>
span { border-color: #ECB606; }
span { border-color: rgb(236,182,6); }
td.TdClassName
{
border-color: #ECB606;
}
.TagClassName
{
border-color: #ECB606;
}
</style>