Shades of Festival #EFC848
Tints of Festival #EFC848
RGB
CMYK
RGB Variations
Color information
#EFC848 (or 0xEFC848) is known color: Festival. HEX triplet: EF, C8 and 48. RGB value is (239,200,72). Sum of RGB (Red+Green+Blue) = 239+200+72=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 72 (28.52% from 255 or 14.09% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC848 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC848 is #1037B7. Grayscale: #C5C5C5. Windows color (decimal): -1062840 or 4770031. OLE color: 4770031.
HSL color Cylindrical-coordinate representation of color #EFC848: hue angle of 45.99º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFC848 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 72 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.06 |
| HSL | 45.99º | 0.84% | 0.61% | - |
| HSV(B) | 45.99º | 0.7% | 0.94% | - |
| XYZ | 57.42 | 60.13 | 14.71 | - |
| YUV | 197.07 | 57.42 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 72 | 0 | 0.16 | 0.70 | 0.06 | 45.99 | 0.84 | 0.61 |
| Hex | EF | C8 | 48 | 0 | 10 | 46 | 6 | 2E | 54 | 3D |
| Octal | 357 | 310 | 110 | 0 | 20 | 106 | 6 | 56 | 124 | 75 |
| Binary | 11101111 | 11001000 | 1001000 | 0 | 10000 | 1000110 | 110 | 101110 | 1010100 | 111101 |
Color Harmonies of #EFC848
Complementary color
Monochromatic Colors of #EFC848
Black with #EFC848
Text Example
Text Example
White with #EFC848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC848; }
p { color: rgb(239,200,72); }
H1.HeaderClassName
{
color: #EFC848;
}
.AnyTagClassName
{
color: #EFC848;
}
</style>
background-color css
<style>
a { background-color: #EFC848; }
a { background-color: rgb(239,200,72); }
div.DivClassName
{
background-color: #EFC848;
}
.BgClassName
{
background-color: #EFC848;
}
</style>
border-color css
<style>
span { border-color: #EFC848; }
span { border-color: rgb(239,200,72); }
td.TdClassName
{
border-color: #EFC848;
}
.TagClassName
{
border-color: #EFC848;
}
</style>