Shades of Saffron #EFC636
Tints of Saffron #EFC636
RGB
CMYK
RGB Variations
Color information
#EFC636 (or 0xEFC636) is known color: Saffron. HEX triplet: EF, C6 and 36. RGB value is (239,198,54). Sum of RGB (Red+Green+Blue) = 239+198+54=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 54 (21.48% from 255 or 11.00% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC636 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC636 is #1039C9. Grayscale: #C2C2C2. Windows color (decimal): -1063370 or 3589871. OLE color: 3589871.
HSL color Cylindrical-coordinate representation of color #EFC636: hue angle of 46.7º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFC636 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 54 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.06 |
| HSL | 46.7º | 0.85% | 0.57% | - |
| HSV(B) | 46.7º | 0.77% | 0.94% | - |
| XYZ | 56.46 | 59.01 | 11.9 | - |
| YUV | 193.84 | 49.08 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 54 | 0 | 0.17 | 0.77 | 0.06 | 46.7 | 0.85 | 0.57 |
| Hex | EF | C6 | 36 | 0 | 11 | 4D | 6 | 2F | 55 | 39 |
| Octal | 357 | 306 | 66 | 0 | 21 | 115 | 6 | 57 | 125 | 71 |
| Binary | 11101111 | 11000110 | 110110 | 0 | 10001 | 1001101 | 110 | 101111 | 1010101 | 111001 |
Color Harmonies of #EFC636
Complementary color
Monochromatic Colors of #EFC636
Black with #EFC636
Text Example
Text Example
White with #EFC636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC636; }
p { color: rgb(239,198,54); }
H1.HeaderClassName
{
color: #EFC636;
}
.AnyTagClassName
{
color: #EFC636;
}
</style>
background-color css
<style>
a { background-color: #EFC636; }
a { background-color: rgb(239,198,54); }
div.DivClassName
{
background-color: #EFC636;
}
.BgClassName
{
background-color: #EFC636;
}
</style>
border-color css
<style>
span { border-color: #EFC636; }
span { border-color: rgb(239,198,54); }
td.TdClassName
{
border-color: #EFC636;
}
.TagClassName
{
border-color: #EFC636;
}
</style>