Shades of Selective Yellow #EFB60F
Tints of Selective Yellow #EFB60F
RGB
CMYK
RGB Variations
Color information
#EFB60F (or 0xEFB60F) is known color: Selective Yellow. HEX triplet: EF, B6 and 0F. RGB value is (239,182,15). Sum of RGB (Red+Green+Blue) = 239+182+15=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB60F is #1049F0. Grayscale: #B4B4B4. Windows color (decimal): -1067505 or 1029871. OLE color: 1029871.
HSL color Cylindrical-coordinate representation of color #EFB60F: hue angle of 44.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EFB60F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.06 |
| HSL | 44.73º | 0.88% | 0.5% | - |
| HSV(B) | 44.73º | 0.94% | 0.94% | - |
| XYZ | 52.41 | 51.84 | 7.7 | - |
| YUV | 180.01 | 34.88 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 15 | 0 | 0.24 | 0.94 | 0.06 | 44.73 | 0.88 | 0.5 |
| Hex | EF | B6 | F | 0 | 18 | 5E | 6 | 2D | 58 | 32 |
| Octal | 357 | 266 | 17 | 0 | 30 | 136 | 6 | 55 | 130 | 62 |
| Binary | 11101111 | 10110110 | 1111 | 0 | 11000 | 1011110 | 110 | 101101 | 1011000 | 110010 |
Color Harmonies of #EFB60F
Complementary color
Monochromatic Colors of #EFB60F
Black with #EFB60F
Text Example
Text Example
White with #EFB60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB60F; }
p { color: rgb(239,182,15); }
H1.HeaderClassName
{
color: #EFB60F;
}
.AnyTagClassName
{
color: #EFB60F;
}
</style>
background-color css
<style>
a { background-color: #EFB60F; }
a { background-color: rgb(239,182,15); }
div.DivClassName
{
background-color: #EFB60F;
}
.BgClassName
{
background-color: #EFB60F;
}
</style>
border-color css
<style>
span { border-color: #EFB60F; }
span { border-color: rgb(239,182,15); }
td.TdClassName
{
border-color: #EFB60F;
}
.TagClassName
{
border-color: #EFB60F;
}
</style>