Shades of Selective Yellow #EFB207
Tints of Selective Yellow #EFB207
RGB
CMYK
RGB Variations
Color information
#EFB207 (or 0xEFB207) is known color: Selective Yellow. HEX triplet: EF, B2 and 07. RGB value is (239,178,7). Sum of RGB (Red+Green+Blue) = 239+178+7=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB207 is #104DF8. Grayscale: #B1B1B1. Windows color (decimal): -1068537 or 504559. OLE color: 504559.
HSL color Cylindrical-coordinate representation of color #EFB207: hue angle of 44.22º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EFB207 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 7 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.06 |
| HSL | 44.22º | 0.94% | 0.48% | - |
| HSV(B) | 44.22º | 0.97% | 0.94% | - |
| XYZ | 51.56 | 50.21 | 7.17 | - |
| YUV | 176.75 | 32.21 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 7 | 0 | 0.26 | 0.97 | 0.06 | 44.22 | 0.94 | 0.48 |
| Hex | EF | B2 | 7 | 0 | 1A | 61 | 6 | 2C | 5E | 30 |
| Octal | 357 | 262 | 7 | 0 | 32 | 141 | 6 | 54 | 136 | 60 |
| Binary | 11101111 | 10110010 | 111 | 0 | 11010 | 1100001 | 110 | 101100 | 1011110 | 110000 |
Color Harmonies of #EFB207
Complementary color
Monochromatic Colors of #EFB207
Black with #EFB207
Text Example
Text Example
White with #EFB207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB207; }
p { color: rgb(239,178,7); }
H1.HeaderClassName
{
color: #EFB207;
}
.AnyTagClassName
{
color: #EFB207;
}
</style>
background-color css
<style>
a { background-color: #EFB207; }
a { background-color: rgb(239,178,7); }
div.DivClassName
{
background-color: #EFB207;
}
.BgClassName
{
background-color: #EFB207;
}
</style>
border-color css
<style>
span { border-color: #EFB207; }
span { border-color: rgb(239,178,7); }
td.TdClassName
{
border-color: #EFB207;
}
.TagClassName
{
border-color: #EFB207;
}
</style>