Shades of Selective Yellow #EFB206
Tints of Selective Yellow #EFB206
RGB
CMYK
RGB Variations
Color information
#EFB206 (or 0xEFB206) is known color: Selective Yellow. HEX triplet: EF, B2 and 06. RGB value is (239,178,6). Sum of RGB (Red+Green+Blue) = 239+178+6=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB206 is #104DF9. Grayscale: #B1B1B1. Windows color (decimal): -1068538 or 439023. OLE color: 439023.
HSL color Cylindrical-coordinate representation of color #EFB206: hue angle of 44.29º degrees, saturation: 0.95, 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 #EFB206 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 6 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.06 |
| HSL | 44.29º | 0.95% | 0.48% | - |
| HSV(B) | 44.29º | 0.97% | 0.94% | - |
| XYZ | 51.55 | 50.2 | 7.15 | - |
| YUV | 176.63 | 31.71 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 6 | 0 | 0.26 | 0.97 | 0.06 | 44.29 | 0.95 | 0.48 |
| Hex | EF | B2 | 6 | 0 | 1A | 61 | 6 | 2C | 5F | 30 |
| Octal | 357 | 262 | 6 | 0 | 32 | 141 | 6 | 54 | 137 | 60 |
| Binary | 11101111 | 10110010 | 110 | 0 | 11010 | 1100001 | 110 | 101100 | 1011111 | 110000 |
Color Harmonies of #EFB206
Complementary color
Monochromatic Colors of #EFB206
Black with #EFB206
Text Example
Text Example
White with #EFB206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB206; }
p { color: rgb(239,178,6); }
H1.HeaderClassName
{
color: #EFB206;
}
.AnyTagClassName
{
color: #EFB206;
}
</style>
background-color css
<style>
a { background-color: #EFB206; }
a { background-color: rgb(239,178,6); }
div.DivClassName
{
background-color: #EFB206;
}
.BgClassName
{
background-color: #EFB206;
}
</style>
border-color css
<style>
span { border-color: #EFB206; }
span { border-color: rgb(239,178,6); }
td.TdClassName
{
border-color: #EFB206;
}
.TagClassName
{
border-color: #EFB206;
}
</style>