Shades of Festival #EFC84E
Tints of Festival #EFC84E
RGB
CMYK
RGB Variations
Color information
#EFC84E (or 0xEFC84E) is known color: Festival. HEX triplet: EF, C8 and 4E. RGB value is (239,200,78). Sum of RGB (Red+Green+Blue) = 239+200+78=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC84E is #1037B1. Grayscale: #C6C6C6. Windows color (decimal): -1062834 or 5163247. OLE color: 5163247.
HSL color Cylindrical-coordinate representation of color #EFC84E: hue angle of 45.47º 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 #EFC84E is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 78 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.06 |
| HSL | 45.47º | 0.83% | 0.62% | - |
| HSV(B) | 45.47º | 0.67% | 0.94% | - |
| XYZ | 57.63 | 60.21 | 15.79 | - |
| YUV | 197.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 78 | 0 | 0.16 | 0.67 | 0.06 | 45.47 | 0.83 | 0.62 |
| Hex | EF | C8 | 4E | 0 | 10 | 43 | 6 | 2D | 53 | 3E |
| Octal | 357 | 310 | 116 | 0 | 20 | 103 | 6 | 55 | 123 | 76 |
| Binary | 11101111 | 11001000 | 1001110 | 0 | 10000 | 1000011 | 110 | 101101 | 1010011 | 111110 |
Color Harmonies of #EFC84E
Complementary color
Monochromatic Colors of #EFC84E
Black with #EFC84E
Text Example
Text Example
White with #EFC84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC84E; }
p { color: rgb(239,200,78); }
H1.HeaderClassName
{
color: #EFC84E;
}
.AnyTagClassName
{
color: #EFC84E;
}
</style>
background-color css
<style>
a { background-color: #EFC84E; }
a { background-color: rgb(239,200,78); }
div.DivClassName
{
background-color: #EFC84E;
}
.BgClassName
{
background-color: #EFC84E;
}
</style>
border-color css
<style>
span { border-color: #EFC84E; }
span { border-color: rgb(239,200,78); }
td.TdClassName
{
border-color: #EFC84E;
}
.TagClassName
{
border-color: #EFC84E;
}
</style>