Shades of Festival #EFC945
Tints of Festival #EFC945
RGB
CMYK
RGB Variations
Color information
#EFC945 (or 0xEFC945) is known color: Festival. HEX triplet: EF, C9 and 45. RGB value is (239,201,69). Sum of RGB (Red+Green+Blue) = 239+201+69=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 69 (27.34% from 255 or 13.56% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC945 is #1036BA. Grayscale: #C5C5C5. Windows color (decimal): -1062587 or 4573679. OLE color: 4573679.
HSL color Cylindrical-coordinate representation of color #EFC945: hue angle of 46.59º 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 #EFC945 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 69 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.06 |
| HSL | 46.59º | 0.84% | 0.6% | - |
| HSV(B) | 46.59º | 0.71% | 0.94% | - |
| XYZ | 57.56 | 60.55 | 14.28 | - |
| YUV | 197.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 69 | 0 | 0.16 | 0.71 | 0.06 | 46.59 | 0.84 | 0.6 |
| Hex | EF | C9 | 45 | 0 | 10 | 47 | 6 | 2F | 54 | 3C |
| Octal | 357 | 311 | 105 | 0 | 20 | 107 | 6 | 57 | 124 | 74 |
| Binary | 11101111 | 11001001 | 1000101 | 0 | 10000 | 1000111 | 110 | 101111 | 1010100 | 111100 |
Color Harmonies of #EFC945
Complementary color
Monochromatic Colors of #EFC945
Black with #EFC945
Text Example
Text Example
White with #EFC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC945; }
p { color: rgb(239,201,69); }
H1.HeaderClassName
{
color: #EFC945;
}
.AnyTagClassName
{
color: #EFC945;
}
</style>
background-color css
<style>
a { background-color: #EFC945; }
a { background-color: rgb(239,201,69); }
div.DivClassName
{
background-color: #EFC945;
}
.BgClassName
{
background-color: #EFC945;
}
</style>
border-color css
<style>
span { border-color: #EFC945; }
span { border-color: rgb(239,201,69); }
td.TdClassName
{
border-color: #EFC945;
}
.TagClassName
{
border-color: #EFC945;
}
</style>