Shades of Selective Yellow #ECB009
Tints of Selective Yellow #ECB009
RGB
CMYK
RGB Variations
Color information
#ECB009 (or 0xECB009) is known color: Selective Yellow. HEX triplet: EC, B0 and 09. RGB value is (236,176,9). Sum of RGB (Red+Green+Blue) = 236+176+9=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 9 (3.91% from 255 or 2.14% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB009 is #134FF6. Grayscale: #AFAFAF. Windows color (decimal): -1265655 or 635116. OLE color: 635116.
HSL color Cylindrical-coordinate representation of color #ECB009: hue angle of 44.14º 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 #ECB009 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 9 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.07 |
| HSL | 44.14º | 0.93% | 0.48% | - |
| HSV(B) | 44.14º | 0.96% | 0.93% | - |
| XYZ | 50.17 | 48.9 | 7.05 | - |
| YUV | 174.9 | 34.38 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 9 | 0 | 0.25 | 0.96 | 0.07 | 44.14 | 0.93 | 0.48 |
| Hex | EC | B0 | 9 | 0 | 19 | 60 | 7 | 2C | 5D | 30 |
| Octal | 354 | 260 | 11 | 0 | 31 | 140 | 7 | 54 | 135 | 60 |
| Binary | 11101100 | 10110000 | 1001 | 0 | 11001 | 1100000 | 111 | 101100 | 1011101 | 110000 |
Color Harmonies of #ECB009
Complementary color
Monochromatic Colors of #ECB009
Black with #ECB009
Text Example
Text Example
White with #ECB009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB009; }
p { color: rgb(236,176,9); }
H1.HeaderClassName
{
color: #ECB009;
}
.AnyTagClassName
{
color: #ECB009;
}
</style>
background-color css
<style>
a { background-color: #ECB009; }
a { background-color: rgb(236,176,9); }
div.DivClassName
{
background-color: #ECB009;
}
.BgClassName
{
background-color: #ECB009;
}
</style>
border-color css
<style>
span { border-color: #ECB009; }
span { border-color: rgb(236,176,9); }
td.TdClassName
{
border-color: #ECB009;
}
.TagClassName
{
border-color: #ECB009;
}
</style>