Shades of Festival #EFD042
Tints of Festival #EFD042
RGB
CMYK
RGB Variations
Color information
#EFD042 (or 0xEFD042) is known color: Festival. HEX triplet: EF, D0 and 42. RGB value is (239,208,66). Sum of RGB (Red+Green+Blue) = 239+208+66=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD042 is #102FBD. Grayscale: #C9C9C9. Windows color (decimal): -1060798 or 4378863. OLE color: 4378863.
HSL color Cylindrical-coordinate representation of color #EFD042: hue angle of 49.25º 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 #EFD042 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 66 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.06 |
| HSL | 49.25º | 0.84% | 0.6% | - |
| HSV(B) | 49.25º | 0.72% | 0.94% | - |
| XYZ | 59.14 | 63.86 | 14.36 | - |
| YUV | 201.08 | 51.77 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 66 | 0 | 0.13 | 0.72 | 0.06 | 49.25 | 0.84 | 0.6 |
| Hex | EF | D0 | 42 | 0 | D | 48 | 6 | 31 | 54 | 3C |
| Octal | 357 | 320 | 102 | 0 | 15 | 110 | 6 | 61 | 124 | 74 |
| Binary | 11101111 | 11010000 | 1000010 | 0 | 1101 | 1001000 | 110 | 110001 | 1010100 | 111100 |
Color Harmonies of #EFD042
Complementary color
Monochromatic Colors of #EFD042
Black with #EFD042
Text Example
Text Example
White with #EFD042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD042; }
p { color: rgb(239,208,66); }
H1.HeaderClassName
{
color: #EFD042;
}
.AnyTagClassName
{
color: #EFD042;
}
</style>
background-color css
<style>
a { background-color: #EFD042; }
a { background-color: rgb(239,208,66); }
div.DivClassName
{
background-color: #EFD042;
}
.BgClassName
{
background-color: #EFD042;
}
</style>
border-color css
<style>
span { border-color: #EFD042; }
span { border-color: rgb(239,208,66); }
td.TdClassName
{
border-color: #EFD042;
}
.TagClassName
{
border-color: #EFD042;
}
</style>