Shades of Saffron #EFC137
Tints of Saffron #EFC137
RGB
CMYK
RGB Variations
Color information
#EFC137 (or 0xEFC137) is known color: Saffron. HEX triplet: EF, C1 and 37. RGB value is (239,193,55). Sum of RGB (Red+Green+Blue) = 239+193+55=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 55 (21.88% from 255 or 11.29% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC137 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC137 is #103EC8. Grayscale: #BFBFBF. Windows color (decimal): -1064649 or 3654127. OLE color: 3654127.
HSL color Cylindrical-coordinate representation of color #EFC137: hue angle of 45º 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 #EFC137 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 55 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.06 |
| HSL | 45º | 0.85% | 0.58% | - |
| HSV(B) | 45º | 0.77% | 0.94% | - |
| XYZ | 55.36 | 56.77 | 11.65 | - |
| YUV | 191.02 | 51.24 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 55 | 0 | 0.19 | 0.77 | 0.06 | 45 | 0.85 | 0.58 |
| Hex | EF | C1 | 37 | 0 | 13 | 4D | 6 | 2D | 55 | 3A |
| Octal | 357 | 301 | 67 | 0 | 23 | 115 | 6 | 55 | 125 | 72 |
| Binary | 11101111 | 11000001 | 110111 | 0 | 10011 | 1001101 | 110 | 101101 | 1010101 | 111010 |
Color Harmonies of #EFC137
Complementary color
Monochromatic Colors of #EFC137
Black with #EFC137
Text Example
Text Example
White with #EFC137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC137; }
p { color: rgb(239,193,55); }
H1.HeaderClassName
{
color: #EFC137;
}
.AnyTagClassName
{
color: #EFC137;
}
</style>
background-color css
<style>
a { background-color: #EFC137; }
a { background-color: rgb(239,193,55); }
div.DivClassName
{
background-color: #EFC137;
}
.BgClassName
{
background-color: #EFC137;
}
</style>
border-color css
<style>
span { border-color: #EFC137; }
span { border-color: rgb(239,193,55); }
td.TdClassName
{
border-color: #EFC137;
}
.TagClassName
{
border-color: #EFC137;
}
</style>