Shades of Selective Yellow #EFB60E
Tints of Selective Yellow #EFB60E
RGB
CMYK
RGB Variations
Color information
#EFB60E (or 0xEFB60E) is known color: Selective Yellow. HEX triplet: EF, B6 and 0E. RGB value is (239,182,14). Sum of RGB (Red+Green+Blue) = 239+182+14=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB60E is #1049F1. Grayscale: #B4B4B4. Windows color (decimal): -1067506 or 964335. OLE color: 964335.
HSL color Cylindrical-coordinate representation of color #EFB60E: hue angle of 44.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFB60E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.06 |
| HSL | 44.8º | 0.89% | 0.5% | - |
| HSV(B) | 44.8º | 0.94% | 0.94% | - |
| XYZ | 52.4 | 51.84 | 7.66 | - |
| YUV | 179.89 | 34.38 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 14 | 0 | 0.24 | 0.94 | 0.06 | 44.8 | 0.89 | 0.5 |
| Hex | EF | B6 | E | 0 | 18 | 5E | 6 | 2D | 59 | 32 |
| Octal | 357 | 266 | 16 | 0 | 30 | 136 | 6 | 55 | 131 | 62 |
| Binary | 11101111 | 10110110 | 1110 | 0 | 11000 | 1011110 | 110 | 101101 | 1011001 | 110010 |
Color Harmonies of #EFB60E
Complementary color
Monochromatic Colors of #EFB60E
Black with #EFB60E
Text Example
Text Example
White with #EFB60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB60E; }
p { color: rgb(239,182,14); }
H1.HeaderClassName
{
color: #EFB60E;
}
.AnyTagClassName
{
color: #EFB60E;
}
</style>
background-color css
<style>
a { background-color: #EFB60E; }
a { background-color: rgb(239,182,14); }
div.DivClassName
{
background-color: #EFB60E;
}
.BgClassName
{
background-color: #EFB60E;
}
</style>
border-color css
<style>
span { border-color: #EFB60E; }
span { border-color: rgb(239,182,14); }
td.TdClassName
{
border-color: #EFB60E;
}
.TagClassName
{
border-color: #EFB60E;
}
</style>