Shades of Festival #EFD14E
Tints of Festival #EFD14E
RGB
CMYK
RGB Variations
Color information
#EFD14E (or 0xEFD14E) is known color: Festival. HEX triplet: EF, D1 and 4E. RGB value is (239,209,78). Sum of RGB (Red+Green+Blue) = 239+209+78=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD14E is #102EB1. Grayscale: #CBCBCB. Windows color (decimal): -1060530 or 5165551. OLE color: 5165551.
HSL color Cylindrical-coordinate representation of color #EFD14E: hue angle of 48.82º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFD14E is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 78 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.06 |
| HSL | 48.82º | 0.83% | 0.62% | - |
| HSV(B) | 48.82º | 0.67% | 0.94% | - |
| XYZ | 59.77 | 64.5 | 16.51 | - |
| YUV | 203.04 | 57.44 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 78 | 0 | 0.13 | 0.67 | 0.06 | 48.82 | 0.83 | 0.62 |
| Hex | EF | D1 | 4E | 0 | D | 43 | 6 | 31 | 53 | 3E |
| Octal | 357 | 321 | 116 | 0 | 15 | 103 | 6 | 61 | 123 | 76 |
| Binary | 11101111 | 11010001 | 1001110 | 0 | 1101 | 1000011 | 110 | 110001 | 1010011 | 111110 |
Color Harmonies of #EFD14E
Complementary color
Monochromatic Colors of #EFD14E
Black with #EFD14E
Text Example
Text Example
White with #EFD14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD14E; }
p { color: rgb(239,209,78); }
H1.HeaderClassName
{
color: #EFD14E;
}
.AnyTagClassName
{
color: #EFD14E;
}
</style>
background-color css
<style>
a { background-color: #EFD14E; }
a { background-color: rgb(239,209,78); }
div.DivClassName
{
background-color: #EFD14E;
}
.BgClassName
{
background-color: #EFD14E;
}
</style>
border-color css
<style>
span { border-color: #EFD14E; }
span { border-color: rgb(239,209,78); }
td.TdClassName
{
border-color: #EFD14E;
}
.TagClassName
{
border-color: #EFD14E;
}
</style>