Shades of Saffron #EFC23C
Tints of Saffron #EFC23C
RGB
CMYK
RGB Variations
Color information
#EFC23C (or 0xEFC23C) is known color: Saffron. HEX triplet: EF, C2 and 3C. RGB value is (239,194,60). Sum of RGB (Red+Green+Blue) = 239+194+60=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 60 (23.83% from 255 or 12.17% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC23C is #103DC3. Grayscale: #C0C0C0. Windows color (decimal): -1064388 or 3982063. OLE color: 3982063.
HSL color Cylindrical-coordinate representation of color #EFC23C: hue angle of 44.92º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFC23C is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 60 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.06 |
| HSL | 44.92º | 0.85% | 0.59% | - |
| HSV(B) | 44.92º | 0.75% | 0.94% | - |
| XYZ | 55.7 | 57.26 | 12.39 | - |
| YUV | 192.18 | 53.41 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 60 | 0 | 0.19 | 0.75 | 0.06 | 44.92 | 0.85 | 0.59 |
| Hex | EF | C2 | 3C | 0 | 13 | 4B | 6 | 2D | 55 | 3B |
| Octal | 357 | 302 | 74 | 0 | 23 | 113 | 6 | 55 | 125 | 73 |
| Binary | 11101111 | 11000010 | 111100 | 0 | 10011 | 1001011 | 110 | 101101 | 1010101 | 111011 |
Color Harmonies of #EFC23C
Complementary color
Monochromatic Colors of #EFC23C
Black with #EFC23C
Text Example
Text Example
White with #EFC23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC23C; }
p { color: rgb(239,194,60); }
H1.HeaderClassName
{
color: #EFC23C;
}
.AnyTagClassName
{
color: #EFC23C;
}
</style>
background-color css
<style>
a { background-color: #EFC23C; }
a { background-color: rgb(239,194,60); }
div.DivClassName
{
background-color: #EFC23C;
}
.BgClassName
{
background-color: #EFC23C;
}
</style>
border-color css
<style>
span { border-color: #EFC23C; }
span { border-color: rgb(239,194,60); }
td.TdClassName
{
border-color: #EFC23C;
}
.TagClassName
{
border-color: #EFC23C;
}
</style>