Shades of Selective Yellow #ECB407
Tints of Selective Yellow #ECB407
RGB
CMYK
RGB Variations
Color information
#ECB407 (or 0xECB407) is known color: Selective Yellow. HEX triplet: EC, B4 and 07. RGB value is (236,180,7). Sum of RGB (Red+Green+Blue) = 236+180+7=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB407 is #134BF8. Grayscale: #B1B1B1. Windows color (decimal): -1264633 or 505068. OLE color: 505068.
HSL color Cylindrical-coordinate representation of color #ECB407: hue angle of 45.33º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECB407 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.07 |
| HSL | 45.33º | 0.94% | 0.48% | - |
| HSV(B) | 45.33º | 0.97% | 0.93% | - |
| XYZ | 50.95 | 50.49 | 7.26 | - |
| YUV | 177.02 | 32.05 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 7 | 0 | 0.24 | 0.97 | 0.07 | 45.33 | 0.94 | 0.48 |
| Hex | EC | B4 | 7 | 0 | 18 | 61 | 7 | 2D | 5E | 30 |
| Octal | 354 | 264 | 7 | 0 | 30 | 141 | 7 | 55 | 136 | 60 |
| Binary | 11101100 | 10110100 | 111 | 0 | 11000 | 1100001 | 111 | 101101 | 1011110 | 110000 |
Color Harmonies of #ECB407
Complementary color
Monochromatic Colors of #ECB407
Black with #ECB407
Text Example
Text Example
White with #ECB407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB407; }
p { color: rgb(236,180,7); }
H1.HeaderClassName
{
color: #ECB407;
}
.AnyTagClassName
{
color: #ECB407;
}
</style>
background-color css
<style>
a { background-color: #ECB407; }
a { background-color: rgb(236,180,7); }
div.DivClassName
{
background-color: #ECB407;
}
.BgClassName
{
background-color: #ECB407;
}
</style>
border-color css
<style>
span { border-color: #ECB407; }
span { border-color: rgb(236,180,7); }
td.TdClassName
{
border-color: #ECB407;
}
.TagClassName
{
border-color: #ECB407;
}
</style>