Shades of Festival #EFD03F
Tints of Festival #EFD03F
RGB
CMYK
RGB Variations
Color information
#EFD03F (or 0xEFD03F) is known color: Festival. HEX triplet: EF, D0 and 3F. RGB value is (239,208,63). Sum of RGB (Red+Green+Blue) = 239+208+63=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 63 (25% from 255 or 12.35% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD03F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD03F is #102FC0. Grayscale: #C9C9C9. Windows color (decimal): -1060801 or 4182255. OLE color: 4182255.
HSL color Cylindrical-coordinate representation of color #EFD03F: hue angle of 49.43º 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 #EFD03F is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 63 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.06 |
| HSL | 49.43º | 0.85% | 0.59% | - |
| HSV(B) | 49.43º | 0.74% | 0.94% | - |
| XYZ | 59.05 | 63.82 | 13.91 | - |
| YUV | 200.74 | 50.27 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 63 | 0 | 0.13 | 0.74 | 0.06 | 49.43 | 0.85 | 0.59 |
| Hex | EF | D0 | 3F | 0 | D | 4A | 6 | 31 | 55 | 3B |
| Octal | 357 | 320 | 77 | 0 | 15 | 112 | 6 | 61 | 125 | 73 |
| Binary | 11101111 | 11010000 | 111111 | 0 | 1101 | 1001010 | 110 | 110001 | 1010101 | 111011 |
Color Harmonies of #EFD03F
Complementary color
Monochromatic Colors of #EFD03F
Black with #EFD03F
Text Example
Text Example
White with #EFD03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD03F; }
p { color: rgb(239,208,63); }
H1.HeaderClassName
{
color: #EFD03F;
}
.AnyTagClassName
{
color: #EFD03F;
}
</style>
background-color css
<style>
a { background-color: #EFD03F; }
a { background-color: rgb(239,208,63); }
div.DivClassName
{
background-color: #EFD03F;
}
.BgClassName
{
background-color: #EFD03F;
}
</style>
border-color css
<style>
span { border-color: #EFD03F; }
span { border-color: rgb(239,208,63); }
td.TdClassName
{
border-color: #EFD03F;
}
.TagClassName
{
border-color: #EFD03F;
}
</style>