Shades of Saffron #EFBC3E
Tints of Saffron #EFBC3E
RGB
CMYK
RGB Variations
Color information
#EFBC3E (or 0xEFBC3E) is known color: Saffron. HEX triplet: EF, BC and 3E. RGB value is (239,188,62). Sum of RGB (Red+Green+Blue) = 239+188+62=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 62 (24.61% from 255 or 12.68% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC3E is #1043C1. Grayscale: #BDBDBD. Windows color (decimal): -1065922 or 4111599. OLE color: 4111599.
HSL color Cylindrical-coordinate representation of color #EFBC3E: hue angle of 42.71º 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 #EFBC3E is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 62 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.06 |
| HSL | 42.71º | 0.85% | 0.59% | - |
| HSV(B) | 42.71º | 0.74% | 0.94% | - |
| XYZ | 54.45 | 54.66 | 12.24 | - |
| YUV | 188.89 | 56.4 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 62 | 0 | 0.21 | 0.74 | 0.06 | 42.71 | 0.85 | 0.59 |
| Hex | EF | BC | 3E | 0 | 15 | 4A | 6 | 2B | 55 | 3B |
| Octal | 357 | 274 | 76 | 0 | 25 | 112 | 6 | 53 | 125 | 73 |
| Binary | 11101111 | 10111100 | 111110 | 0 | 10101 | 1001010 | 110 | 101011 | 1010101 | 111011 |
Color Harmonies of #EFBC3E
Complementary color
Monochromatic Colors of #EFBC3E
Black with #EFBC3E
Text Example
Text Example
White with #EFBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC3E; }
p { color: rgb(239,188,62); }
H1.HeaderClassName
{
color: #EFBC3E;
}
.AnyTagClassName
{
color: #EFBC3E;
}
</style>
background-color css
<style>
a { background-color: #EFBC3E; }
a { background-color: rgb(239,188,62); }
div.DivClassName
{
background-color: #EFBC3E;
}
.BgClassName
{
background-color: #EFBC3E;
}
</style>
border-color css
<style>
span { border-color: #EFBC3E; }
span { border-color: rgb(239,188,62); }
td.TdClassName
{
border-color: #EFBC3E;
}
.TagClassName
{
border-color: #EFBC3E;
}
</style>