Shades of Festival #EFC94C
Tints of Festival #EFC94C
RGB
CMYK
RGB Variations
Color information
#EFC94C (or 0xEFC94C) is known color: Festival. HEX triplet: EF, C9 and 4C. RGB value is (239,201,76). Sum of RGB (Red+Green+Blue) = 239+201+76=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC94C is #1036B3. Grayscale: #C6C6C6. Windows color (decimal): -1062580 or 5032431. OLE color: 5032431.
HSL color Cylindrical-coordinate representation of color #EFC94C: hue angle of 46.01º 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 #EFC94C is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 76 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.06 |
| HSL | 46.01º | 0.84% | 0.62% | - |
| HSV(B) | 46.01º | 0.68% | 0.94% | - |
| XYZ | 57.79 | 60.65 | 15.5 | - |
| YUV | 198.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 76 | 0 | 0.16 | 0.68 | 0.06 | 46.01 | 0.84 | 0.62 |
| Hex | EF | C9 | 4C | 0 | 10 | 44 | 6 | 2E | 54 | 3E |
| Octal | 357 | 311 | 114 | 0 | 20 | 104 | 6 | 56 | 124 | 76 |
| Binary | 11101111 | 11001001 | 1001100 | 0 | 10000 | 1000100 | 110 | 101110 | 1010100 | 111110 |
Color Harmonies of #EFC94C
Complementary color
Monochromatic Colors of #EFC94C
Black with #EFC94C
Text Example
Text Example
White with #EFC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC94C; }
p { color: rgb(239,201,76); }
H1.HeaderClassName
{
color: #EFC94C;
}
.AnyTagClassName
{
color: #EFC94C;
}
</style>
background-color css
<style>
a { background-color: #EFC94C; }
a { background-color: rgb(239,201,76); }
div.DivClassName
{
background-color: #EFC94C;
}
.BgClassName
{
background-color: #EFC94C;
}
</style>
border-color css
<style>
span { border-color: #EFC94C; }
span { border-color: rgb(239,201,76); }
td.TdClassName
{
border-color: #EFC94C;
}
.TagClassName
{
border-color: #EFC94C;
}
</style>