Shades of Festival #EFC642
Tints of Festival #EFC642
RGB
CMYK
RGB Variations
Color information
#EFC642 (or 0xEFC642) is known color: Festival. HEX triplet: EF, C6 and 42. RGB value is (239,198,66). Sum of RGB (Red+Green+Blue) = 239+198+66=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC642 is #1039BD. Grayscale: #C3C3C3. Windows color (decimal): -1063358 or 4376303. OLE color: 4376303.
HSL color Cylindrical-coordinate representation of color #EFC642: hue angle of 45.78º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFC642 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 66 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.06 |
| HSL | 45.78º | 0.84% | 0.6% | - |
| HSV(B) | 45.78º | 0.72% | 0.94% | - |
| XYZ | 56.77 | 59.13 | 13.58 | - |
| YUV | 195.21 | 55.08 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 66 | 0 | 0.17 | 0.72 | 0.06 | 45.78 | 0.84 | 0.6 |
| Hex | EF | C6 | 42 | 0 | 11 | 48 | 6 | 2E | 54 | 3C |
| Octal | 357 | 306 | 102 | 0 | 21 | 110 | 6 | 56 | 124 | 74 |
| Binary | 11101111 | 11000110 | 1000010 | 0 | 10001 | 1001000 | 110 | 101110 | 1010100 | 111100 |
Color Harmonies of #EFC642
Complementary color
Monochromatic Colors of #EFC642
Black with #EFC642
Text Example
Text Example
White with #EFC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC642; }
p { color: rgb(239,198,66); }
H1.HeaderClassName
{
color: #EFC642;
}
.AnyTagClassName
{
color: #EFC642;
}
</style>
background-color css
<style>
a { background-color: #EFC642; }
a { background-color: rgb(239,198,66); }
div.DivClassName
{
background-color: #EFC642;
}
.BgClassName
{
background-color: #EFC642;
}
</style>
border-color css
<style>
span { border-color: #EFC642; }
span { border-color: rgb(239,198,66); }
td.TdClassName
{
border-color: #EFC642;
}
.TagClassName
{
border-color: #EFC642;
}
</style>