Shades of Saffron #EFC936
Tints of Saffron #EFC936
RGB
CMYK
RGB Variations
Color information
#EFC936 (or 0xEFC936) is known color: Saffron. HEX triplet: EF, C9 and 36. RGB value is (239,201,54). Sum of RGB (Red+Green+Blue) = 239+201+54=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 54 (21.48% from 255 or 10.93% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC936 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC936 is #1036C9. Grayscale: #C4C4C4. Windows color (decimal): -1062602 or 3590639. OLE color: 3590639.
HSL color Cylindrical-coordinate representation of color #EFC936: hue angle of 47.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EFC936 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 54 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.06 |
| HSL | 47.68º | 0.85% | 0.57% | - |
| HSV(B) | 47.68º | 0.77% | 0.94% | - |
| XYZ | 57.15 | 60.39 | 12.13 | - |
| YUV | 195.6 | 48.09 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 54 | 0 | 0.16 | 0.77 | 0.06 | 47.68 | 0.85 | 0.57 |
| Hex | EF | C9 | 36 | 0 | 10 | 4D | 6 | 30 | 55 | 39 |
| Octal | 357 | 311 | 66 | 0 | 20 | 115 | 6 | 60 | 125 | 71 |
| Binary | 11101111 | 11001001 | 110110 | 0 | 10000 | 1001101 | 110 | 110000 | 1010101 | 111001 |
Color Harmonies of #EFC936
Complementary color
Monochromatic Colors of #EFC936
Black with #EFC936
Text Example
Text Example
White with #EFC936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC936; }
p { color: rgb(239,201,54); }
H1.HeaderClassName
{
color: #EFC936;
}
.AnyTagClassName
{
color: #EFC936;
}
</style>
background-color css
<style>
a { background-color: #EFC936; }
a { background-color: rgb(239,201,54); }
div.DivClassName
{
background-color: #EFC936;
}
.BgClassName
{
background-color: #EFC936;
}
</style>
border-color css
<style>
span { border-color: #EFC936; }
span { border-color: rgb(239,201,54); }
td.TdClassName
{
border-color: #EFC936;
}
.TagClassName
{
border-color: #EFC936;
}
</style>