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