Shades of Festival #EFC745
Tints of Festival #EFC745
RGB
CMYK
RGB Variations
Color information
#EFC745 (or 0xEFC745) is known color: Festival. HEX triplet: EF, C7 and 45. RGB value is (239,199,69). Sum of RGB (Red+Green+Blue) = 239+199+69=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC745 is #1038BA. Grayscale: #C4C4C4. Windows color (decimal): -1063099 or 4573167. OLE color: 4573167.
HSL color Cylindrical-coordinate representation of color #EFC745: hue angle of 45.88º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFC745 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 69 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.06 |
| HSL | 45.88º | 0.84% | 0.6% | - |
| HSV(B) | 45.88º | 0.71% | 0.94% | - |
| XYZ | 57.09 | 59.63 | 14.13 | - |
| YUV | 196.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 69 | 0 | 0.17 | 0.71 | 0.06 | 45.88 | 0.84 | 0.6 |
| Hex | EF | C7 | 45 | 0 | 11 | 47 | 6 | 2E | 54 | 3C |
| Octal | 357 | 307 | 105 | 0 | 21 | 107 | 6 | 56 | 124 | 74 |
| Binary | 11101111 | 11000111 | 1000101 | 0 | 10001 | 1000111 | 110 | 101110 | 1010100 | 111100 |
Color Harmonies of #EFC745
Complementary color
Monochromatic Colors of #EFC745
Black with #EFC745
Text Example
Text Example
White with #EFC745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC745; }
p { color: rgb(239,199,69); }
H1.HeaderClassName
{
color: #EFC745;
}
.AnyTagClassName
{
color: #EFC745;
}
</style>
background-color css
<style>
a { background-color: #EFC745; }
a { background-color: rgb(239,199,69); }
div.DivClassName
{
background-color: #EFC745;
}
.BgClassName
{
background-color: #EFC745;
}
</style>
border-color css
<style>
span { border-color: #EFC745; }
span { border-color: rgb(239,199,69); }
td.TdClassName
{
border-color: #EFC745;
}
.TagClassName
{
border-color: #EFC745;
}
</style>