Shades of Festival #EFD145
Tints of Festival #EFD145
RGB
CMYK
RGB Variations
Color information
#EFD145 (or 0xEFD145) is known color: Festival. HEX triplet: EF, D1 and 45. RGB value is (239,209,69). Sum of RGB (Red+Green+Blue) = 239+209+69=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD145 is #102EBA. Grayscale: #CACACA. Windows color (decimal): -1060539 or 4575727. OLE color: 4575727.
HSL color Cylindrical-coordinate representation of color #EFD145: hue angle of 49.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFD145 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 69 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.06 |
| HSL | 49.41º | 0.84% | 0.6% | - |
| HSV(B) | 49.41º | 0.71% | 0.94% | - |
| XYZ | 59.47 | 64.38 | 14.92 | - |
| YUV | 202.01 | 52.94 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 69 | 0 | 0.13 | 0.71 | 0.06 | 49.41 | 0.84 | 0.6 |
| Hex | EF | D1 | 45 | 0 | D | 47 | 6 | 31 | 54 | 3C |
| Octal | 357 | 321 | 105 | 0 | 15 | 107 | 6 | 61 | 124 | 74 |
| Binary | 11101111 | 11010001 | 1000101 | 0 | 1101 | 1000111 | 110 | 110001 | 1010100 | 111100 |
Color Harmonies of #EFD145
Complementary color
Monochromatic Colors of #EFD145
Black with #EFD145
Text Example
Text Example
White with #EFD145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD145; }
p { color: rgb(239,209,69); }
H1.HeaderClassName
{
color: #EFD145;
}
.AnyTagClassName
{
color: #EFD145;
}
</style>
background-color css
<style>
a { background-color: #EFD145; }
a { background-color: rgb(239,209,69); }
div.DivClassName
{
background-color: #EFD145;
}
.BgClassName
{
background-color: #EFD145;
}
</style>
border-color css
<style>
span { border-color: #EFD145; }
span { border-color: rgb(239,209,69); }
td.TdClassName
{
border-color: #EFD145;
}
.TagClassName
{
border-color: #EFD145;
}
</style>