Shades of Festival #EFD247
Tints of Festival #EFD247
RGB
CMYK
RGB Variations
Color information
#EFD247 (or 0xEFD247) is known color: Festival. HEX triplet: EF, D2 and 47. RGB value is (239,210,71). Sum of RGB (Red+Green+Blue) = 239+210+71=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 71 (28.12% from 255 or 13.65% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD247 is #102DB8. Grayscale: #CBCBCB. Windows color (decimal): -1060281 or 4707055. OLE color: 4707055.
HSL color Cylindrical-coordinate representation of color #EFD247: hue angle of 49.64º 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 #EFD247 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 71 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.06 |
| HSL | 49.64º | 0.84% | 0.61% | - |
| HSV(B) | 49.64º | 0.7% | 0.94% | - |
| XYZ | 59.78 | 64.9 | 15.34 | - |
| YUV | 202.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 71 | 0 | 0.12 | 0.70 | 0.06 | 49.64 | 0.84 | 0.61 |
| Hex | EF | D2 | 47 | 0 | C | 46 | 6 | 32 | 54 | 3D |
| Octal | 357 | 322 | 107 | 0 | 14 | 106 | 6 | 62 | 124 | 75 |
| Binary | 11101111 | 11010010 | 1000111 | 0 | 1100 | 1000110 | 110 | 110010 | 1010100 | 111101 |
Color Harmonies of #EFD247
Complementary color
Monochromatic Colors of #EFD247
Black with #EFD247
Text Example
Text Example
White with #EFD247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD247; }
p { color: rgb(239,210,71); }
H1.HeaderClassName
{
color: #EFD247;
}
.AnyTagClassName
{
color: #EFD247;
}
</style>
background-color css
<style>
a { background-color: #EFD247; }
a { background-color: rgb(239,210,71); }
div.DivClassName
{
background-color: #EFD247;
}
.BgClassName
{
background-color: #EFD247;
}
</style>
border-color css
<style>
span { border-color: #EFD247; }
span { border-color: rgb(239,210,71); }
td.TdClassName
{
border-color: #EFD247;
}
.TagClassName
{
border-color: #EFD247;
}
</style>