Shades of Festival #EFD63F
Tints of Festival #EFD63F
RGB
CMYK
RGB Variations
Color information
#EFD63F (or 0xEFD63F) is known color: Festival. HEX triplet: EF, D6 and 3F. RGB value is (239,214,63). Sum of RGB (Red+Green+Blue) = 239+214+63=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 63 (25% from 255 or 12.21% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD63F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD63F is #1029C0. Grayscale: #CCCCCC. Windows color (decimal): -1059265 or 4183791. OLE color: 4183791.
HSL color Cylindrical-coordinate representation of color #EFD63F: hue angle of 51.48º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFD63F is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 63 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.06 |
| HSL | 51.48º | 0.85% | 0.59% | - |
| HSV(B) | 51.48º | 0.74% | 0.94% | - |
| XYZ | 60.54 | 66.8 | 14.41 | - |
| YUV | 204.26 | 48.28 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 63 | 0 | 0.10 | 0.74 | 0.06 | 51.48 | 0.85 | 0.59 |
| Hex | EF | D6 | 3F | 0 | A | 4A | 6 | 33 | 55 | 3B |
| Octal | 357 | 326 | 77 | 0 | 12 | 112 | 6 | 63 | 125 | 73 |
| Binary | 11101111 | 11010110 | 111111 | 0 | 1010 | 1001010 | 110 | 110011 | 1010101 | 111011 |
Color Harmonies of #EFD63F
Complementary color
Monochromatic Colors of #EFD63F
Black with #EFD63F
Text Example
Text Example
White with #EFD63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD63F; }
p { color: rgb(239,214,63); }
H1.HeaderClassName
{
color: #EFD63F;
}
.AnyTagClassName
{
color: #EFD63F;
}
</style>
background-color css
<style>
a { background-color: #EFD63F; }
a { background-color: rgb(239,214,63); }
div.DivClassName
{
background-color: #EFD63F;
}
.BgClassName
{
background-color: #EFD63F;
}
</style>
border-color css
<style>
span { border-color: #EFD63F; }
span { border-color: rgb(239,214,63); }
td.TdClassName
{
border-color: #EFD63F;
}
.TagClassName
{
border-color: #EFD63F;
}
</style>