Shades of Festival #EFD33E
Tints of Festival #EFD33E
RGB
CMYK
RGB Variations
Color information
#EFD33E (or 0xEFD33E) is known color: Festival. HEX triplet: EF, D3 and 3E. RGB value is (239,211,62). Sum of RGB (Red+Green+Blue) = 239+211+62=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 62 (24.61% from 255 or 12.11% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD33E is #102CC1. Grayscale: #CBCBCB. Windows color (decimal): -1060034 or 4117487. OLE color: 4117487.
HSL color Cylindrical-coordinate representation of color #EFD33E: hue angle of 50.51º 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 #EFD33E is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 62 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.06 |
| HSL | 50.51º | 0.85% | 0.59% | - |
| HSV(B) | 50.51º | 0.74% | 0.94% | - |
| XYZ | 59.76 | 65.29 | 14.01 | - |
| YUV | 202.39 | 48.78 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 62 | 0 | 0.12 | 0.74 | 0.06 | 50.51 | 0.85 | 0.59 |
| Hex | EF | D3 | 3E | 0 | C | 4A | 6 | 33 | 55 | 3B |
| Octal | 357 | 323 | 76 | 0 | 14 | 112 | 6 | 63 | 125 | 73 |
| Binary | 11101111 | 11010011 | 111110 | 0 | 1100 | 1001010 | 110 | 110011 | 1010101 | 111011 |
Color Harmonies of #EFD33E
Complementary color
Monochromatic Colors of #EFD33E
Black with #EFD33E
Text Example
Text Example
White with #EFD33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD33E; }
p { color: rgb(239,211,62); }
H1.HeaderClassName
{
color: #EFD33E;
}
.AnyTagClassName
{
color: #EFD33E;
}
</style>
background-color css
<style>
a { background-color: #EFD33E; }
a { background-color: rgb(239,211,62); }
div.DivClassName
{
background-color: #EFD33E;
}
.BgClassName
{
background-color: #EFD33E;
}
</style>
border-color css
<style>
span { border-color: #EFD33E; }
span { border-color: rgb(239,211,62); }
td.TdClassName
{
border-color: #EFD33E;
}
.TagClassName
{
border-color: #EFD33E;
}
</style>