Shades of Festival #EFCF3E
Tints of Festival #EFCF3E
RGB
CMYK
RGB Variations
Color information
#EFCF3E (or 0xEFCF3E) is known color: Festival. HEX triplet: EF, CF and 3E. RGB value is (239,207,62). Sum of RGB (Red+Green+Blue) = 239+207+62=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF3E is #1030C1. Grayscale: #C8C8C8. Windows color (decimal): -1061058 or 4116463. OLE color: 4116463.
HSL color Cylindrical-coordinate representation of color #EFCF3E: hue angle of 49.15º 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 #EFCF3E is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 62 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.06 |
| HSL | 49.15º | 0.85% | 0.59% | - |
| HSV(B) | 49.15º | 0.74% | 0.94% | - |
| XYZ | 58.78 | 63.32 | 13.68 | - |
| YUV | 200.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 62 | 0 | 0.13 | 0.74 | 0.06 | 49.15 | 0.85 | 0.59 |
| Hex | EF | CF | 3E | 0 | D | 4A | 6 | 31 | 55 | 3B |
| Octal | 357 | 317 | 76 | 0 | 15 | 112 | 6 | 61 | 125 | 73 |
| Binary | 11101111 | 11001111 | 111110 | 0 | 1101 | 1001010 | 110 | 110001 | 1010101 | 111011 |
Color Harmonies of #EFCF3E
Complementary color
Monochromatic Colors of #EFCF3E
Black with #EFCF3E
Text Example
Text Example
White with #EFCF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF3E; }
p { color: rgb(239,207,62); }
H1.HeaderClassName
{
color: #EFCF3E;
}
.AnyTagClassName
{
color: #EFCF3E;
}
</style>
background-color css
<style>
a { background-color: #EFCF3E; }
a { background-color: rgb(239,207,62); }
div.DivClassName
{
background-color: #EFCF3E;
}
.BgClassName
{
background-color: #EFCF3E;
}
</style>
border-color css
<style>
span { border-color: #EFCF3E; }
span { border-color: rgb(239,207,62); }
td.TdClassName
{
border-color: #EFCF3E;
}
.TagClassName
{
border-color: #EFCF3E;
}
</style>