Shades of Saffron #EFC13F
Tints of Saffron #EFC13F
RGB
CMYK
RGB Variations
Color information
#EFC13F (or 0xEFC13F) is known color: Saffron. HEX triplet: EF, C1 and 3F. RGB value is (239,193,63). Sum of RGB (Red+Green+Blue) = 239+193+63=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC13F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC13F is #103EC0. Grayscale: #C0C0C0. Windows color (decimal): -1064641 or 4178415. OLE color: 4178415.
HSL color Cylindrical-coordinate representation of color #EFC13F: hue angle of 44.32º 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 #EFC13F is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 63 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.06 |
| HSL | 44.32º | 0.85% | 0.59% | - |
| HSV(B) | 44.32º | 0.74% | 0.94% | - |
| XYZ | 55.56 | 56.85 | 12.75 | - |
| YUV | 191.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 63 | 0 | 0.19 | 0.74 | 0.06 | 44.32 | 0.85 | 0.59 |
| Hex | EF | C1 | 3F | 0 | 13 | 4A | 6 | 2C | 55 | 3B |
| Octal | 357 | 301 | 77 | 0 | 23 | 112 | 6 | 54 | 125 | 73 |
| Binary | 11101111 | 11000001 | 111111 | 0 | 10011 | 1001010 | 110 | 101100 | 1010101 | 111011 |
Color Harmonies of #EFC13F
Complementary color
Monochromatic Colors of #EFC13F
Black with #EFC13F
Text Example
Text Example
White with #EFC13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC13F; }
p { color: rgb(239,193,63); }
H1.HeaderClassName
{
color: #EFC13F;
}
.AnyTagClassName
{
color: #EFC13F;
}
</style>
background-color css
<style>
a { background-color: #EFC13F; }
a { background-color: rgb(239,193,63); }
div.DivClassName
{
background-color: #EFC13F;
}
.BgClassName
{
background-color: #EFC13F;
}
</style>
border-color css
<style>
span { border-color: #EFC13F; }
span { border-color: rgb(239,193,63); }
td.TdClassName
{
border-color: #EFC13F;
}
.TagClassName
{
border-color: #EFC13F;
}
</style>