Shades of Saffron #EFC53E
Tints of Saffron #EFC53E
RGB
CMYK
RGB Variations
Color information
#EFC53E (or 0xEFC53E) is known color: Saffron. HEX triplet: EF, C5 and 3E. RGB value is (239,197,62). Sum of RGB (Red+Green+Blue) = 239+197+62=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC53E is #103AC1. Grayscale: #C2C2C2. Windows color (decimal): -1063618 or 4113903. OLE color: 4113903.
HSL color Cylindrical-coordinate representation of color #EFC53E: hue angle of 45.76º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFC53E is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 62 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.06 |
| HSL | 45.76º | 0.85% | 0.59% | - |
| HSV(B) | 45.76º | 0.74% | 0.94% | - |
| XYZ | 56.43 | 58.63 | 12.9 | - |
| YUV | 194.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 62 | 0 | 0.18 | 0.74 | 0.06 | 45.76 | 0.85 | 0.59 |
| Hex | EF | C5 | 3E | 0 | 12 | 4A | 6 | 2E | 55 | 3B |
| Octal | 357 | 305 | 76 | 0 | 22 | 112 | 6 | 56 | 125 | 73 |
| Binary | 11101111 | 11000101 | 111110 | 0 | 10010 | 1001010 | 110 | 101110 | 1010101 | 111011 |
Color Harmonies of #EFC53E
Complementary color
Monochromatic Colors of #EFC53E
Black with #EFC53E
Text Example
Text Example
White with #EFC53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC53E; }
p { color: rgb(239,197,62); }
H1.HeaderClassName
{
color: #EFC53E;
}
.AnyTagClassName
{
color: #EFC53E;
}
</style>
background-color css
<style>
a { background-color: #EFC53E; }
a { background-color: rgb(239,197,62); }
div.DivClassName
{
background-color: #EFC53E;
}
.BgClassName
{
background-color: #EFC53E;
}
</style>
border-color css
<style>
span { border-color: #EFC53E; }
span { border-color: rgb(239,197,62); }
td.TdClassName
{
border-color: #EFC53E;
}
.TagClassName
{
border-color: #EFC53E;
}
</style>