Shades of Festival #EFCE49
Tints of Festival #EFCE49
RGB
CMYK
RGB Variations
Color information
#EFCE49 (or 0xEFCE49) is known color: Festival. HEX triplet: EF, CE and 49. RGB value is (239,206,73). Sum of RGB (Red+Green+Blue) = 239+206+73=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE49 is #1031B6. Grayscale: #C9C9C9. Windows color (decimal): -1061303 or 4837103. OLE color: 4837103.
HSL color Cylindrical-coordinate representation of color #EFCE49: hue angle of 48.07º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFCE49 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 73 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.06 |
| HSL | 48.07º | 0.84% | 0.61% | - |
| HSV(B) | 48.07º | 0.69% | 0.94% | - |
| XYZ | 58.87 | 62.97 | 15.36 | - |
| YUV | 200.71 | 55.93 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 73 | 0 | 0.14 | 0.69 | 0.06 | 48.07 | 0.84 | 0.61 |
| Hex | EF | CE | 49 | 0 | E | 45 | 6 | 30 | 54 | 3D |
| Octal | 357 | 316 | 111 | 0 | 16 | 105 | 6 | 60 | 124 | 75 |
| Binary | 11101111 | 11001110 | 1001001 | 0 | 1110 | 1000101 | 110 | 110000 | 1010100 | 111101 |
Color Harmonies of #EFCE49
Complementary color
Monochromatic Colors of #EFCE49
Black with #EFCE49
Text Example
Text Example
White with #EFCE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE49; }
p { color: rgb(239,206,73); }
H1.HeaderClassName
{
color: #EFCE49;
}
.AnyTagClassName
{
color: #EFCE49;
}
</style>
background-color css
<style>
a { background-color: #EFCE49; }
a { background-color: rgb(239,206,73); }
div.DivClassName
{
background-color: #EFCE49;
}
.BgClassName
{
background-color: #EFCE49;
}
</style>
border-color css
<style>
span { border-color: #EFCE49; }
span { border-color: rgb(239,206,73); }
td.TdClassName
{
border-color: #EFCE49;
}
.TagClassName
{
border-color: #EFCE49;
}
</style>