Shades of Festival #EFC93E
Tints of Festival #EFC93E
RGB
CMYK
RGB Variations
Color information
#EFC93E (or 0xEFC93E) is known color: Festival. HEX triplet: EF, C9 and 3E. RGB value is (239,201,62). Sum of RGB (Red+Green+Blue) = 239+201+62=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 62 (24.61% from 255 or 12.35% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC93E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC93E is #1036C1. Grayscale: #C5C5C5. Windows color (decimal): -1062594 or 4114927. OLE color: 4114927.
HSL color Cylindrical-coordinate representation of color #EFC93E: hue angle of 47.12º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFC93E is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 62 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.06 |
| HSL | 47.12º | 0.85% | 0.59% | - |
| HSV(B) | 47.12º | 0.74% | 0.94% | - |
| XYZ | 57.35 | 60.47 | 13.21 | - |
| YUV | 196.52 | 52.09 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 62 | 0 | 0.16 | 0.74 | 0.06 | 47.12 | 0.85 | 0.59 |
| Hex | EF | C9 | 3E | 0 | 10 | 4A | 6 | 2F | 55 | 3B |
| Octal | 357 | 311 | 76 | 0 | 20 | 112 | 6 | 57 | 125 | 73 |
| Binary | 11101111 | 11001001 | 111110 | 0 | 10000 | 1001010 | 110 | 101111 | 1010101 | 111011 |
Color Harmonies of #EFC93E
Complementary color
Monochromatic Colors of #EFC93E
Black with #EFC93E
Text Example
Text Example
White with #EFC93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC93E; }
p { color: rgb(239,201,62); }
H1.HeaderClassName
{
color: #EFC93E;
}
.AnyTagClassName
{
color: #EFC93E;
}
</style>
background-color css
<style>
a { background-color: #EFC93E; }
a { background-color: rgb(239,201,62); }
div.DivClassName
{
background-color: #EFC93E;
}
.BgClassName
{
background-color: #EFC93E;
}
</style>
border-color css
<style>
span { border-color: #EFC93E; }
span { border-color: rgb(239,201,62); }
td.TdClassName
{
border-color: #EFC93E;
}
.TagClassName
{
border-color: #EFC93E;
}
</style>