Shades of Festival #EFCD4E
Tints of Festival #EFCD4E
RGB
CMYK
RGB Variations
Color information
#EFCD4E (or 0xEFCD4E) is known color: Festival. HEX triplet: EF, CD and 4E. RGB value is (239,205,78). Sum of RGB (Red+Green+Blue) = 239+205+78=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD4E is #1032B1. Grayscale: #C9C9C9. Windows color (decimal): -1061554 or 5164527. OLE color: 5164527.
HSL color Cylindrical-coordinate representation of color #EFCD4E: hue angle of 47.33º 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 #EFCD4E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 78 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.06 |
| HSL | 47.33º | 0.83% | 0.62% | - |
| HSV(B) | 47.33º | 0.67% | 0.94% | - |
| XYZ | 58.8 | 62.56 | 16.18 | - |
| YUV | 200.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 78 | 0 | 0.14 | 0.67 | 0.06 | 47.33 | 0.83 | 0.62 |
| Hex | EF | CD | 4E | 0 | E | 43 | 6 | 2F | 53 | 3E |
| Octal | 357 | 315 | 116 | 0 | 16 | 103 | 6 | 57 | 123 | 76 |
| Binary | 11101111 | 11001101 | 1001110 | 0 | 1110 | 1000011 | 110 | 101111 | 1010011 | 111110 |
Color Harmonies of #EFCD4E
Complementary color
Monochromatic Colors of #EFCD4E
Black with #EFCD4E
Text Example
Text Example
White with #EFCD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD4E; }
p { color: rgb(239,205,78); }
H1.HeaderClassName
{
color: #EFCD4E;
}
.AnyTagClassName
{
color: #EFCD4E;
}
</style>
background-color css
<style>
a { background-color: #EFCD4E; }
a { background-color: rgb(239,205,78); }
div.DivClassName
{
background-color: #EFCD4E;
}
.BgClassName
{
background-color: #EFCD4E;
}
</style>
border-color css
<style>
span { border-color: #EFCD4E; }
span { border-color: rgb(239,205,78); }
td.TdClassName
{
border-color: #EFCD4E;
}
.TagClassName
{
border-color: #EFCD4E;
}
</style>