Shades of Festival #EECF47
Tints of Festival #EECF47
RGB
CMYK
RGB Variations
Color information
#EECF47 (or 0xEECF47) is known color: Festival. HEX triplet: EE, CF and 47. RGB value is (238,207,71). Sum of RGB (Red+Green+Blue) = 238+207+71=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 71 (28.12% from 255 or 13.76% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECF47 is #1130B8. Grayscale: #C9C9C9. Windows color (decimal): -1126585 or 4706286. OLE color: 4706286.
HSL color Cylindrical-coordinate representation of color #EECF47: hue angle of 48.86º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EECF47 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 71 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.07 |
| HSL | 48.86º | 0.83% | 0.61% | - |
| HSV(B) | 48.86º | 0.7% | 0.93% | - |
| XYZ | 58.71 | 63.26 | 15.08 | - |
| YUV | 200.77 | 54.77 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 71 | 0 | 0.13 | 0.70 | 0.07 | 48.86 | 0.83 | 0.61 |
| Hex | EE | CF | 47 | 0 | D | 46 | 7 | 31 | 53 | 3D |
| Octal | 356 | 317 | 107 | 0 | 15 | 106 | 7 | 61 | 123 | 75 |
| Binary | 11101110 | 11001111 | 1000111 | 0 | 1101 | 1000110 | 111 | 110001 | 1010011 | 111101 |
Color Harmonies of #EECF47
Complementary color
Monochromatic Colors of #EECF47
Black with #EECF47
Text Example
Text Example
White with #EECF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF47; }
p { color: rgb(238,207,71); }
H1.HeaderClassName
{
color: #EECF47;
}
.AnyTagClassName
{
color: #EECF47;
}
</style>
background-color css
<style>
a { background-color: #EECF47; }
a { background-color: rgb(238,207,71); }
div.DivClassName
{
background-color: #EECF47;
}
.BgClassName
{
background-color: #EECF47;
}
</style>
border-color css
<style>
span { border-color: #EECF47; }
span { border-color: rgb(238,207,71); }
td.TdClassName
{
border-color: #EECF47;
}
.TagClassName
{
border-color: #EECF47;
}
</style>