Shades of Festival #EFC749
Tints of Festival #EFC749
RGB
CMYK
RGB Variations
Color information
#EFC749 (or 0xEFC749) is known color: Festival. HEX triplet: EF, C7 and 49. RGB value is (239,199,73). Sum of RGB (Red+Green+Blue) = 239+199+73=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC749 is #1038B6. Grayscale: #C5C5C5. Windows color (decimal): -1063095 or 4835311. OLE color: 4835311.
HSL color Cylindrical-coordinate representation of color #EFC749: hue angle of 45.54º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFC749 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 73 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.06 |
| HSL | 45.54º | 0.84% | 0.61% | - |
| HSV(B) | 45.54º | 0.69% | 0.94% | - |
| XYZ | 57.22 | 59.68 | 14.81 | - |
| YUV | 196.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 73 | 0 | 0.17 | 0.69 | 0.06 | 45.54 | 0.84 | 0.61 |
| Hex | EF | C7 | 49 | 0 | 11 | 45 | 6 | 2E | 54 | 3D |
| Octal | 357 | 307 | 111 | 0 | 21 | 105 | 6 | 56 | 124 | 75 |
| Binary | 11101111 | 11000111 | 1001001 | 0 | 10001 | 1000101 | 110 | 101110 | 1010100 | 111101 |
Color Harmonies of #EFC749
Complementary color
Monochromatic Colors of #EFC749
Black with #EFC749
Text Example
Text Example
White with #EFC749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC749; }
p { color: rgb(239,199,73); }
H1.HeaderClassName
{
color: #EFC749;
}
.AnyTagClassName
{
color: #EFC749;
}
</style>
background-color css
<style>
a { background-color: #EFC749; }
a { background-color: rgb(239,199,73); }
div.DivClassName
{
background-color: #EFC749;
}
.BgClassName
{
background-color: #EFC749;
}
</style>
border-color css
<style>
span { border-color: #EFC749; }
span { border-color: rgb(239,199,73); }
td.TdClassName
{
border-color: #EFC749;
}
.TagClassName
{
border-color: #EFC749;
}
</style>