Shades of Festival #EFC94A
Tints of Festival #EFC94A
RGB
CMYK
RGB Variations
Color information
#EFC94A (or 0xEFC94A) is known color: Festival. HEX triplet: EF, C9 and 4A. RGB value is (239,201,74). Sum of RGB (Red+Green+Blue) = 239+201+74=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC94A is #1036B5. Grayscale: #C6C6C6. Windows color (decimal): -1062582 or 4901359. OLE color: 4901359.
HSL color Cylindrical-coordinate representation of color #EFC94A: hue angle of 46.18º 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 #EFC94A is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 74 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.06 |
| HSL | 46.18º | 0.84% | 0.61% | - |
| HSV(B) | 46.18º | 0.69% | 0.94% | - |
| XYZ | 57.72 | 60.62 | 15.14 | - |
| YUV | 197.88 | 58.09 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 74 | 0 | 0.16 | 0.69 | 0.06 | 46.18 | 0.84 | 0.61 |
| Hex | EF | C9 | 4A | 0 | 10 | 45 | 6 | 2E | 54 | 3D |
| Octal | 357 | 311 | 112 | 0 | 20 | 105 | 6 | 56 | 124 | 75 |
| Binary | 11101111 | 11001001 | 1001010 | 0 | 10000 | 1000101 | 110 | 101110 | 1010100 | 111101 |
Color Harmonies of #EFC94A
Complementary color
Monochromatic Colors of #EFC94A
Black with #EFC94A
Text Example
Text Example
White with #EFC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC94A; }
p { color: rgb(239,201,74); }
H1.HeaderClassName
{
color: #EFC94A;
}
.AnyTagClassName
{
color: #EFC94A;
}
</style>
background-color css
<style>
a { background-color: #EFC94A; }
a { background-color: rgb(239,201,74); }
div.DivClassName
{
background-color: #EFC94A;
}
.BgClassName
{
background-color: #EFC94A;
}
</style>
border-color css
<style>
span { border-color: #EFC94A; }
span { border-color: rgb(239,201,74); }
td.TdClassName
{
border-color: #EFC94A;
}
.TagClassName
{
border-color: #EFC94A;
}
</style>