Shades of Saffron #EFBC3C
Tints of Saffron #EFBC3C
RGB
CMYK
RGB Variations
Color information
#EFBC3C (or 0xEFBC3C) is known color: Saffron. HEX triplet: EF, BC and 3C. RGB value is (239,188,60). Sum of RGB (Red+Green+Blue) = 239+188+60=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 60 (23.83% from 255 or 12.32% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBC3C is #1043C3. Grayscale: #BDBDBD. Windows color (decimal): -1065924 or 3980527. OLE color: 3980527.
HSL color Cylindrical-coordinate representation of color #EFBC3C: hue angle of 42.91º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFBC3C is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 60 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.06 |
| HSL | 42.91º | 0.85% | 0.59% | - |
| HSV(B) | 42.91º | 0.75% | 0.94% | - |
| XYZ | 54.4 | 54.64 | 11.96 | - |
| YUV | 188.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 60 | 0 | 0.21 | 0.75 | 0.06 | 42.91 | 0.85 | 0.59 |
| Hex | EF | BC | 3C | 0 | 15 | 4B | 6 | 2B | 55 | 3B |
| Octal | 357 | 274 | 74 | 0 | 25 | 113 | 6 | 53 | 125 | 73 |
| Binary | 11101111 | 10111100 | 111100 | 0 | 10101 | 1001011 | 110 | 101011 | 1010101 | 111011 |
Color Harmonies of #EFBC3C
Complementary color
Monochromatic Colors of #EFBC3C
Black with #EFBC3C
Text Example
Text Example
White with #EFBC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC3C; }
p { color: rgb(239,188,60); }
H1.HeaderClassName
{
color: #EFBC3C;
}
.AnyTagClassName
{
color: #EFBC3C;
}
</style>
background-color css
<style>
a { background-color: #EFBC3C; }
a { background-color: rgb(239,188,60); }
div.DivClassName
{
background-color: #EFBC3C;
}
.BgClassName
{
background-color: #EFBC3C;
}
</style>
border-color css
<style>
span { border-color: #EFBC3C; }
span { border-color: rgb(239,188,60); }
td.TdClassName
{
border-color: #EFBC3C;
}
.TagClassName
{
border-color: #EFBC3C;
}
</style>