Shades of Saffron #EFC03F
Tints of Saffron #EFC03F
RGB
CMYK
RGB Variations
Color information
#EFC03F (or 0xEFC03F) is known color: Saffron. HEX triplet: EF, C0 and 3F. RGB value is (239,192,63). Sum of RGB (Red+Green+Blue) = 239+192+63=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 63 (25% from 255 or 12.75% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC03F is #103FC0. Grayscale: #BFBFBF. Windows color (decimal): -1064897 or 4178159. OLE color: 4178159.
HSL color Cylindrical-coordinate representation of color #EFC03F: hue angle of 43.98º 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 #EFC03F is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 63 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.06 |
| HSL | 43.98º | 0.85% | 0.59% | - |
| HSV(B) | 43.98º | 0.74% | 0.94% | - |
| XYZ | 55.34 | 56.41 | 12.67 | - |
| YUV | 191.35 | 55.57 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 63 | 0 | 0.20 | 0.74 | 0.06 | 43.98 | 0.85 | 0.59 |
| Hex | EF | C0 | 3F | 0 | 14 | 4A | 6 | 2C | 55 | 3B |
| Octal | 357 | 300 | 77 | 0 | 24 | 112 | 6 | 54 | 125 | 73 |
| Binary | 11101111 | 11000000 | 111111 | 0 | 10100 | 1001010 | 110 | 101100 | 1010101 | 111011 |
Color Harmonies of #EFC03F
Complementary color
Monochromatic Colors of #EFC03F
Black with #EFC03F
Text Example
Text Example
White with #EFC03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC03F; }
p { color: rgb(239,192,63); }
H1.HeaderClassName
{
color: #EFC03F;
}
.AnyTagClassName
{
color: #EFC03F;
}
</style>
background-color css
<style>
a { background-color: #EFC03F; }
a { background-color: rgb(239,192,63); }
div.DivClassName
{
background-color: #EFC03F;
}
.BgClassName
{
background-color: #EFC03F;
}
</style>
border-color css
<style>
span { border-color: #EFC03F; }
span { border-color: rgb(239,192,63); }
td.TdClassName
{
border-color: #EFC03F;
}
.TagClassName
{
border-color: #EFC03F;
}
</style>