Shades of Festival #EFC73F
Tints of Festival #EFC73F
RGB
CMYK
RGB Variations
Color information
#EFC73F (or 0xEFC73F) is known color: Festival. HEX triplet: EF, C7 and 3F. RGB value is (239,199,63). Sum of RGB (Red+Green+Blue) = 239+199+63=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC73F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC73F is #1038C0. Grayscale: #C4C4C4. Windows color (decimal): -1063105 or 4179951. OLE color: 4179951.
HSL color Cylindrical-coordinate representation of color #EFC73F: hue angle of 46.36º 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 #EFC73F is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 63 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.06 |
| HSL | 46.36º | 0.85% | 0.59% | - |
| HSV(B) | 46.36º | 0.74% | 0.94% | - |
| XYZ | 56.92 | 59.56 | 13.2 | - |
| YUV | 195.46 | 53.25 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 63 | 0 | 0.17 | 0.74 | 0.06 | 46.36 | 0.85 | 0.59 |
| Hex | EF | C7 | 3F | 0 | 11 | 4A | 6 | 2E | 55 | 3B |
| Octal | 357 | 307 | 77 | 0 | 21 | 112 | 6 | 56 | 125 | 73 |
| Binary | 11101111 | 11000111 | 111111 | 0 | 10001 | 1001010 | 110 | 101110 | 1010101 | 111011 |
Color Harmonies of #EFC73F
Complementary color
Monochromatic Colors of #EFC73F
Black with #EFC73F
Text Example
Text Example
White with #EFC73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC73F; }
p { color: rgb(239,199,63); }
H1.HeaderClassName
{
color: #EFC73F;
}
.AnyTagClassName
{
color: #EFC73F;
}
</style>
background-color css
<style>
a { background-color: #EFC73F; }
a { background-color: rgb(239,199,63); }
div.DivClassName
{
background-color: #EFC73F;
}
.BgClassName
{
background-color: #EFC73F;
}
</style>
border-color css
<style>
span { border-color: #EFC73F; }
span { border-color: rgb(239,199,63); }
td.TdClassName
{
border-color: #EFC73F;
}
.TagClassName
{
border-color: #EFC73F;
}
</style>