Shades of Festival #EFD543
Tints of Festival #EFD543
RGB
CMYK
RGB Variations
Color information
#EFD543 (or 0xEFD543) is known color: Festival. HEX triplet: EF, D5 and 43. RGB value is (239,213,67). Sum of RGB (Red+Green+Blue) = 239+213+67=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 67 (26.56% from 255 or 12.91% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD543 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD543 is #102ABC. Grayscale: #CCCCCC. Windows color (decimal): -1059517 or 4445679. OLE color: 4445679.
HSL color Cylindrical-coordinate representation of color #EFD543: hue angle of 50.93º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFD543 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 213 | 67 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.06 |
| HSL | 50.93º | 0.84% | 0.6% | - |
| HSV(B) | 50.93º | 0.72% | 0.94% | - |
| XYZ | 60.4 | 66.34 | 14.93 | - |
| YUV | 204.13 | 50.61 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 213 | 67 | 0 | 0.11 | 0.72 | 0.06 | 50.93 | 0.84 | 0.6 |
| Hex | EF | D5 | 43 | 0 | B | 48 | 6 | 33 | 54 | 3C |
| Octal | 357 | 325 | 103 | 0 | 13 | 110 | 6 | 63 | 124 | 74 |
| Binary | 11101111 | 11010101 | 1000011 | 0 | 1011 | 1001000 | 110 | 110011 | 1010100 | 111100 |
Color Harmonies of #EFD543
Complementary color
Monochromatic Colors of #EFD543
Black with #EFD543
Text Example
Text Example
White with #EFD543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD543; }
p { color: rgb(239,213,67); }
H1.HeaderClassName
{
color: #EFD543;
}
.AnyTagClassName
{
color: #EFD543;
}
</style>
background-color css
<style>
a { background-color: #EFD543; }
a { background-color: rgb(239,213,67); }
div.DivClassName
{
background-color: #EFD543;
}
.BgClassName
{
background-color: #EFD543;
}
</style>
border-color css
<style>
span { border-color: #EFD543; }
span { border-color: rgb(239,213,67); }
td.TdClassName
{
border-color: #EFD543;
}
.TagClassName
{
border-color: #EFD543;
}
</style>