Shades of Saffron #EFC934
Tints of Saffron #EFC934
RGB
CMYK
RGB Variations
Color information
#EFC934 (or 0xEFC934) is known color: Saffron. HEX triplet: EF, C9 and 34. RGB value is (239,201,52). Sum of RGB (Red+Green+Blue) = 239+201+52=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC934 is #1036CB. Grayscale: #C4C4C4. Windows color (decimal): -1062604 or 3459567. OLE color: 3459567.
HSL color Cylindrical-coordinate representation of color #EFC934: hue angle of 47.81º 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 #EFC934 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 52 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.06 |
| HSL | 47.81º | 0.85% | 0.57% | - |
| HSV(B) | 47.81º | 0.78% | 0.94% | - |
| XYZ | 57.1 | 60.37 | 11.89 | - |
| YUV | 195.38 | 47.09 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 52 | 0 | 0.16 | 0.78 | 0.06 | 47.81 | 0.85 | 0.57 |
| Hex | EF | C9 | 34 | 0 | 10 | 4E | 6 | 30 | 55 | 39 |
| Octal | 357 | 311 | 64 | 0 | 20 | 116 | 6 | 60 | 125 | 71 |
| Binary | 11101111 | 11001001 | 110100 | 0 | 10000 | 1001110 | 110 | 110000 | 1010101 | 111001 |
Color Harmonies of #EFC934
Complementary color
Monochromatic Colors of #EFC934
Black with #EFC934
Text Example
Text Example
White with #EFC934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC934; }
p { color: rgb(239,201,52); }
H1.HeaderClassName
{
color: #EFC934;
}
.AnyTagClassName
{
color: #EFC934;
}
</style>
background-color css
<style>
a { background-color: #EFC934; }
a { background-color: rgb(239,201,52); }
div.DivClassName
{
background-color: #EFC934;
}
.BgClassName
{
background-color: #EFC934;
}
</style>
border-color css
<style>
span { border-color: #EFC934; }
span { border-color: rgb(239,201,52); }
td.TdClassName
{
border-color: #EFC934;
}
.TagClassName
{
border-color: #EFC934;
}
</style>