Shades of Saffron #EFC135
Tints of Saffron #EFC135
RGB
CMYK
RGB Variations
Color information
#EFC135 (or 0xEFC135) is known color: Saffron. HEX triplet: EF, C1 and 35. RGB value is (239,193,53). Sum of RGB (Red+Green+Blue) = 239+193+53=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 193 (75.78% from 255 or 39.79% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC135 is #103ECA. Grayscale: #BFBFBF. Windows color (decimal): -1064651 or 3523055. OLE color: 3523055.
HSL color Cylindrical-coordinate representation of color #EFC135: hue angle of 45.16º 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 #EFC135 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 53 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.06 |
| HSL | 45.16º | 0.85% | 0.57% | - |
| HSV(B) | 45.16º | 0.78% | 0.94% | - |
| XYZ | 55.31 | 56.75 | 11.41 | - |
| YUV | 190.79 | 50.24 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 53 | 0 | 0.19 | 0.78 | 0.06 | 45.16 | 0.85 | 0.57 |
| Hex | EF | C1 | 35 | 0 | 13 | 4E | 6 | 2D | 55 | 39 |
| Octal | 357 | 301 | 65 | 0 | 23 | 116 | 6 | 55 | 125 | 71 |
| Binary | 11101111 | 11000001 | 110101 | 0 | 10011 | 1001110 | 110 | 101101 | 1010101 | 111001 |
Color Harmonies of #EFC135
Complementary color
Monochromatic Colors of #EFC135
Black with #EFC135
Text Example
Text Example
White with #EFC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC135; }
p { color: rgb(239,193,53); }
H1.HeaderClassName
{
color: #EFC135;
}
.AnyTagClassName
{
color: #EFC135;
}
</style>
background-color css
<style>
a { background-color: #EFC135; }
a { background-color: rgb(239,193,53); }
div.DivClassName
{
background-color: #EFC135;
}
.BgClassName
{
background-color: #EFC135;
}
</style>
border-color css
<style>
span { border-color: #EFC135; }
span { border-color: rgb(239,193,53); }
td.TdClassName
{
border-color: #EFC135;
}
.TagClassName
{
border-color: #EFC135;
}
</style>