Shades of Festival #EFD549
Tints of Festival #EFD549
RGB
CMYK
RGB Variations
Color information
#EFD549 (or 0xEFD549) is known color: Festival. HEX triplet: EF, D5 and 49. RGB value is (239,213,73). Sum of RGB (Red+Green+Blue) = 239+213+73=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD549 is #102AB6. Grayscale: #CDCDCD. Windows color (decimal): -1059511 or 4838895. OLE color: 4838895.
HSL color Cylindrical-coordinate representation of color #EFD549: hue angle of 50.6º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFD549 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 73 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.06 |
| HSL | 50.6º | 0.84% | 0.61% | - |
| HSV(B) | 50.6º | 0.69% | 0.94% | - |
| XYZ | 60.59 | 66.42 | 15.93 | - |
| YUV | 204.81 | 53.61 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 73 | 0 | 0.11 | 0.69 | 0.06 | 50.6 | 0.84 | 0.61 |
| Hex | EF | D5 | 49 | 0 | B | 45 | 6 | 33 | 54 | 3D |
| Octal | 357 | 325 | 111 | 0 | 13 | 105 | 6 | 63 | 124 | 75 |
| Binary | 11101111 | 11010101 | 1001001 | 0 | 1011 | 1000101 | 110 | 110011 | 1010100 | 111101 |
Color Harmonies of #EFD549
Complementary color
Monochromatic Colors of #EFD549
Black with #EFD549
Text Example
Text Example
White with #EFD549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD549; }
p { color: rgb(239,213,73); }
H1.HeaderClassName
{
color: #EFD549;
}
.AnyTagClassName
{
color: #EFD549;
}
</style>
background-color css
<style>
a { background-color: #EFD549; }
a { background-color: rgb(239,213,73); }
div.DivClassName
{
background-color: #EFD549;
}
.BgClassName
{
background-color: #EFD549;
}
</style>
border-color css
<style>
span { border-color: #EFD549; }
span { border-color: rgb(239,213,73); }
td.TdClassName
{
border-color: #EFD549;
}
.TagClassName
{
border-color: #EFD549;
}
</style>