Shades of Saffron #EFC036
Tints of Saffron #EFC036
RGB
CMYK
RGB Variations
Color information
#EFC036 (or 0xEFC036) is known color: Saffron. HEX triplet: EF, C0 and 36. RGB value is (239,192,54). Sum of RGB (Red+Green+Blue) = 239+192+54=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 54 (21.48% from 255 or 11.13% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC036 is #103FC9. Grayscale: #BEBEBE. Windows color (decimal): -1064906 or 3588335. OLE color: 3588335.
HSL color Cylindrical-coordinate representation of color #EFC036: hue angle of 44.76º 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 #EFC036 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 54 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.06 |
| HSL | 44.76º | 0.85% | 0.57% | - |
| HSV(B) | 44.76º | 0.77% | 0.94% | - |
| XYZ | 55.11 | 56.32 | 11.46 | - |
| YUV | 190.32 | 51.07 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 54 | 0 | 0.20 | 0.77 | 0.06 | 44.76 | 0.85 | 0.57 |
| Hex | EF | C0 | 36 | 0 | 14 | 4D | 6 | 2D | 55 | 39 |
| Octal | 357 | 300 | 66 | 0 | 24 | 115 | 6 | 55 | 125 | 71 |
| Binary | 11101111 | 11000000 | 110110 | 0 | 10100 | 1001101 | 110 | 101101 | 1010101 | 111001 |
Color Harmonies of #EFC036
Complementary color
Monochromatic Colors of #EFC036
Black with #EFC036
Text Example
Text Example
White with #EFC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC036; }
p { color: rgb(239,192,54); }
H1.HeaderClassName
{
color: #EFC036;
}
.AnyTagClassName
{
color: #EFC036;
}
</style>
background-color css
<style>
a { background-color: #EFC036; }
a { background-color: rgb(239,192,54); }
div.DivClassName
{
background-color: #EFC036;
}
.BgClassName
{
background-color: #EFC036;
}
</style>
border-color css
<style>
span { border-color: #EFC036; }
span { border-color: rgb(239,192,54); }
td.TdClassName
{
border-color: #EFC036;
}
.TagClassName
{
border-color: #EFC036;
}
</style>