Shades of Festival #EFD047
Tints of Festival #EFD047
RGB
CMYK
RGB Variations
Color information
#EFD047 (or 0xEFD047) is known color: Festival. HEX triplet: EF, D0 and 47. RGB value is (239,208,71). Sum of RGB (Red+Green+Blue) = 239+208+71=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 71 (28.12% from 255 or 13.71% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD047 is #102FB8. Grayscale: #CACACA. Windows color (decimal): -1060793 or 4706543. OLE color: 4706543.
HSL color Cylindrical-coordinate representation of color #EFD047: hue angle of 48.93º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFD047 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 71 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.06 |
| HSL | 48.93º | 0.84% | 0.61% | - |
| HSV(B) | 48.93º | 0.7% | 0.94% | - |
| XYZ | 59.29 | 63.92 | 15.17 | - |
| YUV | 201.65 | 54.27 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 71 | 0 | 0.13 | 0.70 | 0.06 | 48.93 | 0.84 | 0.61 |
| Hex | EF | D0 | 47 | 0 | D | 46 | 6 | 31 | 54 | 3D |
| Octal | 357 | 320 | 107 | 0 | 15 | 106 | 6 | 61 | 124 | 75 |
| Binary | 11101111 | 11010000 | 1000111 | 0 | 1101 | 1000110 | 110 | 110001 | 1010100 | 111101 |
Color Harmonies of #EFD047
Complementary color
Monochromatic Colors of #EFD047
Black with #EFD047
Text Example
Text Example
White with #EFD047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD047; }
p { color: rgb(239,208,71); }
H1.HeaderClassName
{
color: #EFD047;
}
.AnyTagClassName
{
color: #EFD047;
}
</style>
background-color css
<style>
a { background-color: #EFD047; }
a { background-color: rgb(239,208,71); }
div.DivClassName
{
background-color: #EFD047;
}
.BgClassName
{
background-color: #EFD047;
}
</style>
border-color css
<style>
span { border-color: #EFD047; }
span { border-color: rgb(239,208,71); }
td.TdClassName
{
border-color: #EFD047;
}
.TagClassName
{
border-color: #EFD047;
}
</style>