Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Golden Bell | E38B26 | #E38B26 | 227, 139, 38 | 89.02, 54.51, 14.9 | 0, 38.77, 83.26, 10.98 | 32.063492063492, 83.259911894273, 89.019607843137 |
Color #e38b26 is Golden Bell. In RGB: 89.02, 54.51, 14.9. In CMYK: 0, 38.77, 83.26, 10.98.
div { background: #e38b26; color: #000; }
div { background: #e38b26; color: #fff; }
div { background: linear-gradient(to bottom, #C47100 0%, #FFA642 100%); color: #000; }
div { background: linear-gradient(to bottom, #FFA642 0%, #C47100 100%); color: #000; }
div { background: linear-gradient(to bottom, #C47100 0%, #FFA642 100%); color: #fff; }
div { background: linear-gradient(to bottom, #FFA642 0%, #C47100 100%); color: #fff; }
div { border: 1px solid #e38b26; }
div { border: 5px solid #e38b26; }
div { border: 1px dashed #e38b26; }
div { border: 5px dashed #e38b26; }
div { border: 1px dotted #e38b26; }
div { border: 5px dotted #e38b26; }