Shades of Selective Yellow #EFB70E
Tints of Selective Yellow #EFB70E
RGB
CMYK
RGB Variations
Color information
#EFB70E (or 0xEFB70E) is known color: Selective Yellow. HEX triplet: EF, B7 and 0E. RGB value is (239,183,14). Sum of RGB (Red+Green+Blue) = 239+183+14=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB70E is #1048F1. Grayscale: #B5B5B5. Windows color (decimal): -1067250 or 964591. OLE color: 964591.
HSL color Cylindrical-coordinate representation of color #EFB70E: hue angle of 45.07º 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 #EFB70E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.06 |
| HSL | 45.07º | 0.89% | 0.5% | - |
| HSV(B) | 45.07º | 0.94% | 0.94% | - |
| XYZ | 52.61 | 52.25 | 7.73 | - |
| YUV | 180.48 | 34.05 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 14 | 0 | 0.23 | 0.94 | 0.06 | 45.07 | 0.89 | 0.5 |
| Hex | EF | B7 | E | 0 | 17 | 5E | 6 | 2D | 59 | 32 |
| Octal | 357 | 267 | 16 | 0 | 27 | 136 | 6 | 55 | 131 | 62 |
| Binary | 11101111 | 10110111 | 1110 | 0 | 10111 | 1011110 | 110 | 101101 | 1011001 | 110010 |
Color Harmonies of #EFB70E
Complementary color
Monochromatic Colors of #EFB70E
Black with #EFB70E
Text Example
Text Example
White with #EFB70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB70E; }
p { color: rgb(239,183,14); }
H1.HeaderClassName
{
color: #EFB70E;
}
.AnyTagClassName
{
color: #EFB70E;
}
</style>
background-color css
<style>
a { background-color: #EFB70E; }
a { background-color: rgb(239,183,14); }
div.DivClassName
{
background-color: #EFB70E;
}
.BgClassName
{
background-color: #EFB70E;
}
</style>
border-color css
<style>
span { border-color: #EFB70E; }
span { border-color: rgb(239,183,14); }
td.TdClassName
{
border-color: #EFB70E;
}
.TagClassName
{
border-color: #EFB70E;
}
</style>