Shades of Saffron #EFC237
Tints of Saffron #EFC237
RGB
CMYK
RGB Variations
Color information
#EFC237 (or 0xEFC237) is known color: Saffron. HEX triplet: EF, C2 and 37. RGB value is (239,194,55). Sum of RGB (Red+Green+Blue) = 239+194+55=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 55 (21.88% from 255 or 11.27% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC237 is #103DC8. Grayscale: #C0C0C0. Windows color (decimal): -1064393 or 3654383. OLE color: 3654383.
HSL color Cylindrical-coordinate representation of color #EFC237: hue angle of 45.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFC237 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 55 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.06 |
| HSL | 45.33º | 0.85% | 0.58% | - |
| HSV(B) | 45.33º | 0.77% | 0.94% | - |
| XYZ | 55.58 | 57.21 | 11.73 | - |
| YUV | 191.61 | 50.91 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 55 | 0 | 0.19 | 0.77 | 0.06 | 45.33 | 0.85 | 0.58 |
| Hex | EF | C2 | 37 | 0 | 13 | 4D | 6 | 2D | 55 | 3A |
| Octal | 357 | 302 | 67 | 0 | 23 | 115 | 6 | 55 | 125 | 72 |
| Binary | 11101111 | 11000010 | 110111 | 0 | 10011 | 1001101 | 110 | 101101 | 1010101 | 111010 |
Color Harmonies of #EFC237
Complementary color
Monochromatic Colors of #EFC237
Black with #EFC237
Text Example
Text Example
White with #EFC237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC237; }
p { color: rgb(239,194,55); }
H1.HeaderClassName
{
color: #EFC237;
}
.AnyTagClassName
{
color: #EFC237;
}
</style>
background-color css
<style>
a { background-color: #EFC237; }
a { background-color: rgb(239,194,55); }
div.DivClassName
{
background-color: #EFC237;
}
.BgClassName
{
background-color: #EFC237;
}
</style>
border-color css
<style>
span { border-color: #EFC237; }
span { border-color: rgb(239,194,55); }
td.TdClassName
{
border-color: #EFC237;
}
.TagClassName
{
border-color: #EFC237;
}
</style>