Shades of Saffron #EFC538
Tints of Saffron #EFC538
RGB
CMYK
RGB Variations
Color information
#EFC538 (or 0xEFC538) is known color: Saffron. HEX triplet: EF, C5 and 38. RGB value is (239,197,56). Sum of RGB (Red+Green+Blue) = 239+197+56=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC538 is #103AC7. Grayscale: #C2C2C2. Windows color (decimal): -1063624 or 3720687. OLE color: 3720687.
HSL color Cylindrical-coordinate representation of color #EFC538: hue angle of 46.23º 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 #EFC538 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 56 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.06 |
| HSL | 46.23º | 0.85% | 0.58% | - |
| HSV(B) | 46.23º | 0.77% | 0.94% | - |
| XYZ | 56.28 | 58.57 | 12.08 | - |
| YUV | 193.48 | 50.41 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 56 | 0 | 0.18 | 0.77 | 0.06 | 46.23 | 0.85 | 0.58 |
| Hex | EF | C5 | 38 | 0 | 12 | 4D | 6 | 2E | 55 | 3A |
| Octal | 357 | 305 | 70 | 0 | 22 | 115 | 6 | 56 | 125 | 72 |
| Binary | 11101111 | 11000101 | 111000 | 0 | 10010 | 1001101 | 110 | 101110 | 1010101 | 111010 |
Color Harmonies of #EFC538
Complementary color
Monochromatic Colors of #EFC538
Black with #EFC538
Text Example
Text Example
White with #EFC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC538; }
p { color: rgb(239,197,56); }
H1.HeaderClassName
{
color: #EFC538;
}
.AnyTagClassName
{
color: #EFC538;
}
</style>
background-color css
<style>
a { background-color: #EFC538; }
a { background-color: rgb(239,197,56); }
div.DivClassName
{
background-color: #EFC538;
}
.BgClassName
{
background-color: #EFC538;
}
</style>
border-color css
<style>
span { border-color: #EFC538; }
span { border-color: rgb(239,197,56); }
td.TdClassName
{
border-color: #EFC538;
}
.TagClassName
{
border-color: #EFC538;
}
</style>