Shades of Saffron #EEC036
Tints of Saffron #EEC036
RGB
CMYK
RGB Variations
Color information
#EEC036 (or 0xEEC036) is known color: Saffron. HEX triplet: EE, C0 and 36. RGB value is (238,192,54). Sum of RGB (Red+Green+Blue) = 238+192+54=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC036 is #113FC9. Grayscale: #BEBEBE. Windows color (decimal): -1130442 or 3588334. OLE color: 3588334.
HSL color Cylindrical-coordinate representation of color #EEC036: hue angle of 45º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EEC036 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 54 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.07 |
| HSL | 45º | 0.84% | 0.57% | - |
| HSV(B) | 45º | 0.77% | 0.93% | - |
| XYZ | 54.78 | 56.14 | 11.44 | - |
| YUV | 190.02 | 51.24 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 54 | 0 | 0.19 | 0.77 | 0.07 | 45 | 0.84 | 0.57 |
| Hex | EE | C0 | 36 | 0 | 13 | 4D | 7 | 2D | 54 | 39 |
| Octal | 356 | 300 | 66 | 0 | 23 | 115 | 7 | 55 | 124 | 71 |
| Binary | 11101110 | 11000000 | 110110 | 0 | 10011 | 1001101 | 111 | 101101 | 1010100 | 111001 |
Color Harmonies of #EEC036
Complementary color
Monochromatic Colors of #EEC036
Black with #EEC036
Text Example
Text Example
White with #EEC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC036; }
p { color: rgb(238,192,54); }
H1.HeaderClassName
{
color: #EEC036;
}
.AnyTagClassName
{
color: #EEC036;
}
</style>
background-color css
<style>
a { background-color: #EEC036; }
a { background-color: rgb(238,192,54); }
div.DivClassName
{
background-color: #EEC036;
}
.BgClassName
{
background-color: #EEC036;
}
</style>
border-color css
<style>
span { border-color: #EEC036; }
span { border-color: rgb(238,192,54); }
td.TdClassName
{
border-color: #EEC036;
}
.TagClassName
{
border-color: #EEC036;
}
</style>