Shades of Saffron #EEC936
Tints of Saffron #EEC936
RGB
CMYK
RGB Variations
Color information
#EEC936 (or 0xEEC936) is known color: Saffron. HEX triplet: EE, C9 and 36. RGB value is (238,201,54). Sum of RGB (Red+Green+Blue) = 238+201+54=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 54 (21.48% from 255 or 10.95% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC936 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC936 is #1136C9. Grayscale: #C3C3C3. Windows color (decimal): -1128138 or 3590638. OLE color: 3590638.
HSL color Cylindrical-coordinate representation of color #EEC936: hue angle of 47.93º 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 #EEC936 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 54 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.07 |
| HSL | 47.93º | 0.84% | 0.57% | - |
| HSV(B) | 47.93º | 0.77% | 0.93% | - |
| XYZ | 56.81 | 60.22 | 12.12 | - |
| YUV | 195.31 | 48.26 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 54 | 0 | 0.16 | 0.77 | 0.07 | 47.93 | 0.84 | 0.57 |
| Hex | EE | C9 | 36 | 0 | 10 | 4D | 7 | 30 | 54 | 39 |
| Octal | 356 | 311 | 66 | 0 | 20 | 115 | 7 | 60 | 124 | 71 |
| Binary | 11101110 | 11001001 | 110110 | 0 | 10000 | 1001101 | 111 | 110000 | 1010100 | 111001 |
Color Harmonies of #EEC936
Complementary color
Monochromatic Colors of #EEC936
Black with #EEC936
Text Example
Text Example
White with #EEC936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC936; }
p { color: rgb(238,201,54); }
H1.HeaderClassName
{
color: #EEC936;
}
.AnyTagClassName
{
color: #EEC936;
}
</style>
background-color css
<style>
a { background-color: #EEC936; }
a { background-color: rgb(238,201,54); }
div.DivClassName
{
background-color: #EEC936;
}
.BgClassName
{
background-color: #EEC936;
}
</style>
border-color css
<style>
span { border-color: #EEC936; }
span { border-color: rgb(238,201,54); }
td.TdClassName
{
border-color: #EEC936;
}
.TagClassName
{
border-color: #EEC936;
}
</style>