Shades of Saffron #EEC636
Tints of Saffron #EEC636
RGB
CMYK
RGB Variations
Color information
#EEC636 (or 0xEEC636) is known color: Saffron. HEX triplet: EE, C6 and 36. RGB value is (238,198,54). Sum of RGB (Red+Green+Blue) = 238+198+54=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC636 is #1139C9. Grayscale: #C2C2C2. Windows color (decimal): -1128906 or 3589870. OLE color: 3589870.
HSL color Cylindrical-coordinate representation of color #EEC636: hue angle of 46.96º 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 #EEC636 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 54 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.07 |
| HSL | 46.96º | 0.84% | 0.57% | - |
| HSV(B) | 46.96º | 0.77% | 0.93% | - |
| XYZ | 56.12 | 58.83 | 11.89 | - |
| YUV | 193.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 54 | 0 | 0.17 | 0.77 | 0.07 | 46.96 | 0.84 | 0.57 |
| Hex | EE | C6 | 36 | 0 | 11 | 4D | 7 | 2F | 54 | 39 |
| Octal | 356 | 306 | 66 | 0 | 21 | 115 | 7 | 57 | 124 | 71 |
| Binary | 11101110 | 11000110 | 110110 | 0 | 10001 | 1001101 | 111 | 101111 | 1010100 | 111001 |
Color Harmonies of #EEC636
Complementary color
Monochromatic Colors of #EEC636
Black with #EEC636
Text Example
Text Example
White with #EEC636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC636; }
p { color: rgb(238,198,54); }
H1.HeaderClassName
{
color: #EEC636;
}
.AnyTagClassName
{
color: #EEC636;
}
</style>
background-color css
<style>
a { background-color: #EEC636; }
a { background-color: rgb(238,198,54); }
div.DivClassName
{
background-color: #EEC636;
}
.BgClassName
{
background-color: #EEC636;
}
</style>
border-color css
<style>
span { border-color: #EEC636; }
span { border-color: rgb(238,198,54); }
td.TdClassName
{
border-color: #EEC636;
}
.TagClassName
{
border-color: #EEC636;
}
</style>