Shades of Saffron #EFC737
Tints of Saffron #EFC737
RGB
CMYK
RGB Variations
Color information
#EFC737 (or 0xEFC737) is known color: Saffron. HEX triplet: EF, C7 and 37. RGB value is (239,199,55). Sum of RGB (Red+Green+Blue) = 239+199+55=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 55 (21.88% from 255 or 11.16% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC737 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC737 is #1038C8. Grayscale: #C3C3C3. Windows color (decimal): -1063113 or 3655663. OLE color: 3655663.
HSL color Cylindrical-coordinate representation of color #EFC737: hue angle of 46.96º 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 #EFC737 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 55 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.06 |
| HSL | 46.96º | 0.85% | 0.58% | - |
| HSV(B) | 46.96º | 0.77% | 0.94% | - |
| XYZ | 56.71 | 59.47 | 12.11 | - |
| YUV | 194.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 55 | 0 | 0.17 | 0.77 | 0.06 | 46.96 | 0.85 | 0.58 |
| Hex | EF | C7 | 37 | 0 | 11 | 4D | 6 | 2F | 55 | 3A |
| Octal | 357 | 307 | 67 | 0 | 21 | 115 | 6 | 57 | 125 | 72 |
| Binary | 11101111 | 11000111 | 110111 | 0 | 10001 | 1001101 | 110 | 101111 | 1010101 | 111010 |
Color Harmonies of #EFC737
Complementary color
Monochromatic Colors of #EFC737
Black with #EFC737
Text Example
Text Example
White with #EFC737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC737; }
p { color: rgb(239,199,55); }
H1.HeaderClassName
{
color: #EFC737;
}
.AnyTagClassName
{
color: #EFC737;
}
</style>
background-color css
<style>
a { background-color: #EFC737; }
a { background-color: rgb(239,199,55); }
div.DivClassName
{
background-color: #EFC737;
}
.BgClassName
{
background-color: #EFC737;
}
</style>
border-color css
<style>
span { border-color: #EFC737; }
span { border-color: rgb(239,199,55); }
td.TdClassName
{
border-color: #EFC737;
}
.TagClassName
{
border-color: #EFC737;
}
</style>