Shades of Festival #EFC343
Tints of Festival #EFC343
RGB
CMYK
RGB Variations
Color information
#EFC343 (or 0xEFC343) is known color: Festival. HEX triplet: EF, C3 and 43. RGB value is (239,195,67). Sum of RGB (Red+Green+Blue) = 239+195+67=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 67 (26.56% from 255 or 13.37% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC343 is #103CBC. Grayscale: #C2C2C2. Windows color (decimal): -1064125 or 4441071. OLE color: 4441071.
HSL color Cylindrical-coordinate representation of color #EFC343: hue angle of 44.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFC343 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 67 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.06 |
| HSL | 44.65º | 0.84% | 0.6% | - |
| HSV(B) | 44.65º | 0.72% | 0.94% | - |
| XYZ | 56.12 | 57.79 | 13.51 | - |
| YUV | 193.56 | 56.58 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 67 | 0 | 0.18 | 0.72 | 0.06 | 44.65 | 0.84 | 0.6 |
| Hex | EF | C3 | 43 | 0 | 12 | 48 | 6 | 2D | 54 | 3C |
| Octal | 357 | 303 | 103 | 0 | 22 | 110 | 6 | 55 | 124 | 74 |
| Binary | 11101111 | 11000011 | 1000011 | 0 | 10010 | 1001000 | 110 | 101101 | 1010100 | 111100 |
Color Harmonies of #EFC343
Complementary color
Monochromatic Colors of #EFC343
Black with #EFC343
Text Example
Text Example
White with #EFC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC343; }
p { color: rgb(239,195,67); }
H1.HeaderClassName
{
color: #EFC343;
}
.AnyTagClassName
{
color: #EFC343;
}
</style>
background-color css
<style>
a { background-color: #EFC343; }
a { background-color: rgb(239,195,67); }
div.DivClassName
{
background-color: #EFC343;
}
.BgClassName
{
background-color: #EFC343;
}
</style>
border-color css
<style>
span { border-color: #EFC343; }
span { border-color: rgb(239,195,67); }
td.TdClassName
{
border-color: #EFC343;
}
.TagClassName
{
border-color: #EFC343;
}
</style>