Shades of Festival #EECF41
Tints of Festival #EECF41
RGB
CMYK
RGB Variations
Color information
#EECF41 (or 0xEECF41) is known color: Festival. HEX triplet: EE, CF and 41. RGB value is (238,207,65). Sum of RGB (Red+Green+Blue) = 238+207+65=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 207 (81.25% from 255 or 40.59% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECF41 is #1130BE. Grayscale: #C8C8C8. Windows color (decimal): -1126591 or 4313070. OLE color: 4313070.
HSL color Cylindrical-coordinate representation of color #EECF41: hue angle of 49.25º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EECF41 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 65 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.07 |
| HSL | 49.25º | 0.84% | 0.59% | - |
| HSV(B) | 49.25º | 0.73% | 0.93% | - |
| XYZ | 58.53 | 63.18 | 14.11 | - |
| YUV | 200.08 | 51.77 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 65 | 0 | 0.13 | 0.73 | 0.07 | 49.25 | 0.84 | 0.59 |
| Hex | EE | CF | 41 | 0 | D | 49 | 7 | 31 | 54 | 3B |
| Octal | 356 | 317 | 101 | 0 | 15 | 111 | 7 | 61 | 124 | 73 |
| Binary | 11101110 | 11001111 | 1000001 | 0 | 1101 | 1001001 | 111 | 110001 | 1010100 | 111011 |
Color Harmonies of #EECF41
Complementary color
Monochromatic Colors of #EECF41
Black with #EECF41
Text Example
Text Example
White with #EECF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF41; }
p { color: rgb(238,207,65); }
H1.HeaderClassName
{
color: #EECF41;
}
.AnyTagClassName
{
color: #EECF41;
}
</style>
background-color css
<style>
a { background-color: #EECF41; }
a { background-color: rgb(238,207,65); }
div.DivClassName
{
background-color: #EECF41;
}
.BgClassName
{
background-color: #EECF41;
}
</style>
border-color css
<style>
span { border-color: #EECF41; }
span { border-color: rgb(238,207,65); }
td.TdClassName
{
border-color: #EECF41;
}
.TagClassName
{
border-color: #EECF41;
}
</style>