Shades of Saffron #EFC13A
Tints of Saffron #EFC13A
RGB
CMYK
RGB Variations
Color information
#EFC13A (or 0xEFC13A) is known color: Saffron. HEX triplet: EF, C1 and 3A. RGB value is (239,193,58). Sum of RGB (Red+Green+Blue) = 239+193+58=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC13A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC13A is #103EC5. Grayscale: #BFBFBF. Windows color (decimal): -1064646 or 3850735. OLE color: 3850735.
HSL color Cylindrical-coordinate representation of color #EFC13A: hue angle of 44.75º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFC13A is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 58 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.06 |
| HSL | 44.75º | 0.85% | 0.58% | - |
| HSV(B) | 44.75º | 0.76% | 0.94% | - |
| XYZ | 55.43 | 56.8 | 12.04 | - |
| YUV | 191.36 | 52.74 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 58 | 0 | 0.19 | 0.76 | 0.06 | 44.75 | 0.85 | 0.58 |
| Hex | EF | C1 | 3A | 0 | 13 | 4C | 6 | 2D | 55 | 3A |
| Octal | 357 | 301 | 72 | 0 | 23 | 114 | 6 | 55 | 125 | 72 |
| Binary | 11101111 | 11000001 | 111010 | 0 | 10011 | 1001100 | 110 | 101101 | 1010101 | 111010 |
Color Harmonies of #EFC13A
Complementary color
Monochromatic Colors of #EFC13A
Black with #EFC13A
Text Example
Text Example
White with #EFC13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC13A; }
p { color: rgb(239,193,58); }
H1.HeaderClassName
{
color: #EFC13A;
}
.AnyTagClassName
{
color: #EFC13A;
}
</style>
background-color css
<style>
a { background-color: #EFC13A; }
a { background-color: rgb(239,193,58); }
div.DivClassName
{
background-color: #EFC13A;
}
.BgClassName
{
background-color: #EFC13A;
}
</style>
border-color css
<style>
span { border-color: #EFC13A; }
span { border-color: rgb(239,193,58); }
td.TdClassName
{
border-color: #EFC13A;
}
.TagClassName
{
border-color: #EFC13A;
}
</style>