Shades of Saffron #EFC532
Tints of Saffron #EFC532
RGB
CMYK
RGB Variations
Color information
#EFC532 (or 0xEFC532) is known color: Saffron. HEX triplet: EF, C5 and 32. RGB value is (239,197,50). Sum of RGB (Red+Green+Blue) = 239+197+50=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC532 is #103ACD. Grayscale: #C1C1C1. Windows color (decimal): -1063630 or 3327471. OLE color: 3327471.
HSL color Cylindrical-coordinate representation of color #EFC532: hue angle of 46.67º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EFC532 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 50 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.06 |
| HSL | 46.67º | 0.86% | 0.57% | - |
| HSV(B) | 46.67º | 0.79% | 0.94% | - |
| XYZ | 56.14 | 58.51 | 11.35 | - |
| YUV | 192.8 | 47.41 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 50 | 0 | 0.18 | 0.79 | 0.06 | 46.67 | 0.86 | 0.57 |
| Hex | EF | C5 | 32 | 0 | 12 | 4F | 6 | 2F | 56 | 39 |
| Octal | 357 | 305 | 62 | 0 | 22 | 117 | 6 | 57 | 126 | 71 |
| Binary | 11101111 | 11000101 | 110010 | 0 | 10010 | 1001111 | 110 | 101111 | 1010110 | 111001 |
Color Harmonies of #EFC532
Complementary color
Monochromatic Colors of #EFC532
Black with #EFC532
Text Example
Text Example
White with #EFC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC532; }
p { color: rgb(239,197,50); }
H1.HeaderClassName
{
color: #EFC532;
}
.AnyTagClassName
{
color: #EFC532;
}
</style>
background-color css
<style>
a { background-color: #EFC532; }
a { background-color: rgb(239,197,50); }
div.DivClassName
{
background-color: #EFC532;
}
.BgClassName
{
background-color: #EFC532;
}
</style>
border-color css
<style>
span { border-color: #EFC532; }
span { border-color: rgb(239,197,50); }
td.TdClassName
{
border-color: #EFC532;
}
.TagClassName
{
border-color: #EFC532;
}
</style>