Shades of Saffron #EEC836
Tints of Saffron #EEC836
RGB
CMYK
RGB Variations
Color information
#EEC836 (or 0xEEC836) is known color: Saffron. HEX triplet: EE, C8 and 36. RGB value is (238,200,54). Sum of RGB (Red+Green+Blue) = 238+200+54=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC836 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC836 is #1137C9. Grayscale: #C3C3C3. Windows color (decimal): -1128394 or 3590382. OLE color: 3590382.
HSL color Cylindrical-coordinate representation of color #EEC836: hue angle of 47.61º 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 #EEC836 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 54 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.07 |
| HSL | 47.61º | 0.84% | 0.57% | - |
| HSV(B) | 47.61º | 0.77% | 0.93% | - |
| XYZ | 56.58 | 59.75 | 12.04 | - |
| YUV | 194.72 | 48.59 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 54 | 0 | 0.16 | 0.77 | 0.07 | 47.61 | 0.84 | 0.57 |
| Hex | EE | C8 | 36 | 0 | 10 | 4D | 7 | 30 | 54 | 39 |
| Octal | 356 | 310 | 66 | 0 | 20 | 115 | 7 | 60 | 124 | 71 |
| Binary | 11101110 | 11001000 | 110110 | 0 | 10000 | 1001101 | 111 | 110000 | 1010100 | 111001 |
Color Harmonies of #EEC836
Complementary color
Monochromatic Colors of #EEC836
Black with #EEC836
Text Example
Text Example
White with #EEC836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC836; }
p { color: rgb(238,200,54); }
H1.HeaderClassName
{
color: #EEC836;
}
.AnyTagClassName
{
color: #EEC836;
}
</style>
background-color css
<style>
a { background-color: #EEC836; }
a { background-color: rgb(238,200,54); }
div.DivClassName
{
background-color: #EEC836;
}
.BgClassName
{
background-color: #EEC836;
}
</style>
border-color css
<style>
span { border-color: #EEC836; }
span { border-color: rgb(238,200,54); }
td.TdClassName
{
border-color: #EEC836;
}
.TagClassName
{
border-color: #EEC836;
}
</style>