Shades of Selective Yellow #ECB504
Tints of Selective Yellow #ECB504
RGB
CMYK
RGB Variations
Color information
#ECB504 (or 0xECB504) is known color: Selective Yellow. HEX triplet: EC, B5 and 04. RGB value is (236,181,4). Sum of RGB (Red+Green+Blue) = 236+181+4=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB504 is #134AFB. Grayscale: #B2B2B2. Windows color (decimal): -1264380 or 308716. OLE color: 308716.
HSL color Cylindrical-coordinate representation of color #ECB504: hue angle of 45.78º 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 #ECB504 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.07 |
| HSL | 45.78º | 0.97% | 0.47% | - |
| HSV(B) | 45.78º | 0.98% | 0.93% | - |
| XYZ | 51.14 | 50.89 | 7.24 | - |
| YUV | 177.27 | 30.22 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 4 | 0 | 0.23 | 0.98 | 0.07 | 45.78 | 0.97 | 0.47 |
| Hex | EC | B5 | 4 | 0 | 17 | 62 | 7 | 2E | 61 | 2F |
| Octal | 354 | 265 | 4 | 0 | 27 | 142 | 7 | 56 | 141 | 57 |
| Binary | 11101100 | 10110101 | 100 | 0 | 10111 | 1100010 | 111 | 101110 | 1100001 | 101111 |
Color Harmonies of #ECB504
Complementary color
Monochromatic Colors of #ECB504
Black with #ECB504
Text Example
Text Example
White with #ECB504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB504; }
p { color: rgb(236,181,4); }
H1.HeaderClassName
{
color: #ECB504;
}
.AnyTagClassName
{
color: #ECB504;
}
</style>
background-color css
<style>
a { background-color: #ECB504; }
a { background-color: rgb(236,181,4); }
div.DivClassName
{
background-color: #ECB504;
}
.BgClassName
{
background-color: #ECB504;
}
</style>
border-color css
<style>
span { border-color: #ECB504; }
span { border-color: rgb(236,181,4); }
td.TdClassName
{
border-color: #ECB504;
}
.TagClassName
{
border-color: #ECB504;
}
</style>