Shades of Saffron #EFC13C
Tints of Saffron #EFC13C
RGB
CMYK
RGB Variations
Color information
#EFC13C (or 0xEFC13C) is known color: Saffron. HEX triplet: EF, C1 and 3C. RGB value is (239,193,60). Sum of RGB (Red+Green+Blue) = 239+193+60=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC13C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC13C is #103EC3. Grayscale: #C0C0C0. Windows color (decimal): -1064644 or 3981807. OLE color: 3981807.
HSL color Cylindrical-coordinate representation of color #EFC13C: hue angle of 44.58º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFC13C is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 60 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.06 |
| HSL | 44.58º | 0.85% | 0.59% | - |
| HSV(B) | 44.58º | 0.75% | 0.94% | - |
| XYZ | 55.48 | 56.82 | 12.32 | - |
| YUV | 191.59 | 53.74 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 60 | 0 | 0.19 | 0.75 | 0.06 | 44.58 | 0.85 | 0.59 |
| Hex | EF | C1 | 3C | 0 | 13 | 4B | 6 | 2D | 55 | 3B |
| Octal | 357 | 301 | 74 | 0 | 23 | 113 | 6 | 55 | 125 | 73 |
| Binary | 11101111 | 11000001 | 111100 | 0 | 10011 | 1001011 | 110 | 101101 | 1010101 | 111011 |
Color Harmonies of #EFC13C
Complementary color
Monochromatic Colors of #EFC13C
Black with #EFC13C
Text Example
Text Example
White with #EFC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC13C; }
p { color: rgb(239,193,60); }
H1.HeaderClassName
{
color: #EFC13C;
}
.AnyTagClassName
{
color: #EFC13C;
}
</style>
background-color css
<style>
a { background-color: #EFC13C; }
a { background-color: rgb(239,193,60); }
div.DivClassName
{
background-color: #EFC13C;
}
.BgClassName
{
background-color: #EFC13C;
}
</style>
border-color css
<style>
span { border-color: #EFC13C; }
span { border-color: rgb(239,193,60); }
td.TdClassName
{
border-color: #EFC13C;
}
.TagClassName
{
border-color: #EFC13C;
}
</style>