Shades of Selective Yellow #ECB008
Tints of Selective Yellow #ECB008
RGB
CMYK
RGB Variations
Color information
#ECB008 (or 0xECB008) is known color: Selective Yellow. HEX triplet: EC, B0 and 08. RGB value is (236,176,8). Sum of RGB (Red+Green+Blue) = 236+176+8=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB008 is #134FF7. Grayscale: #AFAFAF. Windows color (decimal): -1265656 or 569580. OLE color: 569580.
HSL color Cylindrical-coordinate representation of color #ECB008: hue angle of 44.21º 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 #ECB008 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 8 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.07 |
| HSL | 44.21º | 0.93% | 0.48% | - |
| HSV(B) | 44.21º | 0.97% | 0.93% | - |
| XYZ | 50.16 | 48.9 | 7.02 | - |
| YUV | 174.79 | 33.88 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 8 | 0 | 0.25 | 0.97 | 0.07 | 44.21 | 0.93 | 0.48 |
| Hex | EC | B0 | 8 | 0 | 19 | 61 | 7 | 2C | 5D | 30 |
| Octal | 354 | 260 | 10 | 0 | 31 | 141 | 7 | 54 | 135 | 60 |
| Binary | 11101100 | 10110000 | 1000 | 0 | 11001 | 1100001 | 111 | 101100 | 1011101 | 110000 |
Color Harmonies of #ECB008
Complementary color
Monochromatic Colors of #ECB008
Black with #ECB008
Text Example
Text Example
White with #ECB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB008; }
p { color: rgb(236,176,8); }
H1.HeaderClassName
{
color: #ECB008;
}
.AnyTagClassName
{
color: #ECB008;
}
</style>
background-color css
<style>
a { background-color: #ECB008; }
a { background-color: rgb(236,176,8); }
div.DivClassName
{
background-color: #ECB008;
}
.BgClassName
{
background-color: #ECB008;
}
</style>
border-color css
<style>
span { border-color: #ECB008; }
span { border-color: rgb(236,176,8); }
td.TdClassName
{
border-color: #ECB008;
}
.TagClassName
{
border-color: #ECB008;
}
</style>