Shades of Saffron #EFC736
Tints of Saffron #EFC736
RGB
CMYK
RGB Variations
Color information
#EFC736 (or 0xEFC736) is known color: Saffron. HEX triplet: EF, C7 and 36. RGB value is (239,199,54). Sum of RGB (Red+Green+Blue) = 239+199+54=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 54 (21.48% from 255 or 10.98% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC736 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC736 is #1038C9. Grayscale: #C3C3C3. Windows color (decimal): -1063114 or 3590127. OLE color: 3590127.
HSL color Cylindrical-coordinate representation of color #EFC736: hue angle of 47.03º 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 #EFC736 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 54 | - |
| CMYK | 0 | 0.17 | 0.77 | 0.06 |
| HSL | 47.03º | 0.85% | 0.57% | - |
| HSV(B) | 47.03º | 0.77% | 0.94% | - |
| XYZ | 56.69 | 59.46 | 11.98 | - |
| YUV | 194.43 | 48.75 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 54 | 0 | 0.17 | 0.77 | 0.06 | 47.03 | 0.85 | 0.57 |
| Hex | EF | C7 | 36 | 0 | 11 | 4D | 6 | 2F | 55 | 39 |
| Octal | 357 | 307 | 66 | 0 | 21 | 115 | 6 | 57 | 125 | 71 |
| Binary | 11101111 | 11000111 | 110110 | 0 | 10001 | 1001101 | 110 | 101111 | 1010101 | 111001 |
Color Harmonies of #EFC736
Complementary color
Monochromatic Colors of #EFC736
Black with #EFC736
Text Example
Text Example
White with #EFC736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC736; }
p { color: rgb(239,199,54); }
H1.HeaderClassName
{
color: #EFC736;
}
.AnyTagClassName
{
color: #EFC736;
}
</style>
background-color css
<style>
a { background-color: #EFC736; }
a { background-color: rgb(239,199,54); }
div.DivClassName
{
background-color: #EFC736;
}
.BgClassName
{
background-color: #EFC736;
}
</style>
border-color css
<style>
span { border-color: #EFC736; }
span { border-color: rgb(239,199,54); }
td.TdClassName
{
border-color: #EFC736;
}
.TagClassName
{
border-color: #EFC736;
}
</style>