Shades of Festival #EFCD41
Tints of Festival #EFCD41
RGB
CMYK
RGB Variations
Color information
#EFCD41 (or 0xEFCD41) is known color: Festival. HEX triplet: EF, CD and 41. RGB value is (239,205,65). Sum of RGB (Red+Green+Blue) = 239+205+65=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD41 is #1032BE. Grayscale: #C7C7C7. Windows color (decimal): -1061567 or 4312559. OLE color: 4312559.
HSL color Cylindrical-coordinate representation of color #EFCD41: hue angle of 48.28º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFCD41 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 65 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.06 |
| HSL | 48.28º | 0.84% | 0.6% | - |
| HSV(B) | 48.28º | 0.73% | 0.94% | - |
| XYZ | 58.38 | 62.4 | 13.97 | - |
| YUV | 199.21 | 52.26 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 65 | 0 | 0.14 | 0.73 | 0.06 | 48.28 | 0.84 | 0.6 |
| Hex | EF | CD | 41 | 0 | E | 49 | 6 | 30 | 54 | 3C |
| Octal | 357 | 315 | 101 | 0 | 16 | 111 | 6 | 60 | 124 | 74 |
| Binary | 11101111 | 11001101 | 1000001 | 0 | 1110 | 1001001 | 110 | 110000 | 1010100 | 111100 |
Color Harmonies of #EFCD41
Complementary color
Monochromatic Colors of #EFCD41
Black with #EFCD41
Text Example
Text Example
White with #EFCD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD41; }
p { color: rgb(239,205,65); }
H1.HeaderClassName
{
color: #EFCD41;
}
.AnyTagClassName
{
color: #EFCD41;
}
</style>
background-color css
<style>
a { background-color: #EFCD41; }
a { background-color: rgb(239,205,65); }
div.DivClassName
{
background-color: #EFCD41;
}
.BgClassName
{
background-color: #EFCD41;
}
</style>
border-color css
<style>
span { border-color: #EFCD41; }
span { border-color: rgb(239,205,65); }
td.TdClassName
{
border-color: #EFCD41;
}
.TagClassName
{
border-color: #EFCD41;
}
</style>