Shades of Selective Yellow #ECB40B
Tints of Selective Yellow #ECB40B
RGB
CMYK
RGB Variations
Color information
#ECB40B (or 0xECB40B) is known color: Selective Yellow. HEX triplet: EC, B4 and 0B. RGB value is (236,180,11). Sum of RGB (Red+Green+Blue) = 236+180+11=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB40B is #134BF4. Grayscale: #B2B2B2. Windows color (decimal): -1264629 or 767212. OLE color: 767212.
HSL color Cylindrical-coordinate representation of color #ECB40B: hue angle of 45.07º 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 #ECB40B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.07 |
| HSL | 45.07º | 0.91% | 0.48% | - |
| HSV(B) | 45.07º | 0.95% | 0.93% | - |
| XYZ | 50.97 | 50.5 | 7.38 | - |
| YUV | 177.48 | 34.05 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 11 | 0 | 0.24 | 0.95 | 0.07 | 45.07 | 0.91 | 0.48 |
| Hex | EC | B4 | B | 0 | 18 | 5F | 7 | 2D | 5B | 30 |
| Octal | 354 | 264 | 13 | 0 | 30 | 137 | 7 | 55 | 133 | 60 |
| Binary | 11101100 | 10110100 | 1011 | 0 | 11000 | 1011111 | 111 | 101101 | 1011011 | 110000 |
Color Harmonies of #ECB40B
Complementary color
Monochromatic Colors of #ECB40B
Black with #ECB40B
Text Example
Text Example
White with #ECB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB40B; }
p { color: rgb(236,180,11); }
H1.HeaderClassName
{
color: #ECB40B;
}
.AnyTagClassName
{
color: #ECB40B;
}
</style>
background-color css
<style>
a { background-color: #ECB40B; }
a { background-color: rgb(236,180,11); }
div.DivClassName
{
background-color: #ECB40B;
}
.BgClassName
{
background-color: #ECB40B;
}
</style>
border-color css
<style>
span { border-color: #ECB40B; }
span { border-color: rgb(236,180,11); }
td.TdClassName
{
border-color: #ECB40B;
}
.TagClassName
{
border-color: #ECB40B;
}
</style>