Shades of Selective Yellow #ECB40A
Tints of Selective Yellow #ECB40A
RGB
CMYK
RGB Variations
Color information
#ECB40A (or 0xECB40A) is known color: Selective Yellow. HEX triplet: EC, B4 and 0A. RGB value is (236,180,10). Sum of RGB (Red+Green+Blue) = 236+180+10=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB40A is #134BF5. Grayscale: #B2B2B2. Windows color (decimal): -1264630 or 701676. OLE color: 701676.
HSL color Cylindrical-coordinate representation of color #ECB40A: hue angle of 45.13º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECB40A is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 10 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.07 |
| HSL | 45.13º | 0.92% | 0.48% | - |
| HSV(B) | 45.13º | 0.96% | 0.93% | - |
| XYZ | 50.97 | 50.5 | 7.35 | - |
| YUV | 177.36 | 33.55 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 10 | 0 | 0.24 | 0.96 | 0.07 | 45.13 | 0.92 | 0.48 |
| Hex | EC | B4 | A | 0 | 18 | 60 | 7 | 2D | 5C | 30 |
| Octal | 354 | 264 | 12 | 0 | 30 | 140 | 7 | 55 | 134 | 60 |
| Binary | 11101100 | 10110100 | 1010 | 0 | 11000 | 1100000 | 111 | 101101 | 1011100 | 110000 |
Color Harmonies of #ECB40A
Complementary color
Monochromatic Colors of #ECB40A
Black with #ECB40A
Text Example
Text Example
White with #ECB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB40A; }
p { color: rgb(236,180,10); }
H1.HeaderClassName
{
color: #ECB40A;
}
.AnyTagClassName
{
color: #ECB40A;
}
</style>
background-color css
<style>
a { background-color: #ECB40A; }
a { background-color: rgb(236,180,10); }
div.DivClassName
{
background-color: #ECB40A;
}
.BgClassName
{
background-color: #ECB40A;
}
</style>
border-color css
<style>
span { border-color: #ECB40A; }
span { border-color: rgb(236,180,10); }
td.TdClassName
{
border-color: #ECB40A;
}
.TagClassName
{
border-color: #ECB40A;
}
</style>