Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Saffron | EFC239 | #EFC239 | 239, 194, 57 | 93.73, 76.08, 22.35 | 0, 18.83, 76.15, 6.27 | 45.164835164835, 76.150627615063, 93.725490196078 |
Color #efc239 is Saffron. In RGB: 93.73, 76.08, 22.35. In CMYK: 0, 18.83, 76.15, 6.27.
div { background: #efc239; color: #000; }
div { background: #efc239; color: #fff; }
div { background: linear-gradient(to bottom, #D1A716 0%, #FFDE56 100%); color: #000; }
div { background: linear-gradient(to bottom, #FFDE56 0%, #D1A716 100%); color: #000; }
div { background: linear-gradient(to bottom, #D1A716 0%, #FFDE56 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FFDE56 0%, #D1A716 100%); color: #fff; }
div { border: 1px solid #efc239; }
div { border: 5px solid #efc239; }
div { border: 1px dashed #efc239; }
div { border: 5px dashed #efc239; }
div { border: 1px dotted #efc239; }
div { border: 5px dotted #efc239; }