Shades of Selective Yellow #ECB308
Tints of Selective Yellow #ECB308
RGB
CMYK
RGB Variations
Color information
#ECB308 (or 0xECB308) is known color: Selective Yellow. HEX triplet: EC, B3 and 08. RGB value is (236,179,8). Sum of RGB (Red+Green+Blue) = 236+179+8=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB308 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB308 is #134CF7. Grayscale: #B1B1B1. Windows color (decimal): -1264888 or 570348. OLE color: 570348.
HSL color Cylindrical-coordinate representation of color #ECB308: hue angle of 45º degrees, saturation: 0.93, 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 #ECB308 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 8 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.07 |
| HSL | 45º | 0.93% | 0.48% | - |
| HSV(B) | 45º | 0.97% | 0.93% | - |
| XYZ | 50.76 | 50.09 | 7.22 | - |
| YUV | 176.55 | 32.88 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 8 | 0 | 0.24 | 0.97 | 0.07 | 45 | 0.93 | 0.48 |
| Hex | EC | B3 | 8 | 0 | 18 | 61 | 7 | 2D | 5D | 30 |
| Octal | 354 | 263 | 10 | 0 | 30 | 141 | 7 | 55 | 135 | 60 |
| Binary | 11101100 | 10110011 | 1000 | 0 | 11000 | 1100001 | 111 | 101101 | 1011101 | 110000 |
Color Harmonies of #ECB308
Complementary color
Monochromatic Colors of #ECB308
Black with #ECB308
Text Example
Text Example
White with #ECB308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB308; }
p { color: rgb(236,179,8); }
H1.HeaderClassName
{
color: #ECB308;
}
.AnyTagClassName
{
color: #ECB308;
}
</style>
background-color css
<style>
a { background-color: #ECB308; }
a { background-color: rgb(236,179,8); }
div.DivClassName
{
background-color: #ECB308;
}
.BgClassName
{
background-color: #ECB308;
}
</style>
border-color css
<style>
span { border-color: #ECB308; }
span { border-color: rgb(236,179,8); }
td.TdClassName
{
border-color: #ECB308;
}
.TagClassName
{
border-color: #ECB308;
}
</style>