Shades of Festival #EFCC4C
Tints of Festival #EFCC4C
RGB
CMYK
RGB Variations
Color information
#EFCC4C (or 0xEFCC4C) is known color: Festival. HEX triplet: EF, CC and 4C. RGB value is (239,204,76). Sum of RGB (Red+Green+Blue) = 239+204+76=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC4C is #1033B3. Grayscale: #C8C8C8. Windows color (decimal): -1061812 or 5033199. OLE color: 5033199.
HSL color Cylindrical-coordinate representation of color #EFCC4C: hue angle of 47.12º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFCC4C is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 76 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.06 |
| HSL | 47.12º | 0.84% | 0.62% | - |
| HSV(B) | 47.12º | 0.68% | 0.94% | - |
| XYZ | 58.49 | 62.06 | 15.73 | - |
| YUV | 199.87 | 58.1 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 76 | 0 | 0.15 | 0.68 | 0.06 | 47.12 | 0.84 | 0.62 |
| Hex | EF | CC | 4C | 0 | F | 44 | 6 | 2F | 54 | 3E |
| Octal | 357 | 314 | 114 | 0 | 17 | 104 | 6 | 57 | 124 | 76 |
| Binary | 11101111 | 11001100 | 1001100 | 0 | 1111 | 1000100 | 110 | 101111 | 1010100 | 111110 |
Color Harmonies of #EFCC4C
Complementary color
Monochromatic Colors of #EFCC4C
Black with #EFCC4C
Text Example
Text Example
White with #EFCC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC4C; }
p { color: rgb(239,204,76); }
H1.HeaderClassName
{
color: #EFCC4C;
}
.AnyTagClassName
{
color: #EFCC4C;
}
</style>
background-color css
<style>
a { background-color: #EFCC4C; }
a { background-color: rgb(239,204,76); }
div.DivClassName
{
background-color: #EFCC4C;
}
.BgClassName
{
background-color: #EFCC4C;
}
</style>
border-color css
<style>
span { border-color: #EFCC4C; }
span { border-color: rgb(239,204,76); }
td.TdClassName
{
border-color: #EFCC4C;
}
.TagClassName
{
border-color: #EFCC4C;
}
</style>