Shades of Selective Yellow #EFB500
Tints of Selective Yellow #EFB500
RGB
CMYK
RGB Variations
Color information
#EFB500 (or 0xEFB500) is known color: Selective Yellow. HEX triplet: EF, B5 and 00. RGB value is (239,181,0). Sum of RGB (Red+Green+Blue) = 239+181+0=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB500 is #104AFF. Grayscale: #B2B2B2. Windows color (decimal): -1067776 or 46575. OLE color: 46575.
HSL color Cylindrical-coordinate representation of color #EFB500: hue angle of 45.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 #EFB500 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.06 |
| HSL | 45.44º | 1% | 0.47% | - |
| HSV(B) | 45.44º | 1% | 0.94% | - |
| XYZ | 52.12 | 51.4 | 7.17 | - |
| YUV | 177.71 | 27.72 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 0 | 0 | 0.24 | 1 | 0.06 | 45.44 | 1 | 0.47 |
| Hex | EF | B5 | 0 | 0 | 18 | 64 | 6 | 2D | 64 | 2F |
| Octal | 357 | 265 | 0 | 0 | 30 | 144 | 6 | 55 | 144 | 57 |
| Binary | 11101111 | 10110101 | 0 | 0 | 11000 | 1100100 | 110 | 101101 | 1100100 | 101111 |
Color Harmonies of #EFB500
Complementary color
Monochromatic Colors of #EFB500
Black with #EFB500
Text Example
Text Example
White with #EFB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB500; }
p { color: rgb(239,181,0); }
H1.HeaderClassName
{
color: #EFB500;
}
.AnyTagClassName
{
color: #EFB500;
}
</style>
background-color css
<style>
a { background-color: #EFB500; }
a { background-color: rgb(239,181,0); }
div.DivClassName
{
background-color: #EFB500;
}
.BgClassName
{
background-color: #EFB500;
}
</style>
border-color css
<style>
span { border-color: #EFB500; }
span { border-color: rgb(239,181,0); }
td.TdClassName
{
border-color: #EFB500;
}
.TagClassName
{
border-color: #EFB500;
}
</style>