Shades of Festival #EECF46
Tints of Festival #EECF46
RGB
CMYK
RGB Variations
Color information
#EECF46 (or 0xEECF46) is known color: Festival. HEX triplet: EE, CF and 46. RGB value is (238,207,70). Sum of RGB (Red+Green+Blue) = 238+207+70=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 70 (27.73% from 255 or 13.59% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECF46 is #1130B9. Grayscale: #C9C9C9. Windows color (decimal): -1126586 or 4640750. OLE color: 4640750.
HSL color Cylindrical-coordinate representation of color #EECF46: hue angle of 48.93º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EECF46 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 70 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.07 |
| HSL | 48.93º | 0.83% | 0.6% | - |
| HSV(B) | 48.93º | 0.71% | 0.93% | - |
| XYZ | 58.68 | 63.24 | 14.91 | - |
| YUV | 200.65 | 54.27 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 70 | 0 | 0.13 | 0.71 | 0.07 | 48.93 | 0.83 | 0.6 |
| Hex | EE | CF | 46 | 0 | D | 47 | 7 | 31 | 53 | 3C |
| Octal | 356 | 317 | 106 | 0 | 15 | 107 | 7 | 61 | 123 | 74 |
| Binary | 11101110 | 11001111 | 1000110 | 0 | 1101 | 1000111 | 111 | 110001 | 1010011 | 111100 |
Color Harmonies of #EECF46
Complementary color
Monochromatic Colors of #EECF46
Black with #EECF46
Text Example
Text Example
White with #EECF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF46; }
p { color: rgb(238,207,70); }
H1.HeaderClassName
{
color: #EECF46;
}
.AnyTagClassName
{
color: #EECF46;
}
</style>
background-color css
<style>
a { background-color: #EECF46; }
a { background-color: rgb(238,207,70); }
div.DivClassName
{
background-color: #EECF46;
}
.BgClassName
{
background-color: #EECF46;
}
</style>
border-color css
<style>
span { border-color: #EECF46; }
span { border-color: rgb(238,207,70); }
td.TdClassName
{
border-color: #EECF46;
}
.TagClassName
{
border-color: #EECF46;
}
</style>