Shades of Saffron #EFC031
Tints of Saffron #EFC031
RGB
CMYK
RGB Variations
Color information
#EFC031 (or 0xEFC031) is known color: Saffron. HEX triplet: EF, C0 and 31. RGB value is (239,192,49). Sum of RGB (Red+Green+Blue) = 239+192+49=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC031 is #103FCE. Grayscale: #BEBEBE. Windows color (decimal): -1064911 or 3260655. OLE color: 3260655.
HSL color Cylindrical-coordinate representation of color #EFC031: hue angle of 45.16º 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 #EFC031 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 49 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.06 |
| HSL | 45.16º | 0.86% | 0.56% | - |
| HSV(B) | 45.16º | 0.79% | 0.94% | - |
| XYZ | 55 | 56.27 | 10.87 | - |
| YUV | 189.75 | 48.57 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 49 | 0 | 0.20 | 0.79 | 0.06 | 45.16 | 0.86 | 0.56 |
| Hex | EF | C0 | 31 | 0 | 14 | 4F | 6 | 2D | 56 | 38 |
| Octal | 357 | 300 | 61 | 0 | 24 | 117 | 6 | 55 | 126 | 70 |
| Binary | 11101111 | 11000000 | 110001 | 0 | 10100 | 1001111 | 110 | 101101 | 1010110 | 111000 |
Color Harmonies of #EFC031
Complementary color
Monochromatic Colors of #EFC031
Black with #EFC031
Text Example
Text Example
White with #EFC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC031; }
p { color: rgb(239,192,49); }
H1.HeaderClassName
{
color: #EFC031;
}
.AnyTagClassName
{
color: #EFC031;
}
</style>
background-color css
<style>
a { background-color: #EFC031; }
a { background-color: rgb(239,192,49); }
div.DivClassName
{
background-color: #EFC031;
}
.BgClassName
{
background-color: #EFC031;
}
</style>
border-color css
<style>
span { border-color: #EFC031; }
span { border-color: rgb(239,192,49); }
td.TdClassName
{
border-color: #EFC031;
}
.TagClassName
{
border-color: #EFC031;
}
</style>