Shades of Saffron #EAC538
Tints of Saffron #EAC538
RGB
CMYK
RGB Variations
Color information
#EAC538 (or 0xEAC538) is known color: Saffron. HEX triplet: EA, C5 and 38. RGB value is (234,197,56). Sum of RGB (Red+Green+Blue) = 234+197+56=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC538 is #153AC7. Grayscale: #C0C0C0. Windows color (decimal): -1391304 or 3720682. OLE color: 3720682.
HSL color Cylindrical-coordinate representation of color #EAC538: hue angle of 47.53º 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 #EAC538 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 56 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.08 |
| HSL | 47.53º | 0.81% | 0.57% | - |
| HSV(B) | 47.53º | 0.76% | 0.92% | - |
| XYZ | 54.61 | 57.71 | 12 | - |
| YUV | 191.99 | 51.26 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 56 | 0 | 0.16 | 0.76 | 0.08 | 47.53 | 0.81 | 0.57 |
| Hex | EA | C5 | 38 | 0 | 10 | 4C | 8 | 30 | 51 | 39 |
| Octal | 352 | 305 | 70 | 0 | 20 | 114 | 10 | 60 | 121 | 71 |
| Binary | 11101010 | 11000101 | 111000 | 0 | 10000 | 1001100 | 1000 | 110000 | 1010001 | 111001 |
Color Harmonies of #EAC538
Complementary color
Monochromatic Colors of #EAC538
Black with #EAC538
Text Example
Text Example
White with #EAC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC538; }
p { color: rgb(234,197,56); }
H1.HeaderClassName
{
color: #EAC538;
}
.AnyTagClassName
{
color: #EAC538;
}
</style>
background-color css
<style>
a { background-color: #EAC538; }
a { background-color: rgb(234,197,56); }
div.DivClassName
{
background-color: #EAC538;
}
.BgClassName
{
background-color: #EAC538;
}
</style>
border-color css
<style>
span { border-color: #EAC538; }
span { border-color: rgb(234,197,56); }
td.TdClassName
{
border-color: #EAC538;
}
.TagClassName
{
border-color: #EAC538;
}
</style>