Shades of Saffron #EEC839
Tints of Saffron #EEC839
RGB
CMYK
RGB Variations
Color information
#EEC839 (or 0xEEC839) is known color: Saffron. HEX triplet: EE, C8 and 39. RGB value is (238,200,57). Sum of RGB (Red+Green+Blue) = 238+200+57=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 57 (22.66% from 255 or 11.52% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC839 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC839 is #1137C6. Grayscale: #C3C3C3. Windows color (decimal): -1128391 or 3786990. OLE color: 3786990.
HSL color Cylindrical-coordinate representation of color #EEC839: hue angle of 47.4º 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 #EEC839 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 57 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.07 |
| HSL | 47.4º | 0.84% | 0.58% | - |
| HSV(B) | 47.4º | 0.76% | 0.93% | - |
| XYZ | 56.65 | 59.78 | 12.42 | - |
| YUV | 195.06 | 50.09 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 57 | 0 | 0.16 | 0.76 | 0.07 | 47.4 | 0.84 | 0.58 |
| Hex | EE | C8 | 39 | 0 | 10 | 4C | 7 | 2F | 54 | 3A |
| Octal | 356 | 310 | 71 | 0 | 20 | 114 | 7 | 57 | 124 | 72 |
| Binary | 11101110 | 11001000 | 111001 | 0 | 10000 | 1001100 | 111 | 101111 | 1010100 | 111010 |
Color Harmonies of #EEC839
Complementary color
Monochromatic Colors of #EEC839
Black with #EEC839
Text Example
Text Example
White with #EEC839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC839; }
p { color: rgb(238,200,57); }
H1.HeaderClassName
{
color: #EEC839;
}
.AnyTagClassName
{
color: #EEC839;
}
</style>
background-color css
<style>
a { background-color: #EEC839; }
a { background-color: rgb(238,200,57); }
div.DivClassName
{
background-color: #EEC839;
}
.BgClassName
{
background-color: #EEC839;
}
</style>
border-color css
<style>
span { border-color: #EEC839; }
span { border-color: rgb(238,200,57); }
td.TdClassName
{
border-color: #EEC839;
}
.TagClassName
{
border-color: #EEC839;
}
</style>