Shades of Festival #EFC943
Tints of Festival #EFC943
RGB
CMYK
RGB Variations
Color information
#EFC943 (or 0xEFC943) is known color: Festival. HEX triplet: EF, C9 and 43. RGB value is (239,201,67). Sum of RGB (Red+Green+Blue) = 239+201+67=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 67 (26.56% from 255 or 13.21% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC943 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC943 is #1036BC. Grayscale: #C5C5C5. Windows color (decimal): -1062589 or 4442607. OLE color: 4442607.
HSL color Cylindrical-coordinate representation of color #EFC943: hue angle of 46.74º 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 #EFC943 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 67 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.06 |
| HSL | 46.74º | 0.84% | 0.6% | - |
| HSV(B) | 46.74º | 0.72% | 0.94% | - |
| XYZ | 57.5 | 60.53 | 13.96 | - |
| YUV | 197.09 | 54.59 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 67 | 0 | 0.16 | 0.72 | 0.06 | 46.74 | 0.84 | 0.6 |
| Hex | EF | C9 | 43 | 0 | 10 | 48 | 6 | 2F | 54 | 3C |
| Octal | 357 | 311 | 103 | 0 | 20 | 110 | 6 | 57 | 124 | 74 |
| Binary | 11101111 | 11001001 | 1000011 | 0 | 10000 | 1001000 | 110 | 101111 | 1010100 | 111100 |
Color Harmonies of #EFC943
Complementary color
Monochromatic Colors of #EFC943
Black with #EFC943
Text Example
Text Example
White with #EFC943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC943; }
p { color: rgb(239,201,67); }
H1.HeaderClassName
{
color: #EFC943;
}
.AnyTagClassName
{
color: #EFC943;
}
</style>
background-color css
<style>
a { background-color: #EFC943; }
a { background-color: rgb(239,201,67); }
div.DivClassName
{
background-color: #EFC943;
}
.BgClassName
{
background-color: #EFC943;
}
</style>
border-color css
<style>
span { border-color: #EFC943; }
span { border-color: rgb(239,201,67); }
td.TdClassName
{
border-color: #EFC943;
}
.TagClassName
{
border-color: #EFC943;
}
</style>