Shades of Selective Yellow #EFB101
Tints of Selective Yellow #EFB101
RGB
CMYK
RGB Variations
Color information
#EFB101 (or 0xEFB101) is known color: Selective Yellow. HEX triplet: EF, B1 and 01. RGB value is (239,177,1). Sum of RGB (Red+Green+Blue) = 239+177+1=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB101 is #104EFE. Grayscale: #B0B0B0. Windows color (decimal): -1068799 or 111087. OLE color: 111087.
HSL color Cylindrical-coordinate representation of color #EFB101: hue angle of 44.37º 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 #EFB101 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.06 |
| HSL | 44.37º | 0.99% | 0.47% | - |
| HSV(B) | 44.37º | 1% | 0.94% | - |
| XYZ | 51.32 | 49.8 | 6.94 | - |
| YUV | 175.47 | 29.54 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 1 | 0 | 0.26 | 1.00 | 0.06 | 44.37 | 0.99 | 0.47 |
| Hex | EF | B1 | 1 | 0 | 1A | 64 | 6 | 2C | 63 | 2F |
| Octal | 357 | 261 | 1 | 0 | 32 | 144 | 6 | 54 | 143 | 57 |
| Binary | 11101111 | 10110001 | 1 | 0 | 11010 | 1100100 | 110 | 101100 | 1100011 | 101111 |
Color Harmonies of #EFB101
Complementary color
Monochromatic Colors of #EFB101
Black with #EFB101
Text Example
Text Example
White with #EFB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB101; }
p { color: rgb(239,177,1); }
H1.HeaderClassName
{
color: #EFB101;
}
.AnyTagClassName
{
color: #EFB101;
}
</style>
background-color css
<style>
a { background-color: #EFB101; }
a { background-color: rgb(239,177,1); }
div.DivClassName
{
background-color: #EFB101;
}
.BgClassName
{
background-color: #EFB101;
}
</style>
border-color css
<style>
span { border-color: #EFB101; }
span { border-color: rgb(239,177,1); }
td.TdClassName
{
border-color: #EFB101;
}
.TagClassName
{
border-color: #EFB101;
}
</style>