Shades of Festival #EFD43F
Tints of Festival #EFD43F
RGB
CMYK
RGB Variations
Color information
#EFD43F (or 0xEFD43F) is known color: Festival. HEX triplet: EF, D4 and 3F. RGB value is (239,212,63). Sum of RGB (Red+Green+Blue) = 239+212+63=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD43F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD43F is #102BC0. Grayscale: #CBCBCB. Windows color (decimal): -1059777 or 4183279. OLE color: 4183279.
HSL color Cylindrical-coordinate representation of color #EFD43F: hue angle of 50.8º 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 #EFD43F is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 63 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.06 |
| HSL | 50.8º | 0.85% | 0.59% | - |
| HSV(B) | 50.8º | 0.74% | 0.94% | - |
| XYZ | 60.04 | 65.8 | 14.24 | - |
| YUV | 203.09 | 48.95 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 63 | 0 | 0.11 | 0.74 | 0.06 | 50.8 | 0.85 | 0.59 |
| Hex | EF | D4 | 3F | 0 | B | 4A | 6 | 33 | 55 | 3B |
| Octal | 357 | 324 | 77 | 0 | 13 | 112 | 6 | 63 | 125 | 73 |
| Binary | 11101111 | 11010100 | 111111 | 0 | 1011 | 1001010 | 110 | 110011 | 1010101 | 111011 |
Color Harmonies of #EFD43F
Complementary color
Monochromatic Colors of #EFD43F
Black with #EFD43F
Text Example
Text Example
White with #EFD43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD43F; }
p { color: rgb(239,212,63); }
H1.HeaderClassName
{
color: #EFD43F;
}
.AnyTagClassName
{
color: #EFD43F;
}
</style>
background-color css
<style>
a { background-color: #EFD43F; }
a { background-color: rgb(239,212,63); }
div.DivClassName
{
background-color: #EFD43F;
}
.BgClassName
{
background-color: #EFD43F;
}
</style>
border-color css
<style>
span { border-color: #EFD43F; }
span { border-color: rgb(239,212,63); }
td.TdClassName
{
border-color: #EFD43F;
}
.TagClassName
{
border-color: #EFD43F;
}
</style>