Shades of Saffron #EFC63A
Tints of Saffron #EFC63A
RGB
CMYK
RGB Variations
Color information
#EFC63A (or 0xEFC63A) is known color: Saffron. HEX triplet: EF, C6 and 3A. RGB value is (239,198,58). Sum of RGB (Red+Green+Blue) = 239+198+58=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 198 (77.73% from 255 or 40% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC63A is #1039C5. Grayscale: #C2C2C2. Windows color (decimal): -1063366 or 3852015. OLE color: 3852015.
HSL color Cylindrical-coordinate representation of color #EFC63A: hue angle of 46.41º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EFC63A is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 58 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.06 |
| HSL | 46.41º | 0.85% | 0.58% | - |
| HSV(B) | 46.41º | 0.76% | 0.94% | - |
| XYZ | 56.55 | 59.04 | 12.42 | - |
| YUV | 194.3 | 51.08 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 58 | 0 | 0.17 | 0.76 | 0.06 | 46.41 | 0.85 | 0.58 |
| Hex | EF | C6 | 3A | 0 | 11 | 4C | 6 | 2E | 55 | 3A |
| Octal | 357 | 306 | 72 | 0 | 21 | 114 | 6 | 56 | 125 | 72 |
| Binary | 11101111 | 11000110 | 111010 | 0 | 10001 | 1001100 | 110 | 101110 | 1010101 | 111010 |
Color Harmonies of #EFC63A
Complementary color
Monochromatic Colors of #EFC63A
Black with #EFC63A
Text Example
Text Example
White with #EFC63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC63A; }
p { color: rgb(239,198,58); }
H1.HeaderClassName
{
color: #EFC63A;
}
.AnyTagClassName
{
color: #EFC63A;
}
</style>
background-color css
<style>
a { background-color: #EFC63A; }
a { background-color: rgb(239,198,58); }
div.DivClassName
{
background-color: #EFC63A;
}
.BgClassName
{
background-color: #EFC63A;
}
</style>
border-color css
<style>
span { border-color: #EFC63A; }
span { border-color: rgb(239,198,58); }
td.TdClassName
{
border-color: #EFC63A;
}
.TagClassName
{
border-color: #EFC63A;
}
</style>