Shades of Festival #EFD13D
Tints of Festival #EFD13D
RGB
CMYK
RGB Variations
Color information
#EFD13D (or 0xEFD13D) is known color: Festival. HEX triplet: EF, D1 and 3D. RGB value is (239,209,61). Sum of RGB (Red+Green+Blue) = 239+209+61=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 61 (24.22% from 255 or 11.98% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD13D is #102EC2. Grayscale: #C9C9C9. Windows color (decimal): -1060547 or 4051439. OLE color: 4051439.
HSL color Cylindrical-coordinate representation of color #EFD13D: hue angle of 49.89º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFD13D is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 61 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.06 |
| HSL | 49.89º | 0.85% | 0.59% | - |
| HSV(B) | 49.89º | 0.74% | 0.94% | - |
| XYZ | 59.24 | 64.29 | 13.7 | - |
| YUV | 201.1 | 48.94 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 61 | 0 | 0.13 | 0.74 | 0.06 | 49.89 | 0.85 | 0.59 |
| Hex | EF | D1 | 3D | 0 | D | 4A | 6 | 32 | 55 | 3B |
| Octal | 357 | 321 | 75 | 0 | 15 | 112 | 6 | 62 | 125 | 73 |
| Binary | 11101111 | 11010001 | 111101 | 0 | 1101 | 1001010 | 110 | 110010 | 1010101 | 111011 |
Color Harmonies of #EFD13D
Complementary color
Monochromatic Colors of #EFD13D
Black with #EFD13D
Text Example
Text Example
White with #EFD13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD13D; }
p { color: rgb(239,209,61); }
H1.HeaderClassName
{
color: #EFD13D;
}
.AnyTagClassName
{
color: #EFD13D;
}
</style>
background-color css
<style>
a { background-color: #EFD13D; }
a { background-color: rgb(239,209,61); }
div.DivClassName
{
background-color: #EFD13D;
}
.BgClassName
{
background-color: #EFD13D;
}
</style>
border-color css
<style>
span { border-color: #EFD13D; }
span { border-color: rgb(239,209,61); }
td.TdClassName
{
border-color: #EFD13D;
}
.TagClassName
{
border-color: #EFD13D;
}
</style>