Shades of Selective Yellow #EFB307
Tints of Selective Yellow #EFB307
RGB
CMYK
RGB Variations
Color information
#EFB307 (or 0xEFB307) is known color: Selective Yellow. HEX triplet: EF, B3 and 07. RGB value is (239,179,7). Sum of RGB (Red+Green+Blue) = 239+179+7=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB307 is #104CF8. Grayscale: #B2B2B2. Windows color (decimal): -1068281 or 504815. OLE color: 504815.
HSL color Cylindrical-coordinate representation of color #EFB307: hue angle of 44.48º 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 #EFB307 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 179 | 7 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.06 |
| HSL | 44.48º | 0.94% | 0.48% | - |
| HSV(B) | 44.48º | 0.97% | 0.94% | - |
| XYZ | 51.76 | 50.61 | 7.24 | - |
| YUV | 177.33 | 31.88 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 179 | 7 | 0 | 0.25 | 0.97 | 0.06 | 44.48 | 0.94 | 0.48 |
| Hex | EF | B3 | 7 | 0 | 19 | 61 | 6 | 2C | 5E | 30 |
| Octal | 357 | 263 | 7 | 0 | 31 | 141 | 6 | 54 | 136 | 60 |
| Binary | 11101111 | 10110011 | 111 | 0 | 11001 | 1100001 | 110 | 101100 | 1011110 | 110000 |
Color Harmonies of #EFB307
Complementary color
Monochromatic Colors of #EFB307
Black with #EFB307
Text Example
Text Example
White with #EFB307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB307; }
p { color: rgb(239,179,7); }
H1.HeaderClassName
{
color: #EFB307;
}
.AnyTagClassName
{
color: #EFB307;
}
</style>
background-color css
<style>
a { background-color: #EFB307; }
a { background-color: rgb(239,179,7); }
div.DivClassName
{
background-color: #EFB307;
}
.BgClassName
{
background-color: #EFB307;
}
</style>
border-color css
<style>
span { border-color: #EFB307; }
span { border-color: rgb(239,179,7); }
td.TdClassName
{
border-color: #EFB307;
}
.TagClassName
{
border-color: #EFB307;
}
</style>