Shades of Festival #EFD045
Tints of Festival #EFD045
RGB
CMYK
RGB Variations
Color information
#EFD045 (or 0xEFD045) is known color: Festival. HEX triplet: EF, D0 and 45. RGB value is (239,208,69). Sum of RGB (Red+Green+Blue) = 239+208+69=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD045 is #102FBA. Grayscale: #CACACA. Windows color (decimal): -1060795 or 4575471. OLE color: 4575471.
HSL color Cylindrical-coordinate representation of color #EFD045: hue angle of 49.06º 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 #EFD045 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 69 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.06 |
| HSL | 49.06º | 0.84% | 0.6% | - |
| HSV(B) | 49.06º | 0.71% | 0.94% | - |
| XYZ | 59.23 | 63.89 | 14.84 | - |
| YUV | 201.42 | 53.27 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 69 | 0 | 0.13 | 0.71 | 0.06 | 49.06 | 0.84 | 0.6 |
| Hex | EF | D0 | 45 | 0 | D | 47 | 6 | 31 | 54 | 3C |
| Octal | 357 | 320 | 105 | 0 | 15 | 107 | 6 | 61 | 124 | 74 |
| Binary | 11101111 | 11010000 | 1000101 | 0 | 1101 | 1000111 | 110 | 110001 | 1010100 | 111100 |
Color Harmonies of #EFD045
Complementary color
Monochromatic Colors of #EFD045
Black with #EFD045
Text Example
Text Example
White with #EFD045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD045; }
p { color: rgb(239,208,69); }
H1.HeaderClassName
{
color: #EFD045;
}
.AnyTagClassName
{
color: #EFD045;
}
</style>
background-color css
<style>
a { background-color: #EFD045; }
a { background-color: rgb(239,208,69); }
div.DivClassName
{
background-color: #EFD045;
}
.BgClassName
{
background-color: #EFD045;
}
</style>
border-color css
<style>
span { border-color: #EFD045; }
span { border-color: rgb(239,208,69); }
td.TdClassName
{
border-color: #EFD045;
}
.TagClassName
{
border-color: #EFD045;
}
</style>