Shades of Festival #EFD944
Tints of Festival #EFD944
RGB
CMYK
RGB Variations
Color information
#EFD944 (or 0xEFD944) is known color: Festival. HEX triplet: EF, D9 and 44. RGB value is (239,217,68). Sum of RGB (Red+Green+Blue) = 239+217+68=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 68 (26.95% from 255 or 12.98% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD944 is #1026BB. Grayscale: #CFCFCF. Windows color (decimal): -1058492 or 4512239. OLE color: 4512239.
HSL color Cylindrical-coordinate representation of color #EFD944: hue angle of 52.28º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFD944 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 68 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.06 |
| HSL | 52.28º | 0.84% | 0.6% | - |
| HSV(B) | 52.28º | 0.72% | 0.94% | - |
| XYZ | 61.45 | 68.39 | 15.43 | - |
| YUV | 206.59 | 49.79 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 68 | 0 | 0.09 | 0.72 | 0.06 | 52.28 | 0.84 | 0.6 |
| Hex | EF | D9 | 44 | 0 | 9 | 48 | 6 | 34 | 54 | 3C |
| Octal | 357 | 331 | 104 | 0 | 11 | 110 | 6 | 64 | 124 | 74 |
| Binary | 11101111 | 11011001 | 1000100 | 0 | 1001 | 1001000 | 110 | 110100 | 1010100 | 111100 |
Color Harmonies of #EFD944
Complementary color
Monochromatic Colors of #EFD944
Black with #EFD944
Text Example
Text Example
White with #EFD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD944; }
p { color: rgb(239,217,68); }
H1.HeaderClassName
{
color: #EFD944;
}
.AnyTagClassName
{
color: #EFD944;
}
</style>
background-color css
<style>
a { background-color: #EFD944; }
a { background-color: rgb(239,217,68); }
div.DivClassName
{
background-color: #EFD944;
}
.BgClassName
{
background-color: #EFD944;
}
</style>
border-color css
<style>
span { border-color: #EFD944; }
span { border-color: rgb(239,217,68); }
td.TdClassName
{
border-color: #EFD944;
}
.TagClassName
{
border-color: #EFD944;
}
</style>