Shades of Saffron #EFC53B
Tints of Saffron #EFC53B
RGB
CMYK
RGB Variations
Color information
#EFC53B (or 0xEFC53B) is known color: Saffron. HEX triplet: EF, C5 and 3B. RGB value is (239,197,59). Sum of RGB (Red+Green+Blue) = 239+197+59=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC53B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC53B is #103AC4. Grayscale: #C2C2C2. Windows color (decimal): -1063621 or 3917295. OLE color: 3917295.
HSL color Cylindrical-coordinate representation of color #EFC53B: hue angle of 46º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFC53B is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 59 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.06 |
| HSL | 46º | 0.85% | 0.58% | - |
| HSV(B) | 46º | 0.75% | 0.94% | - |
| XYZ | 56.35 | 58.6 | 12.48 | - |
| YUV | 193.83 | 51.91 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 59 | 0 | 0.18 | 0.75 | 0.06 | 46 | 0.85 | 0.58 |
| Hex | EF | C5 | 3B | 0 | 12 | 4B | 6 | 2E | 55 | 3A |
| Octal | 357 | 305 | 73 | 0 | 22 | 113 | 6 | 56 | 125 | 72 |
| Binary | 11101111 | 11000101 | 111011 | 0 | 10010 | 1001011 | 110 | 101110 | 1010101 | 111010 |
Color Harmonies of #EFC53B
Complementary color
Monochromatic Colors of #EFC53B
Black with #EFC53B
Text Example
Text Example
White with #EFC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC53B; }
p { color: rgb(239,197,59); }
H1.HeaderClassName
{
color: #EFC53B;
}
.AnyTagClassName
{
color: #EFC53B;
}
</style>
background-color css
<style>
a { background-color: #EFC53B; }
a { background-color: rgb(239,197,59); }
div.DivClassName
{
background-color: #EFC53B;
}
.BgClassName
{
background-color: #EFC53B;
}
</style>
border-color css
<style>
span { border-color: #EFC53B; }
span { border-color: rgb(239,197,59); }
td.TdClassName
{
border-color: #EFC53B;
}
.TagClassName
{
border-color: #EFC53B;
}
</style>