Shades of Saffron #EFC631
Tints of Saffron #EFC631
RGB
CMYK
RGB Variations
Color information
#EFC631 (or 0xEFC631) is known color: Saffron. HEX triplet: EF, C6 and 31. RGB value is (239,198,49). Sum of RGB (Red+Green+Blue) = 239+198+49=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC631 is #1039CE. Grayscale: #C1C1C1. Windows color (decimal): -1063375 or 3262191. OLE color: 3262191.
HSL color Cylindrical-coordinate representation of color #EFC631: hue angle of 47.05º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFC631 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 49 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.06 |
| HSL | 47.05º | 0.86% | 0.56% | - |
| HSV(B) | 47.05º | 0.79% | 0.94% | - |
| XYZ | 56.35 | 58.96 | 11.32 | - |
| YUV | 193.27 | 46.58 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 49 | 0 | 0.17 | 0.79 | 0.06 | 47.05 | 0.86 | 0.56 |
| Hex | EF | C6 | 31 | 0 | 11 | 4F | 6 | 2F | 56 | 38 |
| Octal | 357 | 306 | 61 | 0 | 21 | 117 | 6 | 57 | 126 | 70 |
| Binary | 11101111 | 11000110 | 110001 | 0 | 10001 | 1001111 | 110 | 101111 | 1010110 | 111000 |
Color Harmonies of #EFC631
Complementary color
Monochromatic Colors of #EFC631
Black with #EFC631
Text Example
Text Example
White with #EFC631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC631; }
p { color: rgb(239,198,49); }
H1.HeaderClassName
{
color: #EFC631;
}
.AnyTagClassName
{
color: #EFC631;
}
</style>
background-color css
<style>
a { background-color: #EFC631; }
a { background-color: rgb(239,198,49); }
div.DivClassName
{
background-color: #EFC631;
}
.BgClassName
{
background-color: #EFC631;
}
</style>
border-color css
<style>
span { border-color: #EFC631; }
span { border-color: rgb(239,198,49); }
td.TdClassName
{
border-color: #EFC631;
}
.TagClassName
{
border-color: #EFC631;
}
</style>