Shades of Selective Yellow #EFB105
Tints of Selective Yellow #EFB105
RGB
CMYK
RGB Variations
Color information
#EFB105 (or 0xEFB105) is known color: Selective Yellow. HEX triplet: EF, B1 and 05. RGB value is (239,177,5). Sum of RGB (Red+Green+Blue) = 239+177+5=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB105 is #104EFA. Grayscale: #B0B0B0. Windows color (decimal): -1068795 or 373231. OLE color: 373231.
HSL color Cylindrical-coordinate representation of color #EFB105: hue angle of 44.1º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EFB105 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 5 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.06 |
| HSL | 44.1º | 0.96% | 0.48% | - |
| HSV(B) | 44.1º | 0.98% | 0.94% | - |
| XYZ | 51.35 | 49.81 | 7.05 | - |
| YUV | 175.93 | 31.54 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 5 | 0 | 0.26 | 0.98 | 0.06 | 44.1 | 0.96 | 0.48 |
| Hex | EF | B1 | 5 | 0 | 1A | 62 | 6 | 2C | 60 | 30 |
| Octal | 357 | 261 | 5 | 0 | 32 | 142 | 6 | 54 | 140 | 60 |
| Binary | 11101111 | 10110001 | 101 | 0 | 11010 | 1100010 | 110 | 101100 | 1100000 | 110000 |
Color Harmonies of #EFB105
Complementary color
Monochromatic Colors of #EFB105
Black with #EFB105
Text Example
Text Example
White with #EFB105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB105; }
p { color: rgb(239,177,5); }
H1.HeaderClassName
{
color: #EFB105;
}
.AnyTagClassName
{
color: #EFB105;
}
</style>
background-color css
<style>
a { background-color: #EFB105; }
a { background-color: rgb(239,177,5); }
div.DivClassName
{
background-color: #EFB105;
}
.BgClassName
{
background-color: #EFB105;
}
</style>
border-color css
<style>
span { border-color: #EFB105; }
span { border-color: rgb(239,177,5); }
td.TdClassName
{
border-color: #EFB105;
}
.TagClassName
{
border-color: #EFB105;
}
</style>