Shades of Festival #EFD245
Tints of Festival #EFD245
RGB
CMYK
RGB Variations
Color information
#EFD245 (or 0xEFD245) is known color: Festival. HEX triplet: EF, D2 and 45. RGB value is (239,210,69). Sum of RGB (Red+Green+Blue) = 239+210+69=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD245 is #102DBA. Grayscale: #CBCBCB. Windows color (decimal): -1060283 or 4575983. OLE color: 4575983.
HSL color Cylindrical-coordinate representation of color #EFD245: hue angle of 49.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFD245 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 69 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.06 |
| HSL | 49.76º | 0.84% | 0.6% | - |
| HSV(B) | 49.76º | 0.71% | 0.94% | - |
| XYZ | 59.72 | 64.87 | 15 | - |
| YUV | 202.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 69 | 0 | 0.12 | 0.71 | 0.06 | 49.76 | 0.84 | 0.6 |
| Hex | EF | D2 | 45 | 0 | C | 47 | 6 | 32 | 54 | 3C |
| Octal | 357 | 322 | 105 | 0 | 14 | 107 | 6 | 62 | 124 | 74 |
| Binary | 11101111 | 11010010 | 1000101 | 0 | 1100 | 1000111 | 110 | 110010 | 1010100 | 111100 |
Color Harmonies of #EFD245
Complementary color
Monochromatic Colors of #EFD245
Black with #EFD245
Text Example
Text Example
White with #EFD245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD245; }
p { color: rgb(239,210,69); }
H1.HeaderClassName
{
color: #EFD245;
}
.AnyTagClassName
{
color: #EFD245;
}
</style>
background-color css
<style>
a { background-color: #EFD245; }
a { background-color: rgb(239,210,69); }
div.DivClassName
{
background-color: #EFD245;
}
.BgClassName
{
background-color: #EFD245;
}
</style>
border-color css
<style>
span { border-color: #EFD245; }
span { border-color: rgb(239,210,69); }
td.TdClassName
{
border-color: #EFD245;
}
.TagClassName
{
border-color: #EFD245;
}
</style>