Shades of Saffron #EFC13E
Tints of Saffron #EFC13E
RGB
CMYK
RGB Variations
Color information
#EFC13E (or 0xEFC13E) is known color: Saffron. HEX triplet: EF, C1 and 3E. RGB value is (239,193,62). Sum of RGB (Red+Green+Blue) = 239+193+62=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 62 (24.61% from 255 or 12.55% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC13E is #103EC1. Grayscale: #C0C0C0. Windows color (decimal): -1064642 or 4112879. OLE color: 4112879.
HSL color Cylindrical-coordinate representation of color #EFC13E: hue angle of 44.41º 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 #EFC13E is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 62 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.06 |
| HSL | 44.41º | 0.85% | 0.59% | - |
| HSV(B) | 44.41º | 0.74% | 0.94% | - |
| XYZ | 55.54 | 56.84 | 12.6 | - |
| YUV | 191.82 | 54.74 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 62 | 0 | 0.19 | 0.74 | 0.06 | 44.41 | 0.85 | 0.59 |
| Hex | EF | C1 | 3E | 0 | 13 | 4A | 6 | 2C | 55 | 3B |
| Octal | 357 | 301 | 76 | 0 | 23 | 112 | 6 | 54 | 125 | 73 |
| Binary | 11101111 | 11000001 | 111110 | 0 | 10011 | 1001010 | 110 | 101100 | 1010101 | 111011 |
Color Harmonies of #EFC13E
Complementary color
Monochromatic Colors of #EFC13E
Black with #EFC13E
Text Example
Text Example
White with #EFC13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC13E; }
p { color: rgb(239,193,62); }
H1.HeaderClassName
{
color: #EFC13E;
}
.AnyTagClassName
{
color: #EFC13E;
}
</style>
background-color css
<style>
a { background-color: #EFC13E; }
a { background-color: rgb(239,193,62); }
div.DivClassName
{
background-color: #EFC13E;
}
.BgClassName
{
background-color: #EFC13E;
}
</style>
border-color css
<style>
span { border-color: #EFC13E; }
span { border-color: rgb(239,193,62); }
td.TdClassName
{
border-color: #EFC13E;
}
.TagClassName
{
border-color: #EFC13E;
}
</style>