Shades of Festival #EFCC4E
Tints of Festival #EFCC4E
RGB
CMYK
RGB Variations
Color information
#EFCC4E (or 0xEFCC4E) is known color: Festival. HEX triplet: EF, CC and 4E. RGB value is (239,204,78). Sum of RGB (Red+Green+Blue) = 239+204+78=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC4E is #1033B1. Grayscale: #C8C8C8. Windows color (decimal): -1061810 or 5164271. OLE color: 5164271.
HSL color Cylindrical-coordinate representation of color #EFCC4E: hue angle of 46.96º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFCC4E is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 78 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.06 |
| HSL | 46.96º | 0.83% | 0.62% | - |
| HSV(B) | 46.96º | 0.67% | 0.94% | - |
| XYZ | 58.56 | 62.09 | 16.1 | - |
| YUV | 200.1 | 59.1 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 78 | 0 | 0.15 | 0.67 | 0.06 | 46.96 | 0.83 | 0.62 |
| Hex | EF | CC | 4E | 0 | F | 43 | 6 | 2F | 53 | 3E |
| Octal | 357 | 314 | 116 | 0 | 17 | 103 | 6 | 57 | 123 | 76 |
| Binary | 11101111 | 11001100 | 1001110 | 0 | 1111 | 1000011 | 110 | 101111 | 1010011 | 111110 |
Color Harmonies of #EFCC4E
Complementary color
Monochromatic Colors of #EFCC4E
Black with #EFCC4E
Text Example
Text Example
White with #EFCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC4E; }
p { color: rgb(239,204,78); }
H1.HeaderClassName
{
color: #EFCC4E;
}
.AnyTagClassName
{
color: #EFCC4E;
}
</style>
background-color css
<style>
a { background-color: #EFCC4E; }
a { background-color: rgb(239,204,78); }
div.DivClassName
{
background-color: #EFCC4E;
}
.BgClassName
{
background-color: #EFCC4E;
}
</style>
border-color css
<style>
span { border-color: #EFCC4E; }
span { border-color: rgb(239,204,78); }
td.TdClassName
{
border-color: #EFCC4E;
}
.TagClassName
{
border-color: #EFCC4E;
}
</style>