Shades of Saffron #EFC93C
Tints of Saffron #EFC93C
RGB
CMYK
RGB Variations
Color information
#EFC93C (or 0xEFC93C) is known color: Saffron. HEX triplet: EF, C9 and 3C. RGB value is (239,201,60). Sum of RGB (Red+Green+Blue) = 239+201+60=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC93C is #1036C3. Grayscale: #C4C4C4. Windows color (decimal): -1062596 or 3983855. OLE color: 3983855.
HSL color Cylindrical-coordinate representation of color #EFC93C: hue angle of 47.26º 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 #EFC93C is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 60 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.06 |
| HSL | 47.26º | 0.85% | 0.59% | - |
| HSV(B) | 47.26º | 0.75% | 0.94% | - |
| XYZ | 57.3 | 60.45 | 12.92 | - |
| YUV | 196.29 | 51.09 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 60 | 0 | 0.16 | 0.75 | 0.06 | 47.26 | 0.85 | 0.59 |
| Hex | EF | C9 | 3C | 0 | 10 | 4B | 6 | 2F | 55 | 3B |
| Octal | 357 | 311 | 74 | 0 | 20 | 113 | 6 | 57 | 125 | 73 |
| Binary | 11101111 | 11001001 | 111100 | 0 | 10000 | 1001011 | 110 | 101111 | 1010101 | 111011 |
Color Harmonies of #EFC93C
Complementary color
Monochromatic Colors of #EFC93C
Black with #EFC93C
Text Example
Text Example
White with #EFC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC93C; }
p { color: rgb(239,201,60); }
H1.HeaderClassName
{
color: #EFC93C;
}
.AnyTagClassName
{
color: #EFC93C;
}
</style>
background-color css
<style>
a { background-color: #EFC93C; }
a { background-color: rgb(239,201,60); }
div.DivClassName
{
background-color: #EFC93C;
}
.BgClassName
{
background-color: #EFC93C;
}
</style>
border-color css
<style>
span { border-color: #EFC93C; }
span { border-color: rgb(239,201,60); }
td.TdClassName
{
border-color: #EFC93C;
}
.TagClassName
{
border-color: #EFC93C;
}
</style>