Shades of Saffron #EEC539
Tints of Saffron #EEC539
RGB
CMYK
RGB Variations
Color information
#EEC539 (or 0xEEC539) is known color: Saffron. HEX triplet: EE, C5 and 39. RGB value is (238,197,57). Sum of RGB (Red+Green+Blue) = 238+197+57=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 57 (22.66% from 255 or 11.59% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC539 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC539 is #113AC6. Grayscale: #C1C1C1. Windows color (decimal): -1129159 or 3786222. OLE color: 3786222.
HSL color Cylindrical-coordinate representation of color #EEC539: hue angle of 46.41º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEC539 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 57 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.07 |
| HSL | 46.41º | 0.84% | 0.58% | - |
| HSV(B) | 46.41º | 0.76% | 0.93% | - |
| XYZ | 55.96 | 58.41 | 12.19 | - |
| YUV | 193.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 57 | 0 | 0.17 | 0.76 | 0.07 | 46.41 | 0.84 | 0.58 |
| Hex | EE | C5 | 39 | 0 | 11 | 4C | 7 | 2E | 54 | 3A |
| Octal | 356 | 305 | 71 | 0 | 21 | 114 | 7 | 56 | 124 | 72 |
| Binary | 11101110 | 11000101 | 111001 | 0 | 10001 | 1001100 | 111 | 101110 | 1010100 | 111010 |
Color Harmonies of #EEC539
Complementary color
Monochromatic Colors of #EEC539
Black with #EEC539
Text Example
Text Example
White with #EEC539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC539; }
p { color: rgb(238,197,57); }
H1.HeaderClassName
{
color: #EEC539;
}
.AnyTagClassName
{
color: #EEC539;
}
</style>
background-color css
<style>
a { background-color: #EEC539; }
a { background-color: rgb(238,197,57); }
div.DivClassName
{
background-color: #EEC539;
}
.BgClassName
{
background-color: #EEC539;
}
</style>
border-color css
<style>
span { border-color: #EEC539; }
span { border-color: rgb(238,197,57); }
td.TdClassName
{
border-color: #EEC539;
}
.TagClassName
{
border-color: #EEC539;
}
</style>