Shades of Saffron #EFC438
Tints of Saffron #EFC438
RGB
CMYK
RGB Variations
Color information
#EFC438 (or 0xEFC438) is known color: Saffron. HEX triplet: EF, C4 and 38. RGB value is (239,196,56). Sum of RGB (Red+Green+Blue) = 239+196+56=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC438 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC438 is #103BC7. Grayscale: #C1C1C1. Windows color (decimal): -1063880 or 3720431. OLE color: 3720431.
HSL color Cylindrical-coordinate representation of color #EFC438: hue angle of 45.9º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFC438 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 56 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.06 |
| HSL | 45.9º | 0.85% | 0.58% | - |
| HSV(B) | 45.9º | 0.77% | 0.94% | - |
| XYZ | 56.05 | 58.12 | 12 | - |
| YUV | 192.9 | 50.75 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 56 | 0 | 0.18 | 0.77 | 0.06 | 45.9 | 0.85 | 0.58 |
| Hex | EF | C4 | 38 | 0 | 12 | 4D | 6 | 2E | 55 | 3A |
| Octal | 357 | 304 | 70 | 0 | 22 | 115 | 6 | 56 | 125 | 72 |
| Binary | 11101111 | 11000100 | 111000 | 0 | 10010 | 1001101 | 110 | 101110 | 1010101 | 111010 |
Color Harmonies of #EFC438
Complementary color
Monochromatic Colors of #EFC438
Black with #EFC438
Text Example
Text Example
White with #EFC438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC438; }
p { color: rgb(239,196,56); }
H1.HeaderClassName
{
color: #EFC438;
}
.AnyTagClassName
{
color: #EFC438;
}
</style>
background-color css
<style>
a { background-color: #EFC438; }
a { background-color: rgb(239,196,56); }
div.DivClassName
{
background-color: #EFC438;
}
.BgClassName
{
background-color: #EFC438;
}
</style>
border-color css
<style>
span { border-color: #EFC438; }
span { border-color: rgb(239,196,56); }
td.TdClassName
{
border-color: #EFC438;
}
.TagClassName
{
border-color: #EFC438;
}
</style>