Shades of Selective Yellow #ECB103
Tints of Selective Yellow #ECB103
RGB
CMYK
RGB Variations
Color information
#ECB103 (or 0xECB103) is known color: Selective Yellow. HEX triplet: EC, B1 and 03. RGB value is (236,177,3). Sum of RGB (Red+Green+Blue) = 236+177+3=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECB103 is #134EFC. Grayscale: #AFAFAF. Windows color (decimal): -1265405 or 242156. OLE color: 242156.
HSL color Cylindrical-coordinate representation of color #ECB103: hue angle of 44.81º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ECB103 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 3 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.07 |
| HSL | 44.81º | 0.97% | 0.47% | - |
| HSV(B) | 44.81º | 0.99% | 0.93% | - |
| XYZ | 50.33 | 49.28 | 6.95 | - |
| YUV | 174.81 | 31.05 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 3 | 0 | 0.25 | 0.99 | 0.07 | 44.81 | 0.97 | 0.47 |
| Hex | EC | B1 | 3 | 0 | 19 | 63 | 7 | 2D | 61 | 2F |
| Octal | 354 | 261 | 3 | 0 | 31 | 143 | 7 | 55 | 141 | 57 |
| Binary | 11101100 | 10110001 | 11 | 0 | 11001 | 1100011 | 111 | 101101 | 1100001 | 101111 |
Color Harmonies of #ECB103
Complementary color
Monochromatic Colors of #ECB103
Black with #ECB103
Text Example
Text Example
White with #ECB103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB103; }
p { color: rgb(236,177,3); }
H1.HeaderClassName
{
color: #ECB103;
}
.AnyTagClassName
{
color: #ECB103;
}
</style>
background-color css
<style>
a { background-color: #ECB103; }
a { background-color: rgb(236,177,3); }
div.DivClassName
{
background-color: #ECB103;
}
.BgClassName
{
background-color: #ECB103;
}
</style>
border-color css
<style>
span { border-color: #ECB103; }
span { border-color: rgb(236,177,3); }
td.TdClassName
{
border-color: #ECB103;
}
.TagClassName
{
border-color: #ECB103;
}
</style>