Shades of Selective Yellow #ECB505
Tints of Selective Yellow #ECB505
RGB
CMYK
RGB Variations
Color information
#ECB505 (or 0xECB505) is known color: Selective Yellow. HEX triplet: EC, B5 and 05. RGB value is (236,181,5). Sum of RGB (Red+Green+Blue) = 236+181+5=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB505 is #134AFA. Grayscale: #B2B2B2. Windows color (decimal): -1264379 or 374252. OLE color: 374252.
HSL color Cylindrical-coordinate representation of color #ECB505: hue angle of 45.71º degrees, saturation: 0.96, 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 #ECB505 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.07 |
| HSL | 45.71º | 0.96% | 0.47% | - |
| HSV(B) | 45.71º | 0.98% | 0.93% | - |
| XYZ | 51.14 | 50.89 | 7.27 | - |
| YUV | 177.38 | 30.72 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 5 | 0 | 0.23 | 0.98 | 0.07 | 45.71 | 0.96 | 0.47 |
| Hex | EC | B5 | 5 | 0 | 17 | 62 | 7 | 2E | 60 | 2F |
| Octal | 354 | 265 | 5 | 0 | 27 | 142 | 7 | 56 | 140 | 57 |
| Binary | 11101100 | 10110101 | 101 | 0 | 10111 | 1100010 | 111 | 101110 | 1100000 | 101111 |
Color Harmonies of #ECB505
Complementary color
Monochromatic Colors of #ECB505
Black with #ECB505
Text Example
Text Example
White with #ECB505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB505; }
p { color: rgb(236,181,5); }
H1.HeaderClassName
{
color: #ECB505;
}
.AnyTagClassName
{
color: #ECB505;
}
</style>
background-color css
<style>
a { background-color: #ECB505; }
a { background-color: rgb(236,181,5); }
div.DivClassName
{
background-color: #ECB505;
}
.BgClassName
{
background-color: #ECB505;
}
</style>
border-color css
<style>
span { border-color: #ECB505; }
span { border-color: rgb(236,181,5); }
td.TdClassName
{
border-color: #ECB505;
}
.TagClassName
{
border-color: #ECB505;
}
</style>