Shades of Selective Yellow #EFB300
Tints of Selective Yellow #EFB300
RGB
CMYK
RGB Variations
Color information
#EFB300 (or 0xEFB300) is known color: Selective Yellow. HEX triplet: EF, B3 and 00. RGB value is (239,179,0). Sum of RGB (Red+Green+Blue) = 239+179+0=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB300 is #104CFF. Grayscale: #B1B1B1. Windows color (decimal): -1068288 or 46063. OLE color: 46063.
HSL color Cylindrical-coordinate representation of color #EFB300: hue angle of 44.94º 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 #EFB300 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.06 |
| HSL | 44.94º | 1% | 0.47% | - |
| HSV(B) | 44.94º | 1% | 0.94% | - |
| XYZ | 51.72 | 50.59 | 7.04 | - |
| YUV | 176.53 | 28.38 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 0 | 0 | 0.25 | 1 | 0.06 | 44.94 | 1 | 0.47 |
| Hex | EF | B3 | 0 | 0 | 19 | 64 | 6 | 2D | 64 | 2F |
| Octal | 357 | 263 | 0 | 0 | 31 | 144 | 6 | 55 | 144 | 57 |
| Binary | 11101111 | 10110011 | 0 | 0 | 11001 | 1100100 | 110 | 101101 | 1100100 | 101111 |
Color Harmonies of #EFB300
Complementary color
Monochromatic Colors of #EFB300
Black with #EFB300
Text Example
Text Example
White with #EFB300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB300; }
p { color: rgb(239,179,0); }
H1.HeaderClassName
{
color: #EFB300;
}
.AnyTagClassName
{
color: #EFB300;
}
</style>
background-color css
<style>
a { background-color: #EFB300; }
a { background-color: rgb(239,179,0); }
div.DivClassName
{
background-color: #EFB300;
}
.BgClassName
{
background-color: #EFB300;
}
</style>
border-color css
<style>
span { border-color: #EFB300; }
span { border-color: rgb(239,179,0); }
td.TdClassName
{
border-color: #EFB300;
}
.TagClassName
{
border-color: #EFB300;
}
</style>