Shades of Selective Yellow #ECB305
Tints of Selective Yellow #ECB305
RGB
CMYK
RGB Variations
Color information
#ECB305 (or 0xECB305) is known color: Selective Yellow. HEX triplet: EC, B3 and 05. RGB value is (236,179,5). Sum of RGB (Red+Green+Blue) = 236+179+5=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 5 (2.34% from 255 or 1.19% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB305 is #134CFA. Grayscale: #B0B0B0. Windows color (decimal): -1264891 or 373740. OLE color: 373740.
HSL color Cylindrical-coordinate representation of color #ECB305: hue angle of 45.19º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECB305 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.07 |
| HSL | 45.19º | 0.96% | 0.47% | - |
| HSV(B) | 45.19º | 0.98% | 0.93% | - |
| XYZ | 50.74 | 50.08 | 7.14 | - |
| YUV | 176.21 | 31.38 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 5 | 0 | 0.24 | 0.98 | 0.07 | 45.19 | 0.96 | 0.47 |
| Hex | EC | B3 | 5 | 0 | 18 | 62 | 7 | 2D | 60 | 2F |
| Octal | 354 | 263 | 5 | 0 | 30 | 142 | 7 | 55 | 140 | 57 |
| Binary | 11101100 | 10110011 | 101 | 0 | 11000 | 1100010 | 111 | 101101 | 1100000 | 101111 |
Color Harmonies of #ECB305
Complementary color
Monochromatic Colors of #ECB305
Black with #ECB305
Text Example
Text Example
White with #ECB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB305; }
p { color: rgb(236,179,5); }
H1.HeaderClassName
{
color: #ECB305;
}
.AnyTagClassName
{
color: #ECB305;
}
</style>
background-color css
<style>
a { background-color: #ECB305; }
a { background-color: rgb(236,179,5); }
div.DivClassName
{
background-color: #ECB305;
}
.BgClassName
{
background-color: #ECB305;
}
</style>
border-color css
<style>
span { border-color: #ECB305; }
span { border-color: rgb(236,179,5); }
td.TdClassName
{
border-color: #ECB305;
}
.TagClassName
{
border-color: #ECB305;
}
</style>