Shades of Saffron #EFC235
Tints of Saffron #EFC235
RGB
CMYK
RGB Variations
Color information
#EFC235 (or 0xEFC235) is known color: Saffron. HEX triplet: EF, C2 and 35. RGB value is (239,194,53). Sum of RGB (Red+Green+Blue) = 239+194+53=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC235 is #103DCA. Grayscale: #BFBFBF. Windows color (decimal): -1064395 or 3523311. OLE color: 3523311.
HSL color Cylindrical-coordinate representation of color #EFC235: hue angle of 45.48º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFC235 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 53 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.06 |
| HSL | 45.48º | 0.85% | 0.57% | - |
| HSV(B) | 45.48º | 0.78% | 0.94% | - |
| XYZ | 55.53 | 57.19 | 11.48 | - |
| YUV | 191.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 53 | 0 | 0.19 | 0.78 | 0.06 | 45.48 | 0.85 | 0.57 |
| Hex | EF | C2 | 35 | 0 | 13 | 4E | 6 | 2D | 55 | 39 |
| Octal | 357 | 302 | 65 | 0 | 23 | 116 | 6 | 55 | 125 | 71 |
| Binary | 11101111 | 11000010 | 110101 | 0 | 10011 | 1001110 | 110 | 101101 | 1010101 | 111001 |
Color Harmonies of #EFC235
Complementary color
Monochromatic Colors of #EFC235
Black with #EFC235
Text Example
Text Example
White with #EFC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC235; }
p { color: rgb(239,194,53); }
H1.HeaderClassName
{
color: #EFC235;
}
.AnyTagClassName
{
color: #EFC235;
}
</style>
background-color css
<style>
a { background-color: #EFC235; }
a { background-color: rgb(239,194,53); }
div.DivClassName
{
background-color: #EFC235;
}
.BgClassName
{
background-color: #EFC235;
}
</style>
border-color css
<style>
span { border-color: #EFC235; }
span { border-color: rgb(239,194,53); }
td.TdClassName
{
border-color: #EFC235;
}
.TagClassName
{
border-color: #EFC235;
}
</style>