Shades of Festival #EFC84A
Tints of Festival #EFC84A
RGB
CMYK
RGB Variations
Color information
#EFC84A (or 0xEFC84A) is known color: Festival. HEX triplet: EF, C8 and 4A. RGB value is (239,200,74). Sum of RGB (Red+Green+Blue) = 239+200+74=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC84A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC84A is #1037B5. Grayscale: #C5C5C5. Windows color (decimal): -1062838 or 4901103. OLE color: 4901103.
HSL color Cylindrical-coordinate representation of color #EFC84A: hue angle of 45.82º 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 #EFC84A is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 74 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.06 |
| HSL | 45.82º | 0.84% | 0.61% | - |
| HSV(B) | 45.82º | 0.69% | 0.94% | - |
| XYZ | 57.49 | 60.15 | 15.06 | - |
| YUV | 197.3 | 58.42 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 74 | 0 | 0.16 | 0.69 | 0.06 | 45.82 | 0.84 | 0.61 |
| Hex | EF | C8 | 4A | 0 | 10 | 45 | 6 | 2E | 54 | 3D |
| Octal | 357 | 310 | 112 | 0 | 20 | 105 | 6 | 56 | 124 | 75 |
| Binary | 11101111 | 11001000 | 1001010 | 0 | 10000 | 1000101 | 110 | 101110 | 1010100 | 111101 |
Color Harmonies of #EFC84A
Complementary color
Monochromatic Colors of #EFC84A
Black with #EFC84A
Text Example
Text Example
White with #EFC84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC84A; }
p { color: rgb(239,200,74); }
H1.HeaderClassName
{
color: #EFC84A;
}
.AnyTagClassName
{
color: #EFC84A;
}
</style>
background-color css
<style>
a { background-color: #EFC84A; }
a { background-color: rgb(239,200,74); }
div.DivClassName
{
background-color: #EFC84A;
}
.BgClassName
{
background-color: #EFC84A;
}
</style>
border-color css
<style>
span { border-color: #EFC84A; }
span { border-color: rgb(239,200,74); }
td.TdClassName
{
border-color: #EFC84A;
}
.TagClassName
{
border-color: #EFC84A;
}
</style>