Shades of Festival #EFCD49
Tints of Festival #EFCD49
RGB
CMYK
RGB Variations
Color information
#EFCD49 (or 0xEFCD49) is known color: Festival. HEX triplet: EF, CD and 49. RGB value is (239,205,73). Sum of RGB (Red+Green+Blue) = 239+205+73=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD49 is #1032B6. Grayscale: #C8C8C8. Windows color (decimal): -1061559 or 4836847. OLE color: 4836847.
HSL color Cylindrical-coordinate representation of color #EFCD49: hue angle of 47.71º 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 #EFCD49 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 73 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.06 |
| HSL | 47.71º | 0.84% | 0.61% | - |
| HSV(B) | 47.71º | 0.69% | 0.94% | - |
| XYZ | 58.63 | 62.49 | 15.28 | - |
| YUV | 200.12 | 56.26 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 73 | 0 | 0.14 | 0.69 | 0.06 | 47.71 | 0.84 | 0.61 |
| Hex | EF | CD | 49 | 0 | E | 45 | 6 | 30 | 54 | 3D |
| Octal | 357 | 315 | 111 | 0 | 16 | 105 | 6 | 60 | 124 | 75 |
| Binary | 11101111 | 11001101 | 1001001 | 0 | 1110 | 1000101 | 110 | 110000 | 1010100 | 111101 |
Color Harmonies of #EFCD49
Complementary color
Monochromatic Colors of #EFCD49
Black with #EFCD49
Text Example
Text Example
White with #EFCD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD49; }
p { color: rgb(239,205,73); }
H1.HeaderClassName
{
color: #EFCD49;
}
.AnyTagClassName
{
color: #EFCD49;
}
</style>
background-color css
<style>
a { background-color: #EFCD49; }
a { background-color: rgb(239,205,73); }
div.DivClassName
{
background-color: #EFCD49;
}
.BgClassName
{
background-color: #EFCD49;
}
</style>
border-color css
<style>
span { border-color: #EFCD49; }
span { border-color: rgb(239,205,73); }
td.TdClassName
{
border-color: #EFCD49;
}
.TagClassName
{
border-color: #EFCD49;
}
</style>