Shades of Selective Yellow #ECB604
Tints of Selective Yellow #ECB604
RGB
CMYK
RGB Variations
Color information
#ECB604 (or 0xECB604) is known color: Selective Yellow. HEX triplet: EC, B6 and 04. RGB value is (236,182,4). Sum of RGB (Red+Green+Blue) = 236+182+4=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB604 is #1349FB. Grayscale: #B2B2B2. Windows color (decimal): -1264124 or 308972. OLE color: 308972.
HSL color Cylindrical-coordinate representation of color #ECB604: hue angle of 46.03º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECB604 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.07 |
| HSL | 46.03º | 0.97% | 0.47% | - |
| HSV(B) | 46.03º | 0.98% | 0.93% | - |
| XYZ | 51.34 | 51.3 | 7.31 | - |
| YUV | 177.85 | 29.89 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 4 | 0 | 0.23 | 0.98 | 0.07 | 46.03 | 0.97 | 0.47 |
| Hex | EC | B6 | 4 | 0 | 17 | 62 | 7 | 2E | 61 | 2F |
| Octal | 354 | 266 | 4 | 0 | 27 | 142 | 7 | 56 | 141 | 57 |
| Binary | 11101100 | 10110110 | 100 | 0 | 10111 | 1100010 | 111 | 101110 | 1100001 | 101111 |
Color Harmonies of #ECB604
Complementary color
Monochromatic Colors of #ECB604
Black with #ECB604
Text Example
Text Example
White with #ECB604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB604; }
p { color: rgb(236,182,4); }
H1.HeaderClassName
{
color: #ECB604;
}
.AnyTagClassName
{
color: #ECB604;
}
</style>
background-color css
<style>
a { background-color: #ECB604; }
a { background-color: rgb(236,182,4); }
div.DivClassName
{
background-color: #ECB604;
}
.BgClassName
{
background-color: #ECB604;
}
</style>
border-color css
<style>
span { border-color: #ECB604; }
span { border-color: rgb(236,182,4); }
td.TdClassName
{
border-color: #ECB604;
}
.TagClassName
{
border-color: #ECB604;
}
</style>