Shades of Selective Yellow #ECB50B
Tints of Selective Yellow #ECB50B
RGB
CMYK
RGB Variations
Color information
#ECB50B (or 0xECB50B) is known color: Selective Yellow. HEX triplet: EC, B5 and 0B. RGB value is (236,181,11). Sum of RGB (Red+Green+Blue) = 236+181+11=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 11 (4.69% from 255 or 2.57% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB50B is #134AF4. Grayscale: #B2B2B2. Windows color (decimal): -1264373 or 767468. OLE color: 767468.
HSL color Cylindrical-coordinate representation of color #ECB50B: hue angle of 45.33º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECB50B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.07 |
| HSL | 45.33º | 0.91% | 0.48% | - |
| HSV(B) | 45.33º | 0.95% | 0.93% | - |
| XYZ | 51.18 | 50.9 | 7.44 | - |
| YUV | 178.07 | 33.72 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 11 | 0 | 0.23 | 0.95 | 0.07 | 45.33 | 0.91 | 0.48 |
| Hex | EC | B5 | B | 0 | 17 | 5F | 7 | 2D | 5B | 30 |
| Octal | 354 | 265 | 13 | 0 | 27 | 137 | 7 | 55 | 133 | 60 |
| Binary | 11101100 | 10110101 | 1011 | 0 | 10111 | 1011111 | 111 | 101101 | 1011011 | 110000 |
Color Harmonies of #ECB50B
Complementary color
Monochromatic Colors of #ECB50B
Black with #ECB50B
Text Example
Text Example
White with #ECB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB50B; }
p { color: rgb(236,181,11); }
H1.HeaderClassName
{
color: #ECB50B;
}
.AnyTagClassName
{
color: #ECB50B;
}
</style>
background-color css
<style>
a { background-color: #ECB50B; }
a { background-color: rgb(236,181,11); }
div.DivClassName
{
background-color: #ECB50B;
}
.BgClassName
{
background-color: #ECB50B;
}
</style>
border-color css
<style>
span { border-color: #ECB50B; }
span { border-color: rgb(236,181,11); }
td.TdClassName
{
border-color: #ECB50B;
}
.TagClassName
{
border-color: #ECB50B;
}
</style>