Shades of Saffron #EEC437
Tints of Saffron #EEC437
RGB
CMYK
RGB Variations
Color information
#EEC437 (or 0xEEC437) is known color: Saffron. HEX triplet: EE, C4 and 37. RGB value is (238,196,55). Sum of RGB (Red+Green+Blue) = 238+196+55=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 55 (21.88% from 255 or 11.25% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC437 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC437 is #113BC8. Grayscale: #C1C1C1. Windows color (decimal): -1129417 or 3654894. OLE color: 3654894.
HSL color Cylindrical-coordinate representation of color #EEC437: hue angle of 46.23º 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 #EEC437 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 55 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.07 |
| HSL | 46.23º | 0.84% | 0.57% | - |
| HSV(B) | 46.23º | 0.77% | 0.93% | - |
| XYZ | 55.69 | 57.93 | 11.86 | - |
| YUV | 192.48 | 50.41 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 55 | 0 | 0.18 | 0.77 | 0.07 | 46.23 | 0.84 | 0.57 |
| Hex | EE | C4 | 37 | 0 | 12 | 4D | 7 | 2E | 54 | 39 |
| Octal | 356 | 304 | 67 | 0 | 22 | 115 | 7 | 56 | 124 | 71 |
| Binary | 11101110 | 11000100 | 110111 | 0 | 10010 | 1001101 | 111 | 101110 | 1010100 | 111001 |
Color Harmonies of #EEC437
Complementary color
Monochromatic Colors of #EEC437
Black with #EEC437
Text Example
Text Example
White with #EEC437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC437; }
p { color: rgb(238,196,55); }
H1.HeaderClassName
{
color: #EEC437;
}
.AnyTagClassName
{
color: #EEC437;
}
</style>
background-color css
<style>
a { background-color: #EEC437; }
a { background-color: rgb(238,196,55); }
div.DivClassName
{
background-color: #EEC437;
}
.BgClassName
{
background-color: #EEC437;
}
</style>
border-color css
<style>
span { border-color: #EEC437; }
span { border-color: rgb(238,196,55); }
td.TdClassName
{
border-color: #EEC437;
}
.TagClassName
{
border-color: #EEC437;
}
</style>