Shades of Festival #EFCF4D
Tints of Festival #EFCF4D
RGB
CMYK
RGB Variations
Color information
#EFCF4D (or 0xEFCF4D) is known color: Festival. HEX triplet: EF, CF and 4D. RGB value is (239,207,77). Sum of RGB (Red+Green+Blue) = 239+207+77=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 77 (30.47% from 255 or 14.72% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF4D is #1030B2. Grayscale: #CACACA. Windows color (decimal): -1061043 or 5099503. OLE color: 5099503.
HSL color Cylindrical-coordinate representation of color #EFCF4D: hue angle of 48.15º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFCF4D is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 77 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.06 |
| HSL | 48.15º | 0.84% | 0.62% | - |
| HSV(B) | 48.15º | 0.68% | 0.94% | - |
| XYZ | 59.25 | 63.51 | 16.16 | - |
| YUV | 201.75 | 57.6 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 77 | 0 | 0.13 | 0.68 | 0.06 | 48.15 | 0.84 | 0.62 |
| Hex | EF | CF | 4D | 0 | D | 44 | 6 | 30 | 54 | 3E |
| Octal | 357 | 317 | 115 | 0 | 15 | 104 | 6 | 60 | 124 | 76 |
| Binary | 11101111 | 11001111 | 1001101 | 0 | 1101 | 1000100 | 110 | 110000 | 1010100 | 111110 |
Color Harmonies of #EFCF4D
Complementary color
Monochromatic Colors of #EFCF4D
Black with #EFCF4D
Text Example
Text Example
White with #EFCF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF4D; }
p { color: rgb(239,207,77); }
H1.HeaderClassName
{
color: #EFCF4D;
}
.AnyTagClassName
{
color: #EFCF4D;
}
</style>
background-color css
<style>
a { background-color: #EFCF4D; }
a { background-color: rgb(239,207,77); }
div.DivClassName
{
background-color: #EFCF4D;
}
.BgClassName
{
background-color: #EFCF4D;
}
</style>
border-color css
<style>
span { border-color: #EFCF4D; }
span { border-color: rgb(239,207,77); }
td.TdClassName
{
border-color: #EFCF4D;
}
.TagClassName
{
border-color: #EFCF4D;
}
</style>