Shades of Saffron #EAC737
Tints of Saffron #EAC737
RGB
CMYK
RGB Variations
Color information
#EAC737 (or 0xEAC737) is known color: Saffron. HEX triplet: EA, C7 and 37. RGB value is (234,199,55). Sum of RGB (Red+Green+Blue) = 234+199+55=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 55 (21.88% from 255 or 11.27% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC737 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC737 is #1538C8. Grayscale: #C1C1C1. Windows color (decimal): -1390793 or 3655658. OLE color: 3655658.
HSL color Cylindrical-coordinate representation of color #EAC737: hue angle of 48.27º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EAC737 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 55 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.08 |
| HSL | 48.27º | 0.81% | 0.57% | - |
| HSV(B) | 48.27º | 0.76% | 0.92% | - |
| XYZ | 55.04 | 58.62 | 12.03 | - |
| YUV | 193.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 55 | 0 | 0.15 | 0.76 | 0.08 | 48.27 | 0.81 | 0.57 |
| Hex | EA | C7 | 37 | 0 | F | 4C | 8 | 30 | 51 | 39 |
| Octal | 352 | 307 | 67 | 0 | 17 | 114 | 10 | 60 | 121 | 71 |
| Binary | 11101010 | 11000111 | 110111 | 0 | 1111 | 1001100 | 1000 | 110000 | 1010001 | 111001 |
Color Harmonies of #EAC737
Complementary color
Monochromatic Colors of #EAC737
Black with #EAC737
Text Example
Text Example
White with #EAC737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC737; }
p { color: rgb(234,199,55); }
H1.HeaderClassName
{
color: #EAC737;
}
.AnyTagClassName
{
color: #EAC737;
}
</style>
background-color css
<style>
a { background-color: #EAC737; }
a { background-color: rgb(234,199,55); }
div.DivClassName
{
background-color: #EAC737;
}
.BgClassName
{
background-color: #EAC737;
}
</style>
border-color css
<style>
span { border-color: #EAC737; }
span { border-color: rgb(234,199,55); }
td.TdClassName
{
border-color: #EAC737;
}
.TagClassName
{
border-color: #EAC737;
}
</style>