Shades of Saffron #EFC935
Tints of Saffron #EFC935
RGB
CMYK
RGB Variations
Color information
#EFC935 (or 0xEFC935) is known color: Saffron. HEX triplet: EF, C9 and 35. RGB value is (239,201,53). Sum of RGB (Red+Green+Blue) = 239+201+53=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 53 (21.09% from 255 or 10.75% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC935 is #1036CA. Grayscale: #C4C4C4. Windows color (decimal): -1062603 or 3525103. OLE color: 3525103.
HSL color Cylindrical-coordinate representation of color #EFC935: hue angle of 47.74º 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 #EFC935 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 53 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.06 |
| HSL | 47.74º | 0.85% | 0.57% | - |
| HSV(B) | 47.74º | 0.78% | 0.94% | - |
| XYZ | 57.13 | 60.38 | 12.01 | - |
| YUV | 195.49 | 47.59 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 53 | 0 | 0.16 | 0.78 | 0.06 | 47.74 | 0.85 | 0.57 |
| Hex | EF | C9 | 35 | 0 | 10 | 4E | 6 | 30 | 55 | 39 |
| Octal | 357 | 311 | 65 | 0 | 20 | 116 | 6 | 60 | 125 | 71 |
| Binary | 11101111 | 11001001 | 110101 | 0 | 10000 | 1001110 | 110 | 110000 | 1010101 | 111001 |
Color Harmonies of #EFC935
Complementary color
Monochromatic Colors of #EFC935
Black with #EFC935
Text Example
Text Example
White with #EFC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC935; }
p { color: rgb(239,201,53); }
H1.HeaderClassName
{
color: #EFC935;
}
.AnyTagClassName
{
color: #EFC935;
}
</style>
background-color css
<style>
a { background-color: #EFC935; }
a { background-color: rgb(239,201,53); }
div.DivClassName
{
background-color: #EFC935;
}
.BgClassName
{
background-color: #EFC935;
}
</style>
border-color css
<style>
span { border-color: #EFC935; }
span { border-color: rgb(239,201,53); }
td.TdClassName
{
border-color: #EFC935;
}
.TagClassName
{
border-color: #EFC935;
}
</style>