Shades of Selective Yellow #ECB100
Tints of Selective Yellow #ECB100
RGB
CMYK
RGB Variations
Color information
#ECB100 (or 0xECB100) is known color: Selective Yellow. HEX triplet: EC, B1 and 00. RGB value is (236,177,0). Sum of RGB (Red+Green+Blue) = 236+177+0=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB100 is #134EFF. Grayscale: #AFAFAF. Windows color (decimal): -1265408 or 45548. OLE color: 45548.
HSL color Cylindrical-coordinate representation of color #ECB100: hue angle of 45º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ECB100 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.07 |
| HSL | 45º | 1% | 0.46% | - |
| HSV(B) | 45º | 1% | 0.93% | - |
| XYZ | 50.31 | 49.28 | 6.86 | - |
| YUV | 174.46 | 29.55 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 0 | 0 | 0.25 | 1 | 0.07 | 45 | 1 | 0.46 |
| Hex | EC | B1 | 0 | 0 | 19 | 64 | 7 | 2D | 64 | 2E |
| Octal | 354 | 261 | 0 | 0 | 31 | 144 | 7 | 55 | 144 | 56 |
| Binary | 11101100 | 10110001 | 0 | 0 | 11001 | 1100100 | 111 | 101101 | 1100100 | 101110 |
Color Harmonies of #ECB100
Complementary color
Monochromatic Colors of #ECB100
Black with #ECB100
Text Example
Text Example
White with #ECB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB100; }
p { color: rgb(236,177,0); }
H1.HeaderClassName
{
color: #ECB100;
}
.AnyTagClassName
{
color: #ECB100;
}
</style>
background-color css
<style>
a { background-color: #ECB100; }
a { background-color: rgb(236,177,0); }
div.DivClassName
{
background-color: #ECB100;
}
.BgClassName
{
background-color: #ECB100;
}
</style>
border-color css
<style>
span { border-color: #ECB100; }
span { border-color: rgb(236,177,0); }
td.TdClassName
{
border-color: #ECB100;
}
.TagClassName
{
border-color: #ECB100;
}
</style>