Shades of Selective Yellow #EFB100
Tints of Selective Yellow #EFB100
RGB
CMYK
RGB Variations
Color information
#EFB100 (or 0xEFB100) is known color: Selective Yellow. HEX triplet: EF, B1 and 00. RGB value is (239,177,0). Sum of RGB (Red+Green+Blue) = 239+177+0=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB100 is #104EFF. Grayscale: #B0B0B0. Windows color (decimal): -1068800 or 45551. OLE color: 45551.
HSL color Cylindrical-coordinate representation of color #EFB100: hue angle of 44.44º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFB100 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.06 |
| HSL | 44.44º | 1% | 0.47% | - |
| HSV(B) | 44.44º | 1% | 0.94% | - |
| XYZ | 51.32 | 49.8 | 6.91 | - |
| YUV | 175.36 | 29.04 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 0 | 0 | 0.26 | 1 | 0.06 | 44.44 | 1 | 0.47 |
| Hex | EF | B1 | 0 | 0 | 1A | 64 | 6 | 2C | 64 | 2F |
| Octal | 357 | 261 | 0 | 0 | 32 | 144 | 6 | 54 | 144 | 57 |
| Binary | 11101111 | 10110001 | 0 | 0 | 11010 | 1100100 | 110 | 101100 | 1100100 | 101111 |
Color Harmonies of #EFB100
Complementary color
Monochromatic Colors of #EFB100
Black with #EFB100
Text Example
Text Example
White with #EFB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB100; }
p { color: rgb(239,177,0); }
H1.HeaderClassName
{
color: #EFB100;
}
.AnyTagClassName
{
color: #EFB100;
}
</style>
background-color css
<style>
a { background-color: #EFB100; }
a { background-color: rgb(239,177,0); }
div.DivClassName
{
background-color: #EFB100;
}
.BgClassName
{
background-color: #EFB100;
}
</style>
border-color css
<style>
span { border-color: #EFB100; }
span { border-color: rgb(239,177,0); }
td.TdClassName
{
border-color: #EFB100;
}
.TagClassName
{
border-color: #EFB100;
}
</style>