Shades of Selective Yellow #EFB60B
Tints of Selective Yellow #EFB60B
RGB
CMYK
RGB Variations
Color information
#EFB60B (or 0xEFB60B) is known color: Selective Yellow. HEX triplet: EF, B6 and 0B. RGB value is (239,182,11). Sum of RGB (Red+Green+Blue) = 239+182+11=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB60B is #1049F4. Grayscale: #B4B4B4. Windows color (decimal): -1067509 or 767727. OLE color: 767727.
HSL color Cylindrical-coordinate representation of color #EFB60B: hue angle of 45º 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 #EFB60B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.06 |
| HSL | 45º | 0.91% | 0.49% | - |
| HSV(B) | 45º | 0.95% | 0.94% | - |
| XYZ | 52.38 | 51.83 | 7.56 | - |
| YUV | 179.55 | 32.88 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 11 | 0 | 0.24 | 0.95 | 0.06 | 45 | 0.91 | 0.49 |
| Hex | EF | B6 | B | 0 | 18 | 5F | 6 | 2D | 5B | 31 |
| Octal | 357 | 266 | 13 | 0 | 30 | 137 | 6 | 55 | 133 | 61 |
| Binary | 11101111 | 10110110 | 1011 | 0 | 11000 | 1011111 | 110 | 101101 | 1011011 | 110001 |
Color Harmonies of #EFB60B
Complementary color
Monochromatic Colors of #EFB60B
Black with #EFB60B
Text Example
Text Example
White with #EFB60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB60B; }
p { color: rgb(239,182,11); }
H1.HeaderClassName
{
color: #EFB60B;
}
.AnyTagClassName
{
color: #EFB60B;
}
</style>
background-color css
<style>
a { background-color: #EFB60B; }
a { background-color: rgb(239,182,11); }
div.DivClassName
{
background-color: #EFB60B;
}
.BgClassName
{
background-color: #EFB60B;
}
</style>
border-color css
<style>
span { border-color: #EFB60B; }
span { border-color: rgb(239,182,11); }
td.TdClassName
{
border-color: #EFB60B;
}
.TagClassName
{
border-color: #EFB60B;
}
</style>