Shades of Festival #EFD148
Tints of Festival #EFD148
RGB
CMYK
RGB Variations
Color information
#EFD148 (or 0xEFD148) is known color: Festival. HEX triplet: EF, D1 and 48. RGB value is (239,209,72). Sum of RGB (Red+Green+Blue) = 239+209+72=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD148 is #102EB7. Grayscale: #CACACA. Windows color (decimal): -1060536 or 4772335. OLE color: 4772335.
HSL color Cylindrical-coordinate representation of color #EFD148: hue angle of 49.22º 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 #EFD148 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 72 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.06 |
| HSL | 49.22º | 0.84% | 0.61% | - |
| HSV(B) | 49.22º | 0.7% | 0.94% | - |
| XYZ | 59.57 | 64.42 | 15.43 | - |
| YUV | 202.35 | 54.44 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 72 | 0 | 0.13 | 0.70 | 0.06 | 49.22 | 0.84 | 0.61 |
| Hex | EF | D1 | 48 | 0 | D | 46 | 6 | 31 | 54 | 3D |
| Octal | 357 | 321 | 110 | 0 | 15 | 106 | 6 | 61 | 124 | 75 |
| Binary | 11101111 | 11010001 | 1001000 | 0 | 1101 | 1000110 | 110 | 110001 | 1010100 | 111101 |
Color Harmonies of #EFD148
Complementary color
Monochromatic Colors of #EFD148
Black with #EFD148
Text Example
Text Example
White with #EFD148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD148; }
p { color: rgb(239,209,72); }
H1.HeaderClassName
{
color: #EFD148;
}
.AnyTagClassName
{
color: #EFD148;
}
</style>
background-color css
<style>
a { background-color: #EFD148; }
a { background-color: rgb(239,209,72); }
div.DivClassName
{
background-color: #EFD148;
}
.BgClassName
{
background-color: #EFD148;
}
</style>
border-color css
<style>
span { border-color: #EFD148; }
span { border-color: rgb(239,209,72); }
td.TdClassName
{
border-color: #EFD148;
}
.TagClassName
{
border-color: #EFD148;
}
</style>