Shades of Selective Yellow #EFB50F
Tints of Selective Yellow #EFB50F
RGB
CMYK
RGB Variations
Color information
#EFB50F (or 0xEFB50F) is known color: Selective Yellow. HEX triplet: EF, B5 and 0F. RGB value is (239,181,15). Sum of RGB (Red+Green+Blue) = 239+181+15=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB50F is #104AF0. Grayscale: #B4B4B4. Windows color (decimal): -1067761 or 1029615. OLE color: 1029615.
HSL color Cylindrical-coordinate representation of color #EFB50F: hue angle of 44.46º 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 #EFB50F is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 15 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.06 |
| HSL | 44.46º | 0.88% | 0.5% | - |
| HSV(B) | 44.46º | 0.94% | 0.94% | - |
| XYZ | 52.21 | 51.43 | 7.63 | - |
| YUV | 179.42 | 35.22 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 15 | 0 | 0.24 | 0.94 | 0.06 | 44.46 | 0.88 | 0.5 |
| Hex | EF | B5 | F | 0 | 18 | 5E | 6 | 2C | 58 | 32 |
| Octal | 357 | 265 | 17 | 0 | 30 | 136 | 6 | 54 | 130 | 62 |
| Binary | 11101111 | 10110101 | 1111 | 0 | 11000 | 1011110 | 110 | 101100 | 1011000 | 110010 |
Color Harmonies of #EFB50F
Complementary color
Monochromatic Colors of #EFB50F
Black with #EFB50F
Text Example
Text Example
White with #EFB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB50F; }
p { color: rgb(239,181,15); }
H1.HeaderClassName
{
color: #EFB50F;
}
.AnyTagClassName
{
color: #EFB50F;
}
</style>
background-color css
<style>
a { background-color: #EFB50F; }
a { background-color: rgb(239,181,15); }
div.DivClassName
{
background-color: #EFB50F;
}
.BgClassName
{
background-color: #EFB50F;
}
</style>
border-color css
<style>
span { border-color: #EFB50F; }
span { border-color: rgb(239,181,15); }
td.TdClassName
{
border-color: #EFB50F;
}
.TagClassName
{
border-color: #EFB50F;
}
</style>