Shades of Festival #EFCD4D
Tints of Festival #EFCD4D
RGB
CMYK
RGB Variations
Color information
#EFCD4D (or 0xEFCD4D) is known color: Festival. HEX triplet: EF, CD and 4D. RGB value is (239,205,77). Sum of RGB (Red+Green+Blue) = 239+205+77=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD4D is #1032B2. Grayscale: #C9C9C9. Windows color (decimal): -1061555 or 5098991. OLE color: 5098991.
HSL color Cylindrical-coordinate representation of color #EFCD4D: hue angle of 47.41º 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 #EFCD4D is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 77 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.06 |
| HSL | 47.41º | 0.84% | 0.62% | - |
| HSV(B) | 47.41º | 0.68% | 0.94% | - |
| XYZ | 58.77 | 62.55 | 16 | - |
| YUV | 200.57 | 58.26 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 77 | 0 | 0.14 | 0.68 | 0.06 | 47.41 | 0.84 | 0.62 |
| Hex | EF | CD | 4D | 0 | E | 44 | 6 | 2F | 54 | 3E |
| Octal | 357 | 315 | 115 | 0 | 16 | 104 | 6 | 57 | 124 | 76 |
| Binary | 11101111 | 11001101 | 1001101 | 0 | 1110 | 1000100 | 110 | 101111 | 1010100 | 111110 |
Color Harmonies of #EFCD4D
Complementary color
Monochromatic Colors of #EFCD4D
Black with #EFCD4D
Text Example
Text Example
White with #EFCD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD4D; }
p { color: rgb(239,205,77); }
H1.HeaderClassName
{
color: #EFCD4D;
}
.AnyTagClassName
{
color: #EFCD4D;
}
</style>
background-color css
<style>
a { background-color: #EFCD4D; }
a { background-color: rgb(239,205,77); }
div.DivClassName
{
background-color: #EFCD4D;
}
.BgClassName
{
background-color: #EFCD4D;
}
</style>
border-color css
<style>
span { border-color: #EFCD4D; }
span { border-color: rgb(239,205,77); }
td.TdClassName
{
border-color: #EFCD4D;
}
.TagClassName
{
border-color: #EFCD4D;
}
</style>