Shades of Festival #EFD246
Tints of Festival #EFD246
RGB
CMYK
RGB Variations
Color information
#EFD246 (or 0xEFD246) is known color: Festival. HEX triplet: EF, D2 and 46. RGB value is (239,210,70). Sum of RGB (Red+Green+Blue) = 239+210+70=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD246 is #102DB9. Grayscale: #CBCBCB. Windows color (decimal): -1060282 or 4641519. OLE color: 4641519.
HSL color Cylindrical-coordinate representation of color #EFD246: hue angle of 49.7º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFD246 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 70 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.06 |
| HSL | 49.7º | 0.84% | 0.61% | - |
| HSV(B) | 49.7º | 0.71% | 0.94% | - |
| XYZ | 59.75 | 64.89 | 15.17 | - |
| YUV | 202.71 | 53.11 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 70 | 0 | 0.12 | 0.71 | 0.06 | 49.7 | 0.84 | 0.61 |
| Hex | EF | D2 | 46 | 0 | C | 47 | 6 | 32 | 54 | 3D |
| Octal | 357 | 322 | 106 | 0 | 14 | 107 | 6 | 62 | 124 | 75 |
| Binary | 11101111 | 11010010 | 1000110 | 0 | 1100 | 1000111 | 110 | 110010 | 1010100 | 111101 |
Color Harmonies of #EFD246
Complementary color
Monochromatic Colors of #EFD246
Black with #EFD246
Text Example
Text Example
White with #EFD246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD246; }
p { color: rgb(239,210,70); }
H1.HeaderClassName
{
color: #EFD246;
}
.AnyTagClassName
{
color: #EFD246;
}
</style>
background-color css
<style>
a { background-color: #EFD246; }
a { background-color: rgb(239,210,70); }
div.DivClassName
{
background-color: #EFD246;
}
.BgClassName
{
background-color: #EFD246;
}
</style>
border-color css
<style>
span { border-color: #EFD246; }
span { border-color: rgb(239,210,70); }
td.TdClassName
{
border-color: #EFD246;
}
.TagClassName
{
border-color: #EFD246;
}
</style>