Shades of Saffron #EFC836
Tints of Saffron #EFC836
RGB
CMYK
RGB Variations
Color information
#EFC836 (or 0xEFC836) is known color: Saffron. HEX triplet: EF, C8 and 36. RGB value is (239,200,54). Sum of RGB (Red+Green+Blue) = 239+200+54=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 54 (21.48% from 255 or 10.95% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC836 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC836 is #1037C9. Grayscale: #C3C3C3. Windows color (decimal): -1062858 or 3590383. OLE color: 3590383.
HSL color Cylindrical-coordinate representation of color #EFC836: hue angle of 47.35º 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 #EFC836 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 54 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.06 |
| HSL | 47.35º | 0.85% | 0.57% | - |
| HSV(B) | 47.35º | 0.77% | 0.94% | - |
| XYZ | 56.92 | 59.93 | 12.06 | - |
| YUV | 195.02 | 48.42 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 54 | 0 | 0.16 | 0.77 | 0.06 | 47.35 | 0.85 | 0.57 |
| Hex | EF | C8 | 36 | 0 | 10 | 4D | 6 | 2F | 55 | 39 |
| Octal | 357 | 310 | 66 | 0 | 20 | 115 | 6 | 57 | 125 | 71 |
| Binary | 11101111 | 11001000 | 110110 | 0 | 10000 | 1001101 | 110 | 101111 | 1010101 | 111001 |
Color Harmonies of #EFC836
Complementary color
Monochromatic Colors of #EFC836
Black with #EFC836
Text Example
Text Example
White with #EFC836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC836; }
p { color: rgb(239,200,54); }
H1.HeaderClassName
{
color: #EFC836;
}
.AnyTagClassName
{
color: #EFC836;
}
</style>
background-color css
<style>
a { background-color: #EFC836; }
a { background-color: rgb(239,200,54); }
div.DivClassName
{
background-color: #EFC836;
}
.BgClassName
{
background-color: #EFC836;
}
</style>
border-color css
<style>
span { border-color: #EFC836; }
span { border-color: rgb(239,200,54); }
td.TdClassName
{
border-color: #EFC836;
}
.TagClassName
{
border-color: #EFC836;
}
</style>