Shades of Festival #EFD140
Tints of Festival #EFD140
RGB
CMYK
RGB Variations
Color information
#EFD140 (or 0xEFD140) is known color: Festival. HEX triplet: EF, D1 and 40. RGB value is (239,209,64). Sum of RGB (Red+Green+Blue) = 239+209+64=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD140 is #102EBF. Grayscale: #CACACA. Windows color (decimal): -1060544 or 4248047. OLE color: 4248047.
HSL color Cylindrical-coordinate representation of color #EFD140: hue angle of 49.71º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFD140 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 64 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.06 |
| HSL | 49.71º | 0.85% | 0.59% | - |
| HSV(B) | 49.71º | 0.73% | 0.94% | - |
| XYZ | 59.32 | 64.32 | 14.14 | - |
| YUV | 201.44 | 50.44 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 64 | 0 | 0.13 | 0.73 | 0.06 | 49.71 | 0.85 | 0.59 |
| Hex | EF | D1 | 40 | 0 | D | 49 | 6 | 32 | 55 | 3B |
| Octal | 357 | 321 | 100 | 0 | 15 | 111 | 6 | 62 | 125 | 73 |
| Binary | 11101111 | 11010001 | 1000000 | 0 | 1101 | 1001001 | 110 | 110010 | 1010101 | 111011 |
Color Harmonies of #EFD140
Complementary color
Monochromatic Colors of #EFD140
Black with #EFD140
Text Example
Text Example
White with #EFD140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD140; }
p { color: rgb(239,209,64); }
H1.HeaderClassName
{
color: #EFD140;
}
.AnyTagClassName
{
color: #EFD140;
}
</style>
background-color css
<style>
a { background-color: #EFD140; }
a { background-color: rgb(239,209,64); }
div.DivClassName
{
background-color: #EFD140;
}
.BgClassName
{
background-color: #EFD140;
}
</style>
border-color css
<style>
span { border-color: #EFD140; }
span { border-color: rgb(239,209,64); }
td.TdClassName
{
border-color: #EFD140;
}
.TagClassName
{
border-color: #EFD140;
}
</style>