Shades of Saffron #EFC139
Tints of Saffron #EFC139
RGB
CMYK
RGB Variations
Color information
#EFC139 (or 0xEFC139) is known color: Saffron. HEX triplet: EF, C1 and 39. RGB value is (239,193,57). Sum of RGB (Red+Green+Blue) = 239+193+57=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 57 (22.66% from 255 or 11.66% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC139 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC139 is #103EC6. Grayscale: #BFBFBF. Windows color (decimal): -1064647 or 3785199. OLE color: 3785199.
HSL color Cylindrical-coordinate representation of color #EFC139: hue angle of 44.84º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFC139 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 57 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.06 |
| HSL | 44.84º | 0.85% | 0.58% | - |
| HSV(B) | 44.84º | 0.76% | 0.94% | - |
| XYZ | 55.41 | 56.79 | 11.91 | - |
| YUV | 191.25 | 52.24 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 57 | 0 | 0.19 | 0.76 | 0.06 | 44.84 | 0.85 | 0.58 |
| Hex | EF | C1 | 39 | 0 | 13 | 4C | 6 | 2D | 55 | 3A |
| Octal | 357 | 301 | 71 | 0 | 23 | 114 | 6 | 55 | 125 | 72 |
| Binary | 11101111 | 11000001 | 111001 | 0 | 10011 | 1001100 | 110 | 101101 | 1010101 | 111010 |
Color Harmonies of #EFC139
Complementary color
Monochromatic Colors of #EFC139
Black with #EFC139
Text Example
Text Example
White with #EFC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC139; }
p { color: rgb(239,193,57); }
H1.HeaderClassName
{
color: #EFC139;
}
.AnyTagClassName
{
color: #EFC139;
}
</style>
background-color css
<style>
a { background-color: #EFC139; }
a { background-color: rgb(239,193,57); }
div.DivClassName
{
background-color: #EFC139;
}
.BgClassName
{
background-color: #EFC139;
}
</style>
border-color css
<style>
span { border-color: #EFC139; }
span { border-color: rgb(239,193,57); }
td.TdClassName
{
border-color: #EFC139;
}
.TagClassName
{
border-color: #EFC139;
}
</style>