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