Shades of Saffron #EFC32E
Tints of Saffron #EFC32E
RGB
CMYK
RGB Variations
Color information
#EFC32E (or 0xEFC32E) is known color: Saffron. HEX triplet: EF, C3 and 2E. RGB value is (239,195,46). Sum of RGB (Red+Green+Blue) = 239+195+46=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 46 (18.36% from 255 or 9.58% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC32E is #103CD1. Grayscale: #BFBFBF. Windows color (decimal): -1064146 or 3064815. OLE color: 3064815.
HSL color Cylindrical-coordinate representation of color #EFC32E: hue angle of 46.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFC32E is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 46 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.06 |
| HSL | 46.32º | 0.86% | 0.56% | - |
| HSV(B) | 46.32º | 0.81% | 0.94% | - |
| XYZ | 55.6 | 57.58 | 10.77 | - |
| YUV | 191.17 | 46.08 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 46 | 0 | 0.18 | 0.81 | 0.06 | 46.32 | 0.86 | 0.56 |
| Hex | EF | C3 | 2E | 0 | 12 | 51 | 6 | 2E | 56 | 38 |
| Octal | 357 | 303 | 56 | 0 | 22 | 121 | 6 | 56 | 126 | 70 |
| Binary | 11101111 | 11000011 | 101110 | 0 | 10010 | 1010001 | 110 | 101110 | 1010110 | 111000 |
Color Harmonies of #EFC32E
Complementary color
Monochromatic Colors of #EFC32E
Black with #EFC32E
Text Example
Text Example
White with #EFC32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC32E; }
p { color: rgb(239,195,46); }
H1.HeaderClassName
{
color: #EFC32E;
}
.AnyTagClassName
{
color: #EFC32E;
}
</style>
background-color css
<style>
a { background-color: #EFC32E; }
a { background-color: rgb(239,195,46); }
div.DivClassName
{
background-color: #EFC32E;
}
.BgClassName
{
background-color: #EFC32E;
}
</style>
border-color css
<style>
span { border-color: #EFC32E; }
span { border-color: rgb(239,195,46); }
td.TdClassName
{
border-color: #EFC32E;
}
.TagClassName
{
border-color: #EFC32E;
}
</style>