Shades of Selective Yellow #EFB306
Tints of Selective Yellow #EFB306
RGB
CMYK
RGB Variations
Color information
#EFB306 (or 0xEFB306) is known color: Selective Yellow. HEX triplet: EF, B3 and 06. RGB value is (239,179,6). Sum of RGB (Red+Green+Blue) = 239+179+6=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 6 (2.73% from 255 or 1.42% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB306 is #104CF9. Grayscale: #B1B1B1. Windows color (decimal): -1068282 or 439279. OLE color: 439279.
HSL color Cylindrical-coordinate representation of color #EFB306: hue angle of 44.55º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFB306 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 6 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.06 |
| HSL | 44.55º | 0.95% | 0.48% | - |
| HSV(B) | 44.55º | 0.97% | 0.94% | - |
| XYZ | 51.75 | 50.6 | 7.21 | - |
| YUV | 177.22 | 31.38 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 6 | 0 | 0.25 | 0.97 | 0.06 | 44.55 | 0.95 | 0.48 |
| Hex | EF | B3 | 6 | 0 | 19 | 61 | 6 | 2D | 5F | 30 |
| Octal | 357 | 263 | 6 | 0 | 31 | 141 | 6 | 55 | 137 | 60 |
| Binary | 11101111 | 10110011 | 110 | 0 | 11001 | 1100001 | 110 | 101101 | 1011111 | 110000 |
Color Harmonies of #EFB306
Complementary color
Monochromatic Colors of #EFB306
Black with #EFB306
Text Example
Text Example
White with #EFB306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB306; }
p { color: rgb(239,179,6); }
H1.HeaderClassName
{
color: #EFB306;
}
.AnyTagClassName
{
color: #EFB306;
}
</style>
background-color css
<style>
a { background-color: #EFB306; }
a { background-color: rgb(239,179,6); }
div.DivClassName
{
background-color: #EFB306;
}
.BgClassName
{
background-color: #EFB306;
}
</style>
border-color css
<style>
span { border-color: #EFB306; }
span { border-color: rgb(239,179,6); }
td.TdClassName
{
border-color: #EFB306;
}
.TagClassName
{
border-color: #EFB306;
}
</style>