Shades of Selective Yellow #EFB301
Tints of Selective Yellow #EFB301
RGB
CMYK
RGB Variations
Color information
#EFB301 (or 0xEFB301) is known color: Selective Yellow. HEX triplet: EF, B3 and 01. RGB value is (239,179,1). Sum of RGB (Red+Green+Blue) = 239+179+1=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB301 is #104CFE. Grayscale: #B1B1B1. Windows color (decimal): -1068287 or 111599. OLE color: 111599.
HSL color Cylindrical-coordinate representation of color #EFB301: hue angle of 44.87º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFB301 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 1 | - |
| CMYK | 0 | 0.25 | 1.00 | 0.06 |
| HSL | 44.87º | 0.99% | 0.47% | - |
| HSV(B) | 44.87º | 1% | 0.94% | - |
| XYZ | 51.72 | 50.59 | 7.07 | - |
| YUV | 176.65 | 28.88 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 1 | 0 | 0.25 | 1.00 | 0.06 | 44.87 | 0.99 | 0.47 |
| Hex | EF | B3 | 1 | 0 | 19 | 64 | 6 | 2D | 63 | 2F |
| Octal | 357 | 263 | 1 | 0 | 31 | 144 | 6 | 55 | 143 | 57 |
| Binary | 11101111 | 10110011 | 1 | 0 | 11001 | 1100100 | 110 | 101101 | 1100011 | 101111 |
Color Harmonies of #EFB301
Complementary color
Monochromatic Colors of #EFB301
Black with #EFB301
Text Example
Text Example
White with #EFB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB301; }
p { color: rgb(239,179,1); }
H1.HeaderClassName
{
color: #EFB301;
}
.AnyTagClassName
{
color: #EFB301;
}
</style>
background-color css
<style>
a { background-color: #EFB301; }
a { background-color: rgb(239,179,1); }
div.DivClassName
{
background-color: #EFB301;
}
.BgClassName
{
background-color: #EFB301;
}
</style>
border-color css
<style>
span { border-color: #EFB301; }
span { border-color: rgb(239,179,1); }
td.TdClassName
{
border-color: #EFB301;
}
.TagClassName
{
border-color: #EFB301;
}
</style>