Shades of Selective Yellow #ECB204
Tints of Selective Yellow #ECB204
RGB
CMYK
RGB Variations
Color information
#ECB204 (or 0xECB204) is known color: Selective Yellow. HEX triplet: EC, B2 and 04. RGB value is (236,178,4). Sum of RGB (Red+Green+Blue) = 236+178+4=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB204 is #134DFB. Grayscale: #B0B0B0. Windows color (decimal): -1265148 or 307948. OLE color: 307948.
HSL color Cylindrical-coordinate representation of color #ECB204: hue angle of 45º 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 #ECB204 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 4 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.07 |
| HSL | 45º | 0.97% | 0.47% | - |
| HSV(B) | 45º | 0.98% | 0.93% | - |
| XYZ | 50.53 | 49.68 | 7.04 | - |
| YUV | 175.51 | 31.22 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 4 | 0 | 0.25 | 0.98 | 0.07 | 45 | 0.97 | 0.47 |
| Hex | EC | B2 | 4 | 0 | 19 | 62 | 7 | 2D | 61 | 2F |
| Octal | 354 | 262 | 4 | 0 | 31 | 142 | 7 | 55 | 141 | 57 |
| Binary | 11101100 | 10110010 | 100 | 0 | 11001 | 1100010 | 111 | 101101 | 1100001 | 101111 |
Color Harmonies of #ECB204
Complementary color
Monochromatic Colors of #ECB204
Black with #ECB204
Text Example
Text Example
White with #ECB204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB204; }
p { color: rgb(236,178,4); }
H1.HeaderClassName
{
color: #ECB204;
}
.AnyTagClassName
{
color: #ECB204;
}
</style>
background-color css
<style>
a { background-color: #ECB204; }
a { background-color: rgb(236,178,4); }
div.DivClassName
{
background-color: #ECB204;
}
.BgClassName
{
background-color: #ECB204;
}
</style>
border-color css
<style>
span { border-color: #ECB204; }
span { border-color: rgb(236,178,4); }
td.TdClassName
{
border-color: #ECB204;
}
.TagClassName
{
border-color: #ECB204;
}
</style>