Shades of Saffron #EFC13B
Tints of Saffron #EFC13B
RGB
CMYK
RGB Variations
Color information
#EFC13B (or 0xEFC13B) is known color: Saffron. HEX triplet: EF, C1 and 3B. RGB value is (239,193,59). Sum of RGB (Red+Green+Blue) = 239+193+59=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 59 (23.44% from 255 or 12.02% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC13B is #103EC4. Grayscale: #C0C0C0. Windows color (decimal): -1064645 or 3916271. OLE color: 3916271.
HSL color Cylindrical-coordinate representation of color #EFC13B: hue angle of 44.67º 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 #EFC13B is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 59 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.06 |
| HSL | 44.67º | 0.85% | 0.58% | - |
| HSV(B) | 44.67º | 0.75% | 0.94% | - |
| XYZ | 55.46 | 56.81 | 12.18 | - |
| YUV | 191.48 | 53.24 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 59 | 0 | 0.19 | 0.75 | 0.06 | 44.67 | 0.85 | 0.58 |
| Hex | EF | C1 | 3B | 0 | 13 | 4B | 6 | 2D | 55 | 3A |
| Octal | 357 | 301 | 73 | 0 | 23 | 113 | 6 | 55 | 125 | 72 |
| Binary | 11101111 | 11000001 | 111011 | 0 | 10011 | 1001011 | 110 | 101101 | 1010101 | 111010 |
Color Harmonies of #EFC13B
Complementary color
Monochromatic Colors of #EFC13B
Black with #EFC13B
Text Example
Text Example
White with #EFC13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC13B; }
p { color: rgb(239,193,59); }
H1.HeaderClassName
{
color: #EFC13B;
}
.AnyTagClassName
{
color: #EFC13B;
}
</style>
background-color css
<style>
a { background-color: #EFC13B; }
a { background-color: rgb(239,193,59); }
div.DivClassName
{
background-color: #EFC13B;
}
.BgClassName
{
background-color: #EFC13B;
}
</style>
border-color css
<style>
span { border-color: #EFC13B; }
span { border-color: rgb(239,193,59); }
td.TdClassName
{
border-color: #EFC13B;
}
.TagClassName
{
border-color: #EFC13B;
}
</style>