Shades of Festival #EFC64A
Tints of Festival #EFC64A
RGB
CMYK
RGB Variations
Color information
#EFC64A (or 0xEFC64A) is known color: Festival. HEX triplet: EF, C6 and 4A. RGB value is (239,198,74). Sum of RGB (Red+Green+Blue) = 239+198+74=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC64A is #1039B5. Grayscale: #C4C4C4. Windows color (decimal): -1063350 or 4900591. OLE color: 4900591.
HSL color Cylindrical-coordinate representation of color #EFC64A: hue angle of 45.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFC64A is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 74 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.06 |
| HSL | 45.09º | 0.84% | 0.61% | - |
| HSV(B) | 45.09º | 0.69% | 0.94% | - |
| XYZ | 57.03 | 59.23 | 14.91 | - |
| YUV | 196.12 | 59.08 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 74 | 0 | 0.17 | 0.69 | 0.06 | 45.09 | 0.84 | 0.61 |
| Hex | EF | C6 | 4A | 0 | 11 | 45 | 6 | 2D | 54 | 3D |
| Octal | 357 | 306 | 112 | 0 | 21 | 105 | 6 | 55 | 124 | 75 |
| Binary | 11101111 | 11000110 | 1001010 | 0 | 10001 | 1000101 | 110 | 101101 | 1010100 | 111101 |
Color Harmonies of #EFC64A
Complementary color
Monochromatic Colors of #EFC64A
Black with #EFC64A
Text Example
Text Example
White with #EFC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC64A; }
p { color: rgb(239,198,74); }
H1.HeaderClassName
{
color: #EFC64A;
}
.AnyTagClassName
{
color: #EFC64A;
}
</style>
background-color css
<style>
a { background-color: #EFC64A; }
a { background-color: rgb(239,198,74); }
div.DivClassName
{
background-color: #EFC64A;
}
.BgClassName
{
background-color: #EFC64A;
}
</style>
border-color css
<style>
span { border-color: #EFC64A; }
span { border-color: rgb(239,198,74); }
td.TdClassName
{
border-color: #EFC64A;
}
.TagClassName
{
border-color: #EFC64A;
}
</style>