Shades of Selective Yellow #ECB507
Tints of Selective Yellow #ECB507
RGB
CMYK
RGB Variations
Color information
#ECB507 (or 0xECB507) is known color: Selective Yellow. HEX triplet: EC, B5 and 07. RGB value is (236,181,7). Sum of RGB (Red+Green+Blue) = 236+181+7=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB507 is #134AF8. Grayscale: #B2B2B2. Windows color (decimal): -1264377 or 505324. OLE color: 505324.
HSL color Cylindrical-coordinate representation of color #ECB507: hue angle of 45.59º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECB507 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.07 |
| HSL | 45.59º | 0.94% | 0.48% | - |
| HSV(B) | 45.59º | 0.97% | 0.93% | - |
| XYZ | 51.15 | 50.9 | 7.33 | - |
| YUV | 177.61 | 31.72 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 7 | 0 | 0.23 | 0.97 | 0.07 | 45.59 | 0.94 | 0.48 |
| Hex | EC | B5 | 7 | 0 | 17 | 61 | 7 | 2E | 5E | 30 |
| Octal | 354 | 265 | 7 | 0 | 27 | 141 | 7 | 56 | 136 | 60 |
| Binary | 11101100 | 10110101 | 111 | 0 | 10111 | 1100001 | 111 | 101110 | 1011110 | 110000 |
Color Harmonies of #ECB507
Complementary color
Monochromatic Colors of #ECB507
Black with #ECB507
Text Example
Text Example
White with #ECB507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB507; }
p { color: rgb(236,181,7); }
H1.HeaderClassName
{
color: #ECB507;
}
.AnyTagClassName
{
color: #ECB507;
}
</style>
background-color css
<style>
a { background-color: #ECB507; }
a { background-color: rgb(236,181,7); }
div.DivClassName
{
background-color: #ECB507;
}
.BgClassName
{
background-color: #ECB507;
}
</style>
border-color css
<style>
span { border-color: #ECB507; }
span { border-color: rgb(236,181,7); }
td.TdClassName
{
border-color: #ECB507;
}
.TagClassName
{
border-color: #ECB507;
}
</style>