Shades of Selective Yellow #ECB60B
Tints of Selective Yellow #ECB60B
RGB
CMYK
RGB Variations
Color information
#ECB60B (or 0xECB60B) is known color: Selective Yellow. HEX triplet: EC, B6 and 0B. RGB value is (236,182,11). Sum of RGB (Red+Green+Blue) = 236+182+11=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB60B is #1349F4. Grayscale: #B3B3B3. Windows color (decimal): -1264117 or 767724. OLE color: 767724.
HSL color Cylindrical-coordinate representation of color #ECB60B: hue angle of 45.6º 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 #ECB60B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.07 |
| HSL | 45.6º | 0.91% | 0.48% | - |
| HSV(B) | 45.6º | 0.95% | 0.93% | - |
| XYZ | 51.38 | 51.31 | 7.51 | - |
| YUV | 178.65 | 33.39 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 11 | 0 | 0.23 | 0.95 | 0.07 | 45.6 | 0.91 | 0.48 |
| Hex | EC | B6 | B | 0 | 17 | 5F | 7 | 2E | 5B | 30 |
| Octal | 354 | 266 | 13 | 0 | 27 | 137 | 7 | 56 | 133 | 60 |
| Binary | 11101100 | 10110110 | 1011 | 0 | 10111 | 1011111 | 111 | 101110 | 1011011 | 110000 |
Color Harmonies of #ECB60B
Complementary color
Monochromatic Colors of #ECB60B
Black with #ECB60B
Text Example
Text Example
White with #ECB60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB60B; }
p { color: rgb(236,182,11); }
H1.HeaderClassName
{
color: #ECB60B;
}
.AnyTagClassName
{
color: #ECB60B;
}
</style>
background-color css
<style>
a { background-color: #ECB60B; }
a { background-color: rgb(236,182,11); }
div.DivClassName
{
background-color: #ECB60B;
}
.BgClassName
{
background-color: #ECB60B;
}
</style>
border-color css
<style>
span { border-color: #ECB60B; }
span { border-color: rgb(236,182,11); }
td.TdClassName
{
border-color: #ECB60B;
}
.TagClassName
{
border-color: #ECB60B;
}
</style>