Shades of Saffron #EFC42E
Tints of Saffron #EFC42E
RGB
CMYK
RGB Variations
Color information
#EFC42E (or 0xEFC42E) is known color: Saffron. HEX triplet: EF, C4 and 2E. RGB value is (239,196,46). Sum of RGB (Red+Green+Blue) = 239+196+46=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC42E is #103BD1. Grayscale: #C0C0C0. Windows color (decimal): -1063890 or 3065071. OLE color: 3065071.
HSL color Cylindrical-coordinate representation of color #EFC42E: hue angle of 46.63º 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 #EFC42E is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 46 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.06 |
| HSL | 46.63º | 0.86% | 0.56% | - |
| HSV(B) | 46.63º | 0.81% | 0.94% | - |
| XYZ | 55.83 | 58.03 | 10.84 | - |
| YUV | 191.76 | 45.75 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 46 | 0 | 0.18 | 0.81 | 0.06 | 46.63 | 0.86 | 0.56 |
| Hex | EF | C4 | 2E | 0 | 12 | 51 | 6 | 2F | 56 | 38 |
| Octal | 357 | 304 | 56 | 0 | 22 | 121 | 6 | 57 | 126 | 70 |
| Binary | 11101111 | 11000100 | 101110 | 0 | 10010 | 1010001 | 110 | 101111 | 1010110 | 111000 |
Color Harmonies of #EFC42E
Complementary color
Monochromatic Colors of #EFC42E
Black with #EFC42E
Text Example
Text Example
White with #EFC42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC42E; }
p { color: rgb(239,196,46); }
H1.HeaderClassName
{
color: #EFC42E;
}
.AnyTagClassName
{
color: #EFC42E;
}
</style>
background-color css
<style>
a { background-color: #EFC42E; }
a { background-color: rgb(239,196,46); }
div.DivClassName
{
background-color: #EFC42E;
}
.BgClassName
{
background-color: #EFC42E;
}
</style>
border-color css
<style>
span { border-color: #EFC42E; }
span { border-color: rgb(239,196,46); }
td.TdClassName
{
border-color: #EFC42E;
}
.TagClassName
{
border-color: #EFC42E;
}
</style>