Shades of Selective Yellow #ECB503
Tints of Selective Yellow #ECB503
RGB
CMYK
RGB Variations
Color information
#ECB503 (or 0xECB503) is known color: Selective Yellow. HEX triplet: EC, B5 and 03. RGB value is (236,181,3). Sum of RGB (Red+Green+Blue) = 236+181+3=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB503 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB503 is #134AFC. Grayscale: #B1B1B1. Windows color (decimal): -1264381 or 243180. OLE color: 243180.
HSL color Cylindrical-coordinate representation of color #ECB503: hue angle of 45.84º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECB503 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.07 |
| HSL | 45.84º | 0.97% | 0.47% | - |
| HSV(B) | 45.84º | 0.99% | 0.93% | - |
| XYZ | 51.13 | 50.89 | 7.21 | - |
| YUV | 177.15 | 29.72 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 3 | 0 | 0.23 | 0.99 | 0.07 | 45.84 | 0.97 | 0.47 |
| Hex | EC | B5 | 3 | 0 | 17 | 63 | 7 | 2E | 61 | 2F |
| Octal | 354 | 265 | 3 | 0 | 27 | 143 | 7 | 56 | 141 | 57 |
| Binary | 11101100 | 10110101 | 11 | 0 | 10111 | 1100011 | 111 | 101110 | 1100001 | 101111 |
Color Harmonies of #ECB503
Complementary color
Monochromatic Colors of #ECB503
Black with #ECB503
Text Example
Text Example
White with #ECB503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB503; }
p { color: rgb(236,181,3); }
H1.HeaderClassName
{
color: #ECB503;
}
.AnyTagClassName
{
color: #ECB503;
}
</style>
background-color css
<style>
a { background-color: #ECB503; }
a { background-color: rgb(236,181,3); }
div.DivClassName
{
background-color: #ECB503;
}
.BgClassName
{
background-color: #ECB503;
}
</style>
border-color css
<style>
span { border-color: #ECB503; }
span { border-color: rgb(236,181,3); }
td.TdClassName
{
border-color: #ECB503;
}
.TagClassName
{
border-color: #ECB503;
}
</style>