Shades of Selective Yellow #ECB307
Tints of Selective Yellow #ECB307
RGB
CMYK
RGB Variations
Color information
#ECB307 (or 0xECB307) is known color: Selective Yellow. HEX triplet: EC, B3 and 07. RGB value is (236,179,7). Sum of RGB (Red+Green+Blue) = 236+179+7=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECB307 is #134CF8. Grayscale: #B1B1B1. Windows color (decimal): -1264889 or 504812. OLE color: 504812.
HSL color Cylindrical-coordinate representation of color #ECB307: hue angle of 45.07º degrees, saturation: 0.94, 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 #ECB307 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.07 |
| HSL | 45.07º | 0.94% | 0.48% | - |
| HSV(B) | 45.07º | 0.97% | 0.93% | - |
| XYZ | 50.75 | 50.09 | 7.19 | - |
| YUV | 176.44 | 32.38 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 7 | 0 | 0.24 | 0.97 | 0.07 | 45.07 | 0.94 | 0.48 |
| Hex | EC | B3 | 7 | 0 | 18 | 61 | 7 | 2D | 5E | 30 |
| Octal | 354 | 263 | 7 | 0 | 30 | 141 | 7 | 55 | 136 | 60 |
| Binary | 11101100 | 10110011 | 111 | 0 | 11000 | 1100001 | 111 | 101101 | 1011110 | 110000 |
Color Harmonies of #ECB307
Complementary color
Monochromatic Colors of #ECB307
Black with #ECB307
Text Example
Text Example
White with #ECB307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB307; }
p { color: rgb(236,179,7); }
H1.HeaderClassName
{
color: #ECB307;
}
.AnyTagClassName
{
color: #ECB307;
}
</style>
background-color css
<style>
a { background-color: #ECB307; }
a { background-color: rgb(236,179,7); }
div.DivClassName
{
background-color: #ECB307;
}
.BgClassName
{
background-color: #ECB307;
}
</style>
border-color css
<style>
span { border-color: #ECB307; }
span { border-color: rgb(236,179,7); }
td.TdClassName
{
border-color: #ECB307;
}
.TagClassName
{
border-color: #ECB307;
}
</style>