Shades of Festival #EFC640
Tints of Festival #EFC640
RGB
CMYK
RGB Variations
Color information
#EFC640 (or 0xEFC640) is known color: Festival. HEX triplet: EF, C6 and 40. RGB value is (239,198,64). Sum of RGB (Red+Green+Blue) = 239+198+64=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC640 is #1039BF. Grayscale: #C3C3C3. Windows color (decimal): -1063360 or 4245231. OLE color: 4245231.
HSL color Cylindrical-coordinate representation of color #EFC640: hue angle of 45.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFC640 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 64 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.06 |
| HSL | 45.94º | 0.85% | 0.59% | - |
| HSV(B) | 45.94º | 0.73% | 0.94% | - |
| XYZ | 56.72 | 59.11 | 13.27 | - |
| YUV | 194.98 | 54.08 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 64 | 0 | 0.17 | 0.73 | 0.06 | 45.94 | 0.85 | 0.59 |
| Hex | EF | C6 | 40 | 0 | 11 | 49 | 6 | 2E | 55 | 3B |
| Octal | 357 | 306 | 100 | 0 | 21 | 111 | 6 | 56 | 125 | 73 |
| Binary | 11101111 | 11000110 | 1000000 | 0 | 10001 | 1001001 | 110 | 101110 | 1010101 | 111011 |
Color Harmonies of #EFC640
Complementary color
Monochromatic Colors of #EFC640
Black with #EFC640
Text Example
Text Example
White with #EFC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC640; }
p { color: rgb(239,198,64); }
H1.HeaderClassName
{
color: #EFC640;
}
.AnyTagClassName
{
color: #EFC640;
}
</style>
background-color css
<style>
a { background-color: #EFC640; }
a { background-color: rgb(239,198,64); }
div.DivClassName
{
background-color: #EFC640;
}
.BgClassName
{
background-color: #EFC640;
}
</style>
border-color css
<style>
span { border-color: #EFC640; }
span { border-color: rgb(239,198,64); }
td.TdClassName
{
border-color: #EFC640;
}
.TagClassName
{
border-color: #EFC640;
}
</style>