Shades of Saffron #EEC138
Tints of Saffron #EEC138
RGB
CMYK
RGB Variations
Color information
#EEC138 (or 0xEEC138) is known color: Saffron. HEX triplet: EE, C1 and 38. RGB value is (238,193,56). Sum of RGB (Red+Green+Blue) = 238+193+56=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC138 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC138 is #113EC7. Grayscale: #BFBFBF. Windows color (decimal): -1130184 or 3719662. OLE color: 3719662.
HSL color Cylindrical-coordinate representation of color #EEC138: hue angle of 45.16º 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 #EEC138 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 56 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.07 |
| HSL | 45.16º | 0.84% | 0.58% | - |
| HSV(B) | 45.16º | 0.76% | 0.93% | - |
| XYZ | 55.04 | 56.6 | 11.77 | - |
| YUV | 190.84 | 51.91 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 56 | 0 | 0.19 | 0.76 | 0.07 | 45.16 | 0.84 | 0.58 |
| Hex | EE | C1 | 38 | 0 | 13 | 4C | 7 | 2D | 54 | 3A |
| Octal | 356 | 301 | 70 | 0 | 23 | 114 | 7 | 55 | 124 | 72 |
| Binary | 11101110 | 11000001 | 111000 | 0 | 10011 | 1001100 | 111 | 101101 | 1010100 | 111010 |
Color Harmonies of #EEC138
Complementary color
Monochromatic Colors of #EEC138
Black with #EEC138
Text Example
Text Example
White with #EEC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC138; }
p { color: rgb(238,193,56); }
H1.HeaderClassName
{
color: #EEC138;
}
.AnyTagClassName
{
color: #EEC138;
}
</style>
background-color css
<style>
a { background-color: #EEC138; }
a { background-color: rgb(238,193,56); }
div.DivClassName
{
background-color: #EEC138;
}
.BgClassName
{
background-color: #EEC138;
}
</style>
border-color css
<style>
span { border-color: #EEC138; }
span { border-color: rgb(238,193,56); }
td.TdClassName
{
border-color: #EEC138;
}
.TagClassName
{
border-color: #EEC138;
}
</style>