Shades of Saffron #EFBA3E
Tints of Saffron #EFBA3E
RGB
CMYK
RGB Variations
Color information
#EFBA3E (or 0xEFBA3E) is known color: Saffron. HEX triplet: EF, BA and 3E. RGB value is (239,186,62). Sum of RGB (Red+Green+Blue) = 239+186+62=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBA3E is #1045C1. Grayscale: #BCBCBC. Windows color (decimal): -1066434 or 4111087. OLE color: 4111087.
HSL color Cylindrical-coordinate representation of color #EFBA3E: hue angle of 42.03º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFBA3E is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 62 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.06 |
| HSL | 42.03º | 0.85% | 0.59% | - |
| HSV(B) | 42.03º | 0.74% | 0.94% | - |
| XYZ | 54.03 | 53.82 | 12.1 | - |
| YUV | 187.71 | 57.06 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 62 | 0 | 0.22 | 0.74 | 0.06 | 42.03 | 0.85 | 0.59 |
| Hex | EF | BA | 3E | 0 | 16 | 4A | 6 | 2A | 55 | 3B |
| Octal | 357 | 272 | 76 | 0 | 26 | 112 | 6 | 52 | 125 | 73 |
| Binary | 11101111 | 10111010 | 111110 | 0 | 10110 | 1001010 | 110 | 101010 | 1010101 | 111011 |
Color Harmonies of #EFBA3E
Complementary color
Monochromatic Colors of #EFBA3E
Black with #EFBA3E
Text Example
Text Example
White with #EFBA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA3E; }
p { color: rgb(239,186,62); }
H1.HeaderClassName
{
color: #EFBA3E;
}
.AnyTagClassName
{
color: #EFBA3E;
}
</style>
background-color css
<style>
a { background-color: #EFBA3E; }
a { background-color: rgb(239,186,62); }
div.DivClassName
{
background-color: #EFBA3E;
}
.BgClassName
{
background-color: #EFBA3E;
}
</style>
border-color css
<style>
span { border-color: #EFBA3E; }
span { border-color: rgb(239,186,62); }
td.TdClassName
{
border-color: #EFBA3E;
}
.TagClassName
{
border-color: #EFBA3E;
}
</style>