Shades of Saffron #EFC437
Tints of Saffron #EFC437
RGB
CMYK
RGB Variations
Color information
#EFC437 (or 0xEFC437) is known color: Saffron. HEX triplet: EF, C4 and 37. RGB value is (239,196,55). Sum of RGB (Red+Green+Blue) = 239+196+55=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 55 (21.88% from 255 or 11.22% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC437 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC437 is #103BC8. Grayscale: #C1C1C1. Windows color (decimal): -1063881 or 3654895. OLE color: 3654895.
HSL color Cylindrical-coordinate representation of color #EFC437: hue angle of 45.98º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFC437 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 55 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.06 |
| HSL | 45.98º | 0.85% | 0.58% | - |
| HSV(B) | 45.98º | 0.77% | 0.94% | - |
| XYZ | 56.03 | 58.11 | 11.88 | - |
| YUV | 192.78 | 50.25 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 55 | 0 | 0.18 | 0.77 | 0.06 | 45.98 | 0.85 | 0.58 |
| Hex | EF | C4 | 37 | 0 | 12 | 4D | 6 | 2E | 55 | 3A |
| Octal | 357 | 304 | 67 | 0 | 22 | 115 | 6 | 56 | 125 | 72 |
| Binary | 11101111 | 11000100 | 110111 | 0 | 10010 | 1001101 | 110 | 101110 | 1010101 | 111010 |
Color Harmonies of #EFC437
Complementary color
Monochromatic Colors of #EFC437
Black with #EFC437
Text Example
Text Example
White with #EFC437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC437; }
p { color: rgb(239,196,55); }
H1.HeaderClassName
{
color: #EFC437;
}
.AnyTagClassName
{
color: #EFC437;
}
</style>
background-color css
<style>
a { background-color: #EFC437; }
a { background-color: rgb(239,196,55); }
div.DivClassName
{
background-color: #EFC437;
}
.BgClassName
{
background-color: #EFC437;
}
</style>
border-color css
<style>
span { border-color: #EFC437; }
span { border-color: rgb(239,196,55); }
td.TdClassName
{
border-color: #EFC437;
}
.TagClassName
{
border-color: #EFC437;
}
</style>