Shades of Festival #EFCC49
Tints of Festival #EFCC49
RGB
CMYK
RGB Variations
Color information
#EFCC49 (or 0xEFCC49) is known color: Festival. HEX triplet: EF, CC and 49. RGB value is (239,204,73). Sum of RGB (Red+Green+Blue) = 239+204+73=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC49 is #1033B6. Grayscale: #C8C8C8. Windows color (decimal): -1061815 or 4836591. OLE color: 4836591.
HSL color Cylindrical-coordinate representation of color #EFCC49: hue angle of 47.35º 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 #EFCC49 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 73 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.06 |
| HSL | 47.35º | 0.84% | 0.61% | - |
| HSV(B) | 47.35º | 0.69% | 0.94% | - |
| XYZ | 58.39 | 62.02 | 15.2 | - |
| YUV | 199.53 | 56.6 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 73 | 0 | 0.15 | 0.69 | 0.06 | 47.35 | 0.84 | 0.61 |
| Hex | EF | CC | 49 | 0 | F | 45 | 6 | 2F | 54 | 3D |
| Octal | 357 | 314 | 111 | 0 | 17 | 105 | 6 | 57 | 124 | 75 |
| Binary | 11101111 | 11001100 | 1001001 | 0 | 1111 | 1000101 | 110 | 101111 | 1010100 | 111101 |
Color Harmonies of #EFCC49
Complementary color
Monochromatic Colors of #EFCC49
Black with #EFCC49
Text Example
Text Example
White with #EFCC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC49; }
p { color: rgb(239,204,73); }
H1.HeaderClassName
{
color: #EFCC49;
}
.AnyTagClassName
{
color: #EFCC49;
}
</style>
background-color css
<style>
a { background-color: #EFCC49; }
a { background-color: rgb(239,204,73); }
div.DivClassName
{
background-color: #EFCC49;
}
.BgClassName
{
background-color: #EFCC49;
}
</style>
border-color css
<style>
span { border-color: #EFCC49; }
span { border-color: rgb(239,204,73); }
td.TdClassName
{
border-color: #EFCC49;
}
.TagClassName
{
border-color: #EFCC49;
}
</style>