Shades of Saffron #EFC63C
Tints of Saffron #EFC63C
RGB
CMYK
RGB Variations
Color information
#EFC63C (or 0xEFC63C) is known color: Saffron. HEX triplet: EF, C6 and 3C. RGB value is (239,198,60). Sum of RGB (Red+Green+Blue) = 239+198+60=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC63C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC63C is #1039C3. Grayscale: #C3C3C3. Windows color (decimal): -1063364 or 3983087. OLE color: 3983087.
HSL color Cylindrical-coordinate representation of color #EFC63C: hue angle of 46.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 #EFC63C is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 60 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.06 |
| HSL | 46.26º | 0.85% | 0.59% | - |
| HSV(B) | 46.26º | 0.75% | 0.94% | - |
| XYZ | 56.61 | 59.07 | 12.69 | - |
| YUV | 194.53 | 52.08 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 60 | 0 | 0.17 | 0.75 | 0.06 | 46.26 | 0.85 | 0.59 |
| Hex | EF | C6 | 3C | 0 | 11 | 4B | 6 | 2E | 55 | 3B |
| Octal | 357 | 306 | 74 | 0 | 21 | 113 | 6 | 56 | 125 | 73 |
| Binary | 11101111 | 11000110 | 111100 | 0 | 10001 | 1001011 | 110 | 101110 | 1010101 | 111011 |
Color Harmonies of #EFC63C
Complementary color
Monochromatic Colors of #EFC63C
Black with #EFC63C
Text Example
Text Example
White with #EFC63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC63C; }
p { color: rgb(239,198,60); }
H1.HeaderClassName
{
color: #EFC63C;
}
.AnyTagClassName
{
color: #EFC63C;
}
</style>
background-color css
<style>
a { background-color: #EFC63C; }
a { background-color: rgb(239,198,60); }
div.DivClassName
{
background-color: #EFC63C;
}
.BgClassName
{
background-color: #EFC63C;
}
</style>
border-color css
<style>
span { border-color: #EFC63C; }
span { border-color: rgb(239,198,60); }
td.TdClassName
{
border-color: #EFC63C;
}
.TagClassName
{
border-color: #EFC63C;
}
</style>