Shades of Selective Yellow #EFB70B
Tints of Selective Yellow #EFB70B
RGB
CMYK
RGB Variations
Color information
#EFB70B (or 0xEFB70B) is known color: Selective Yellow. HEX triplet: EF, B7 and 0B. RGB value is (239,183,11). Sum of RGB (Red+Green+Blue) = 239+183+11=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB70B is #1048F4. Grayscale: #B4B4B4. Windows color (decimal): -1067253 or 767983. OLE color: 767983.
HSL color Cylindrical-coordinate representation of color #EFB70B: hue angle of 45.26º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFB70B is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 11 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.06 |
| HSL | 45.26º | 0.91% | 0.49% | - |
| HSV(B) | 45.26º | 0.95% | 0.94% | - |
| XYZ | 52.59 | 52.24 | 7.63 | - |
| YUV | 180.14 | 32.55 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 11 | 0 | 0.23 | 0.95 | 0.06 | 45.26 | 0.91 | 0.49 |
| Hex | EF | B7 | B | 0 | 17 | 5F | 6 | 2D | 5B | 31 |
| Octal | 357 | 267 | 13 | 0 | 27 | 137 | 6 | 55 | 133 | 61 |
| Binary | 11101111 | 10110111 | 1011 | 0 | 10111 | 1011111 | 110 | 101101 | 1011011 | 110001 |
Color Harmonies of #EFB70B
Complementary color
Monochromatic Colors of #EFB70B
Black with #EFB70B
Text Example
Text Example
White with #EFB70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB70B; }
p { color: rgb(239,183,11); }
H1.HeaderClassName
{
color: #EFB70B;
}
.AnyTagClassName
{
color: #EFB70B;
}
</style>
background-color css
<style>
a { background-color: #EFB70B; }
a { background-color: rgb(239,183,11); }
div.DivClassName
{
background-color: #EFB70B;
}
.BgClassName
{
background-color: #EFB70B;
}
</style>
border-color css
<style>
span { border-color: #EFB70B; }
span { border-color: rgb(239,183,11); }
td.TdClassName
{
border-color: #EFB70B;
}
.TagClassName
{
border-color: #EFB70B;
}
</style>