Shades of Saffron #EFC138
Tints of Saffron #EFC138
RGB
CMYK
RGB Variations
Color information
#EFC138 (or 0xEFC138) is known color: Saffron. HEX triplet: EF, C1 and 38. RGB value is (239,193,56). Sum of RGB (Red+Green+Blue) = 239+193+56=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 56 (22.27% from 255 or 11.48% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC138 is #103EC7. Grayscale: #BFBFBF. Windows color (decimal): -1064648 or 3719663. OLE color: 3719663.
HSL color Cylindrical-coordinate representation of color #EFC138: hue angle of 44.92º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFC138 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 56 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.06 |
| HSL | 44.92º | 0.85% | 0.58% | - |
| HSV(B) | 44.92º | 0.77% | 0.94% | - |
| XYZ | 55.38 | 56.78 | 11.78 | - |
| YUV | 191.14 | 51.74 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 56 | 0 | 0.19 | 0.77 | 0.06 | 44.92 | 0.85 | 0.58 |
| Hex | EF | C1 | 38 | 0 | 13 | 4D | 6 | 2D | 55 | 3A |
| Octal | 357 | 301 | 70 | 0 | 23 | 115 | 6 | 55 | 125 | 72 |
| Binary | 11101111 | 11000001 | 111000 | 0 | 10011 | 1001101 | 110 | 101101 | 1010101 | 111010 |
Color Harmonies of #EFC138
Complementary color
Monochromatic Colors of #EFC138
Black with #EFC138
Text Example
Text Example
White with #EFC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC138; }
p { color: rgb(239,193,56); }
H1.HeaderClassName
{
color: #EFC138;
}
.AnyTagClassName
{
color: #EFC138;
}
</style>
background-color css
<style>
a { background-color: #EFC138; }
a { background-color: rgb(239,193,56); }
div.DivClassName
{
background-color: #EFC138;
}
.BgClassName
{
background-color: #EFC138;
}
</style>
border-color css
<style>
span { border-color: #EFC138; }
span { border-color: rgb(239,193,56); }
td.TdClassName
{
border-color: #EFC138;
}
.TagClassName
{
border-color: #EFC138;
}
</style>