Shades of Saffron #EFBB3E
Tints of Saffron #EFBB3E
RGB
CMYK
RGB Variations
Color information
#EFBB3E (or 0xEFBB3E) is known color: Saffron. HEX triplet: EF, BB and 3E. RGB value is (239,187,62). Sum of RGB (Red+Green+Blue) = 239+187+62=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBB3E is #1044C1. Grayscale: #BCBCBC. Windows color (decimal): -1066178 or 4111343. OLE color: 4111343.
HSL color Cylindrical-coordinate representation of color #EFBB3E: hue angle of 42.37º 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 #EFBB3E is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 62 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.06 |
| HSL | 42.37º | 0.85% | 0.59% | - |
| HSV(B) | 42.37º | 0.74% | 0.94% | - |
| XYZ | 54.24 | 54.24 | 12.17 | - |
| YUV | 188.3 | 56.73 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 62 | 0 | 0.22 | 0.74 | 0.06 | 42.37 | 0.85 | 0.59 |
| Hex | EF | BB | 3E | 0 | 16 | 4A | 6 | 2A | 55 | 3B |
| Octal | 357 | 273 | 76 | 0 | 26 | 112 | 6 | 52 | 125 | 73 |
| Binary | 11101111 | 10111011 | 111110 | 0 | 10110 | 1001010 | 110 | 101010 | 1010101 | 111011 |
Color Harmonies of #EFBB3E
Complementary color
Monochromatic Colors of #EFBB3E
Black with #EFBB3E
Text Example
Text Example
White with #EFBB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB3E; }
p { color: rgb(239,187,62); }
H1.HeaderClassName
{
color: #EFBB3E;
}
.AnyTagClassName
{
color: #EFBB3E;
}
</style>
background-color css
<style>
a { background-color: #EFBB3E; }
a { background-color: rgb(239,187,62); }
div.DivClassName
{
background-color: #EFBB3E;
}
.BgClassName
{
background-color: #EFBB3E;
}
</style>
border-color css
<style>
span { border-color: #EFBB3E; }
span { border-color: rgb(239,187,62); }
td.TdClassName
{
border-color: #EFBB3E;
}
.TagClassName
{
border-color: #EFBB3E;
}
</style>