Shades of Festival #EECE41
Tints of Festival #EECE41
RGB
CMYK
RGB Variations
Color information
#EECE41 (or 0xEECE41) is known color: Festival. HEX triplet: EE, CE and 41. RGB value is (238,206,65). Sum of RGB (Red+Green+Blue) = 238+206+65=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE41 is #1131BE. Grayscale: #C8C8C8. Windows color (decimal): -1126847 or 4312814. OLE color: 4312814.
HSL color Cylindrical-coordinate representation of color #EECE41: hue angle of 48.9º 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 #EECE41 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 65 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.07 |
| HSL | 48.9º | 0.84% | 0.59% | - |
| HSV(B) | 48.9º | 0.73% | 0.93% | - |
| XYZ | 58.29 | 62.7 | 14.03 | - |
| YUV | 199.49 | 52.1 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 65 | 0 | 0.13 | 0.73 | 0.07 | 48.9 | 0.84 | 0.59 |
| Hex | EE | CE | 41 | 0 | D | 49 | 7 | 31 | 54 | 3B |
| Octal | 356 | 316 | 101 | 0 | 15 | 111 | 7 | 61 | 124 | 73 |
| Binary | 11101110 | 11001110 | 1000001 | 0 | 1101 | 1001001 | 111 | 110001 | 1010100 | 111011 |
Color Harmonies of #EECE41
Complementary color
Monochromatic Colors of #EECE41
Black with #EECE41
Text Example
Text Example
White with #EECE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE41; }
p { color: rgb(238,206,65); }
H1.HeaderClassName
{
color: #EECE41;
}
.AnyTagClassName
{
color: #EECE41;
}
</style>
background-color css
<style>
a { background-color: #EECE41; }
a { background-color: rgb(238,206,65); }
div.DivClassName
{
background-color: #EECE41;
}
.BgClassName
{
background-color: #EECE41;
}
</style>
border-color css
<style>
span { border-color: #EECE41; }
span { border-color: rgb(238,206,65); }
td.TdClassName
{
border-color: #EECE41;
}
.TagClassName
{
border-color: #EECE41;
}
</style>