Shades of Festival #EFC94B
Tints of Festival #EFC94B
RGB
CMYK
RGB Variations
Color information
#EFC94B (or 0xEFC94B) is known color: Festival. HEX triplet: EF, C9 and 4B. RGB value is (239,201,75). Sum of RGB (Red+Green+Blue) = 239+201+75=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 75 (29.69% from 255 or 14.56% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC94B is #1036B4. Grayscale: #C6C6C6. Windows color (decimal): -1062581 or 4966895. OLE color: 4966895.
HSL color Cylindrical-coordinate representation of color #EFC94B: hue angle of 46.1º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFC94B is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 75 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.06 |
| HSL | 46.1º | 0.84% | 0.62% | - |
| HSV(B) | 46.1º | 0.69% | 0.94% | - |
| XYZ | 57.75 | 60.63 | 15.32 | - |
| YUV | 198 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 75 | 0 | 0.16 | 0.69 | 0.06 | 46.1 | 0.84 | 0.62 |
| Hex | EF | C9 | 4B | 0 | 10 | 45 | 6 | 2E | 54 | 3E |
| Octal | 357 | 311 | 113 | 0 | 20 | 105 | 6 | 56 | 124 | 76 |
| Binary | 11101111 | 11001001 | 1001011 | 0 | 10000 | 1000101 | 110 | 101110 | 1010100 | 111110 |
Color Harmonies of #EFC94B
Complementary color
Monochromatic Colors of #EFC94B
Black with #EFC94B
Text Example
Text Example
White with #EFC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC94B; }
p { color: rgb(239,201,75); }
H1.HeaderClassName
{
color: #EFC94B;
}
.AnyTagClassName
{
color: #EFC94B;
}
</style>
background-color css
<style>
a { background-color: #EFC94B; }
a { background-color: rgb(239,201,75); }
div.DivClassName
{
background-color: #EFC94B;
}
.BgClassName
{
background-color: #EFC94B;
}
</style>
border-color css
<style>
span { border-color: #EFC94B; }
span { border-color: rgb(239,201,75); }
td.TdClassName
{
border-color: #EFC94B;
}
.TagClassName
{
border-color: #EFC94B;
}
</style>