Shades of Festival #EFCD4C
Tints of Festival #EFCD4C
RGB
CMYK
RGB Variations
Color information
#EFCD4C (or 0xEFCD4C) is known color: Festival. HEX triplet: EF, CD and 4C. RGB value is (239,205,76). Sum of RGB (Red+Green+Blue) = 239+205+76=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD4C is #1032B3. Grayscale: #C9C9C9. Windows color (decimal): -1061556 or 5033455. OLE color: 5033455.
HSL color Cylindrical-coordinate representation of color #EFCD4C: hue angle of 47.48º 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 #EFCD4C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 76 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.06 |
| HSL | 47.48º | 0.84% | 0.62% | - |
| HSV(B) | 47.48º | 0.68% | 0.94% | - |
| XYZ | 58.73 | 62.54 | 15.81 | - |
| YUV | 200.46 | 57.76 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 76 | 0 | 0.14 | 0.68 | 0.06 | 47.48 | 0.84 | 0.62 |
| Hex | EF | CD | 4C | 0 | E | 44 | 6 | 2F | 54 | 3E |
| Octal | 357 | 315 | 114 | 0 | 16 | 104 | 6 | 57 | 124 | 76 |
| Binary | 11101111 | 11001101 | 1001100 | 0 | 1110 | 1000100 | 110 | 101111 | 1010100 | 111110 |
Color Harmonies of #EFCD4C
Complementary color
Monochromatic Colors of #EFCD4C
Black with #EFCD4C
Text Example
Text Example
White with #EFCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD4C; }
p { color: rgb(239,205,76); }
H1.HeaderClassName
{
color: #EFCD4C;
}
.AnyTagClassName
{
color: #EFCD4C;
}
</style>
background-color css
<style>
a { background-color: #EFCD4C; }
a { background-color: rgb(239,205,76); }
div.DivClassName
{
background-color: #EFCD4C;
}
.BgClassName
{
background-color: #EFCD4C;
}
</style>
border-color css
<style>
span { border-color: #EFCD4C; }
span { border-color: rgb(239,205,76); }
td.TdClassName
{
border-color: #EFCD4C;
}
.TagClassName
{
border-color: #EFCD4C;
}
</style>