Shades of Festival #EFC94F
Tints of Festival #EFC94F
RGB
CMYK
RGB Variations
Color information
#EFC94F (or 0xEFC94F) is known color: Festival. HEX triplet: EF, C9 and 4F. RGB value is (239,201,79). Sum of RGB (Red+Green+Blue) = 239+201+79=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 79 (31.25% from 255 or 15.22% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC94F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC94F is #1036B0. Grayscale: #C6C6C6. Windows color (decimal): -1062577 or 5229039. OLE color: 5229039.
HSL color Cylindrical-coordinate representation of color #EFC94F: hue angle of 45.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFC94F is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 79 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.06 |
| HSL | 45.75º | 0.83% | 0.62% | - |
| HSV(B) | 45.75º | 0.67% | 0.94% | - |
| XYZ | 57.89 | 60.69 | 16.06 | - |
| YUV | 198.45 | 60.59 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 79 | 0 | 0.16 | 0.67 | 0.06 | 45.75 | 0.83 | 0.62 |
| Hex | EF | C9 | 4F | 0 | 10 | 43 | 6 | 2E | 53 | 3E |
| Octal | 357 | 311 | 117 | 0 | 20 | 103 | 6 | 56 | 123 | 76 |
| Binary | 11101111 | 11001001 | 1001111 | 0 | 10000 | 1000011 | 110 | 101110 | 1010011 | 111110 |
Color Harmonies of #EFC94F
Complementary color
Monochromatic Colors of #EFC94F
Black with #EFC94F
Text Example
Text Example
White with #EFC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC94F; }
p { color: rgb(239,201,79); }
H1.HeaderClassName
{
color: #EFC94F;
}
.AnyTagClassName
{
color: #EFC94F;
}
</style>
background-color css
<style>
a { background-color: #EFC94F; }
a { background-color: rgb(239,201,79); }
div.DivClassName
{
background-color: #EFC94F;
}
.BgClassName
{
background-color: #EFC94F;
}
</style>
border-color css
<style>
span { border-color: #EFC94F; }
span { border-color: rgb(239,201,79); }
td.TdClassName
{
border-color: #EFC94F;
}
.TagClassName
{
border-color: #EFC94F;
}
</style>