Shades of Saffron #EFC42C
Tints of Saffron #EFC42C
RGB
CMYK
RGB Variations
Color information
#EFC42C (or 0xEFC42C) is known color: Saffron. HEX triplet: EF, C4 and 2C. RGB value is (239,196,44). Sum of RGB (Red+Green+Blue) = 239+196+44=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC42C is #103BD3. Grayscale: #C0C0C0. Windows color (decimal): -1063892 or 2933999. OLE color: 2933999.
HSL color Cylindrical-coordinate representation of color #EFC42C: hue angle of 46.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFC42C is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 44 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.06 |
| HSL | 46.77º | 0.86% | 0.55% | - |
| HSV(B) | 46.77º | 0.82% | 0.94% | - |
| XYZ | 55.79 | 58.01 | 10.64 | - |
| YUV | 191.53 | 44.75 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 44 | 0 | 0.18 | 0.82 | 0.06 | 46.77 | 0.86 | 0.55 |
| Hex | EF | C4 | 2C | 0 | 12 | 52 | 6 | 2F | 56 | 37 |
| Octal | 357 | 304 | 54 | 0 | 22 | 122 | 6 | 57 | 126 | 67 |
| Binary | 11101111 | 11000100 | 101100 | 0 | 10010 | 1010010 | 110 | 101111 | 1010110 | 110111 |
Color Harmonies of #EFC42C
Complementary color
Monochromatic Colors of #EFC42C
Black with #EFC42C
Text Example
Text Example
White with #EFC42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC42C; }
p { color: rgb(239,196,44); }
H1.HeaderClassName
{
color: #EFC42C;
}
.AnyTagClassName
{
color: #EFC42C;
}
</style>
background-color css
<style>
a { background-color: #EFC42C; }
a { background-color: rgb(239,196,44); }
div.DivClassName
{
background-color: #EFC42C;
}
.BgClassName
{
background-color: #EFC42C;
}
</style>
border-color css
<style>
span { border-color: #EFC42C; }
span { border-color: rgb(239,196,44); }
td.TdClassName
{
border-color: #EFC42C;
}
.TagClassName
{
border-color: #EFC42C;
}
</style>