Shades of Saffron #EFC73C
Tints of Saffron #EFC73C
RGB
CMYK
RGB Variations
Color information
#EFC73C (or 0xEFC73C) is known color: Saffron. HEX triplet: EF, C7 and 3C. RGB value is (239,199,60). Sum of RGB (Red+Green+Blue) = 239+199+60=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC73C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC73C is #1038C3. Grayscale: #C3C3C3. Windows color (decimal): -1063108 or 3983343. OLE color: 3983343.
HSL color Cylindrical-coordinate representation of color #EFC73C: hue angle of 46.59º 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 #EFC73C is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 60 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.06 |
| HSL | 46.59º | 0.85% | 0.59% | - |
| HSV(B) | 46.59º | 0.75% | 0.94% | - |
| XYZ | 56.84 | 59.52 | 12.77 | - |
| YUV | 195.11 | 51.75 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 60 | 0 | 0.17 | 0.75 | 0.06 | 46.59 | 0.85 | 0.59 |
| Hex | EF | C7 | 3C | 0 | 11 | 4B | 6 | 2F | 55 | 3B |
| Octal | 357 | 307 | 74 | 0 | 21 | 113 | 6 | 57 | 125 | 73 |
| Binary | 11101111 | 11000111 | 111100 | 0 | 10001 | 1001011 | 110 | 101111 | 1010101 | 111011 |
Color Harmonies of #EFC73C
Complementary color
Monochromatic Colors of #EFC73C
Black with #EFC73C
Text Example
Text Example
White with #EFC73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC73C; }
p { color: rgb(239,199,60); }
H1.HeaderClassName
{
color: #EFC73C;
}
.AnyTagClassName
{
color: #EFC73C;
}
</style>
background-color css
<style>
a { background-color: #EFC73C; }
a { background-color: rgb(239,199,60); }
div.DivClassName
{
background-color: #EFC73C;
}
.BgClassName
{
background-color: #EFC73C;
}
</style>
border-color css
<style>
span { border-color: #EFC73C; }
span { border-color: rgb(239,199,60); }
td.TdClassName
{
border-color: #EFC73C;
}
.TagClassName
{
border-color: #EFC73C;
}
</style>