Shades of Saffron #EFC531
Tints of Saffron #EFC531
RGB
CMYK
RGB Variations
Color information
#EFC531 (or 0xEFC531) is known color: Saffron. HEX triplet: EF, C5 and 31. RGB value is (239,197,49). Sum of RGB (Red+Green+Blue) = 239+197+49=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC531 is #103ACE. Grayscale: #C1C1C1. Windows color (decimal): -1063631 or 3261935. OLE color: 3261935.
HSL color Cylindrical-coordinate representation of color #EFC531: hue angle of 46.74º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFC531 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 49 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.06 |
| HSL | 46.74º | 0.86% | 0.56% | - |
| HSV(B) | 46.74º | 0.79% | 0.94% | - |
| XYZ | 56.12 | 58.5 | 11.24 | - |
| YUV | 192.69 | 46.91 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 49 | 0 | 0.18 | 0.79 | 0.06 | 46.74 | 0.86 | 0.56 |
| Hex | EF | C5 | 31 | 0 | 12 | 4F | 6 | 2F | 56 | 38 |
| Octal | 357 | 305 | 61 | 0 | 22 | 117 | 6 | 57 | 126 | 70 |
| Binary | 11101111 | 11000101 | 110001 | 0 | 10010 | 1001111 | 110 | 101111 | 1010110 | 111000 |
Color Harmonies of #EFC531
Complementary color
Monochromatic Colors of #EFC531
Black with #EFC531
Text Example
Text Example
White with #EFC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC531; }
p { color: rgb(239,197,49); }
H1.HeaderClassName
{
color: #EFC531;
}
.AnyTagClassName
{
color: #EFC531;
}
</style>
background-color css
<style>
a { background-color: #EFC531; }
a { background-color: rgb(239,197,49); }
div.DivClassName
{
background-color: #EFC531;
}
.BgClassName
{
background-color: #EFC531;
}
</style>
border-color css
<style>
span { border-color: #EFC531; }
span { border-color: rgb(239,197,49); }
td.TdClassName
{
border-color: #EFC531;
}
.TagClassName
{
border-color: #EFC531;
}
</style>