Shades of Selective Yellow #ECB509
Tints of Selective Yellow #ECB509
RGB
CMYK
RGB Variations
Color information
#ECB509 (or 0xECB509) is known color: Selective Yellow. HEX triplet: EC, B5 and 09. RGB value is (236,181,9). Sum of RGB (Red+Green+Blue) = 236+181+9=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 9 (3.91% from 255 or 2.11% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB509 is #134AF6. Grayscale: #B2B2B2. Windows color (decimal): -1264375 or 636396. OLE color: 636396.
HSL color Cylindrical-coordinate representation of color #ECB509: hue angle of 45.46º degrees, saturation: 0.93, 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 #ECB509 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.07 |
| HSL | 45.46º | 0.93% | 0.48% | - |
| HSV(B) | 45.46º | 0.96% | 0.93% | - |
| XYZ | 51.17 | 50.9 | 7.39 | - |
| YUV | 177.84 | 32.72 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 9 | 0 | 0.23 | 0.96 | 0.07 | 45.46 | 0.93 | 0.48 |
| Hex | EC | B5 | 9 | 0 | 17 | 60 | 7 | 2D | 5D | 30 |
| Octal | 354 | 265 | 11 | 0 | 27 | 140 | 7 | 55 | 135 | 60 |
| Binary | 11101100 | 10110101 | 1001 | 0 | 10111 | 1100000 | 111 | 101101 | 1011101 | 110000 |
Color Harmonies of #ECB509
Complementary color
Monochromatic Colors of #ECB509
Black with #ECB509
Text Example
Text Example
White with #ECB509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB509; }
p { color: rgb(236,181,9); }
H1.HeaderClassName
{
color: #ECB509;
}
.AnyTagClassName
{
color: #ECB509;
}
</style>
background-color css
<style>
a { background-color: #ECB509; }
a { background-color: rgb(236,181,9); }
div.DivClassName
{
background-color: #ECB509;
}
.BgClassName
{
background-color: #ECB509;
}
</style>
border-color css
<style>
span { border-color: #ECB509; }
span { border-color: rgb(236,181,9); }
td.TdClassName
{
border-color: #ECB509;
}
.TagClassName
{
border-color: #ECB509;
}
</style>