Shades of Festival #EFC741
Tints of Festival #EFC741
RGB
CMYK
RGB Variations
Color information
#EFC741 (or 0xEFC741) is known color: Festival. HEX triplet: EF, C7 and 41. RGB value is (239,199,65). Sum of RGB (Red+Green+Blue) = 239+199+65=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 65 (25.78% from 255 or 12.92% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC741 is #1038BE. Grayscale: #C4C4C4. Windows color (decimal): -1063103 or 4311023. OLE color: 4311023.
HSL color Cylindrical-coordinate representation of color #EFC741: hue angle of 46.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFC741 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 65 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.06 |
| HSL | 46.21º | 0.84% | 0.6% | - |
| HSV(B) | 46.21º | 0.73% | 0.94% | - |
| XYZ | 56.97 | 59.58 | 13.5 | - |
| YUV | 195.68 | 54.25 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 65 | 0 | 0.17 | 0.73 | 0.06 | 46.21 | 0.84 | 0.6 |
| Hex | EF | C7 | 41 | 0 | 11 | 49 | 6 | 2E | 54 | 3C |
| Octal | 357 | 307 | 101 | 0 | 21 | 111 | 6 | 56 | 124 | 74 |
| Binary | 11101111 | 11000111 | 1000001 | 0 | 10001 | 1001001 | 110 | 101110 | 1010100 | 111100 |
Color Harmonies of #EFC741
Complementary color
Monochromatic Colors of #EFC741
Black with #EFC741
Text Example
Text Example
White with #EFC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC741; }
p { color: rgb(239,199,65); }
H1.HeaderClassName
{
color: #EFC741;
}
.AnyTagClassName
{
color: #EFC741;
}
</style>
background-color css
<style>
a { background-color: #EFC741; }
a { background-color: rgb(239,199,65); }
div.DivClassName
{
background-color: #EFC741;
}
.BgClassName
{
background-color: #EFC741;
}
</style>
border-color css
<style>
span { border-color: #EFC741; }
span { border-color: rgb(239,199,65); }
td.TdClassName
{
border-color: #EFC741;
}
.TagClassName
{
border-color: #EFC741;
}
</style>