Shades of Festival #EFC94D
Tints of Festival #EFC94D
RGB
CMYK
RGB Variations
Color information
#EFC94D (or 0xEFC94D) is known color: Festival. HEX triplet: EF, C9 and 4D. RGB value is (239,201,77). Sum of RGB (Red+Green+Blue) = 239+201+77=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC94D is #1036B2. Grayscale: #C6C6C6. Windows color (decimal): -1062579 or 5097967. OLE color: 5097967.
HSL color Cylindrical-coordinate representation of color #EFC94D: hue angle of 45.93º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFC94D is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 77 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.06 |
| HSL | 45.93º | 0.84% | 0.62% | - |
| HSV(B) | 45.93º | 0.68% | 0.94% | - |
| XYZ | 57.82 | 60.66 | 15.68 | - |
| YUV | 198.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 77 | 0 | 0.16 | 0.68 | 0.06 | 45.93 | 0.84 | 0.62 |
| Hex | EF | C9 | 4D | 0 | 10 | 44 | 6 | 2E | 54 | 3E |
| Octal | 357 | 311 | 115 | 0 | 20 | 104 | 6 | 56 | 124 | 76 |
| Binary | 11101111 | 11001001 | 1001101 | 0 | 10000 | 1000100 | 110 | 101110 | 1010100 | 111110 |
Color Harmonies of #EFC94D
Complementary color
Monochromatic Colors of #EFC94D
Black with #EFC94D
Text Example
Text Example
White with #EFC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC94D; }
p { color: rgb(239,201,77); }
H1.HeaderClassName
{
color: #EFC94D;
}
.AnyTagClassName
{
color: #EFC94D;
}
</style>
background-color css
<style>
a { background-color: #EFC94D; }
a { background-color: rgb(239,201,77); }
div.DivClassName
{
background-color: #EFC94D;
}
.BgClassName
{
background-color: #EFC94D;
}
</style>
border-color css
<style>
span { border-color: #EFC94D; }
span { border-color: rgb(239,201,77); }
td.TdClassName
{
border-color: #EFC94D;
}
.TagClassName
{
border-color: #EFC94D;
}
</style>