Shades of Saffron #EFC03E
Tints of Saffron #EFC03E
RGB
CMYK
RGB Variations
Color information
#EFC03E (or 0xEFC03E) is known color: Saffron. HEX triplet: EF, C0 and 3E. RGB value is (239,192,62). Sum of RGB (Red+Green+Blue) = 239+192+62=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC03E is #103FC1. Grayscale: #BFBFBF. Windows color (decimal): -1064898 or 4112623. OLE color: 4112623.
HSL color Cylindrical-coordinate representation of color #EFC03E: hue angle of 44.07º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFC03E is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 62 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.06 |
| HSL | 44.07º | 0.85% | 0.59% | - |
| HSV(B) | 44.07º | 0.74% | 0.94% | - |
| XYZ | 55.32 | 56.4 | 12.53 | - |
| YUV | 191.23 | 55.07 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 62 | 0 | 0.20 | 0.74 | 0.06 | 44.07 | 0.85 | 0.59 |
| Hex | EF | C0 | 3E | 0 | 14 | 4A | 6 | 2C | 55 | 3B |
| Octal | 357 | 300 | 76 | 0 | 24 | 112 | 6 | 54 | 125 | 73 |
| Binary | 11101111 | 11000000 | 111110 | 0 | 10100 | 1001010 | 110 | 101100 | 1010101 | 111011 |
Color Harmonies of #EFC03E
Complementary color
Monochromatic Colors of #EFC03E
Black with #EFC03E
Text Example
Text Example
White with #EFC03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC03E; }
p { color: rgb(239,192,62); }
H1.HeaderClassName
{
color: #EFC03E;
}
.AnyTagClassName
{
color: #EFC03E;
}
</style>
background-color css
<style>
a { background-color: #EFC03E; }
a { background-color: rgb(239,192,62); }
div.DivClassName
{
background-color: #EFC03E;
}
.BgClassName
{
background-color: #EFC03E;
}
</style>
border-color css
<style>
span { border-color: #EFC03E; }
span { border-color: rgb(239,192,62); }
td.TdClassName
{
border-color: #EFC03E;
}
.TagClassName
{
border-color: #EFC03E;
}
</style>