Shades of Festival #EFD14D
Tints of Festival #EFD14D
RGB
CMYK
RGB Variations
Color information
#EFD14D (or 0xEFD14D) is known color: Festival. HEX triplet: EF, D1 and 4D. RGB value is (239,209,77). Sum of RGB (Red+Green+Blue) = 239+209+77=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD14D is #102EB2. Grayscale: #CBCBCB. Windows color (decimal): -1060531 or 5100015. OLE color: 5100015.
HSL color Cylindrical-coordinate representation of color #EFD14D: hue angle of 48.89º 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 #EFD14D is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 77 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.06 |
| HSL | 48.89º | 0.84% | 0.62% | - |
| HSV(B) | 48.89º | 0.68% | 0.94% | - |
| XYZ | 59.74 | 64.49 | 16.32 | - |
| YUV | 202.92 | 56.94 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 77 | 0 | 0.13 | 0.68 | 0.06 | 48.89 | 0.84 | 0.62 |
| Hex | EF | D1 | 4D | 0 | D | 44 | 6 | 31 | 54 | 3E |
| Octal | 357 | 321 | 115 | 0 | 15 | 104 | 6 | 61 | 124 | 76 |
| Binary | 11101111 | 11010001 | 1001101 | 0 | 1101 | 1000100 | 110 | 110001 | 1010100 | 111110 |
Color Harmonies of #EFD14D
Complementary color
Monochromatic Colors of #EFD14D
Black with #EFD14D
Text Example
Text Example
White with #EFD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD14D; }
p { color: rgb(239,209,77); }
H1.HeaderClassName
{
color: #EFD14D;
}
.AnyTagClassName
{
color: #EFD14D;
}
</style>
background-color css
<style>
a { background-color: #EFD14D; }
a { background-color: rgb(239,209,77); }
div.DivClassName
{
background-color: #EFD14D;
}
.BgClassName
{
background-color: #EFD14D;
}
</style>
border-color css
<style>
span { border-color: #EFD14D; }
span { border-color: rgb(239,209,77); }
td.TdClassName
{
border-color: #EFD14D;
}
.TagClassName
{
border-color: #EFD14D;
}
</style>