Shades of Saffron #EEC436
Tints of Saffron #EEC436
RGB
CMYK
RGB Variations
Color information
#EEC436 (or 0xEEC436) is known color: Saffron. HEX triplet: EE, C4 and 36. RGB value is (238,196,54). Sum of RGB (Red+Green+Blue) = 238+196+54=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 54 (21.48% from 255 or 11.07% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC436 is #113BC9. Grayscale: #C0C0C0. Windows color (decimal): -1129418 or 3589358. OLE color: 3589358.
HSL color Cylindrical-coordinate representation of color #EEC436: hue angle of 46.3º 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 #EEC436 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 54 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.07 |
| HSL | 46.3º | 0.84% | 0.57% | - |
| HSV(B) | 46.3º | 0.77% | 0.93% | - |
| XYZ | 55.67 | 57.92 | 11.74 | - |
| YUV | 192.37 | 49.91 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 54 | 0 | 0.18 | 0.77 | 0.07 | 46.3 | 0.84 | 0.57 |
| Hex | EE | C4 | 36 | 0 | 12 | 4D | 7 | 2E | 54 | 39 |
| Octal | 356 | 304 | 66 | 0 | 22 | 115 | 7 | 56 | 124 | 71 |
| Binary | 11101110 | 11000100 | 110110 | 0 | 10010 | 1001101 | 111 | 101110 | 1010100 | 111001 |
Color Harmonies of #EEC436
Complementary color
Monochromatic Colors of #EEC436
Black with #EEC436
Text Example
Text Example
White with #EEC436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC436; }
p { color: rgb(238,196,54); }
H1.HeaderClassName
{
color: #EEC436;
}
.AnyTagClassName
{
color: #EEC436;
}
</style>
background-color css
<style>
a { background-color: #EEC436; }
a { background-color: rgb(238,196,54); }
div.DivClassName
{
background-color: #EEC436;
}
.BgClassName
{
background-color: #EEC436;
}
</style>
border-color css
<style>
span { border-color: #EEC436; }
span { border-color: rgb(238,196,54); }
td.TdClassName
{
border-color: #EEC436;
}
.TagClassName
{
border-color: #EEC436;
}
</style>