Shades of Festival #EECA41
Tints of Festival #EECA41
RGB
CMYK
RGB Variations
Color information
#EECA41 (or 0xEECA41) is known color: Festival. HEX triplet: EE, CA and 41. RGB value is (238,202,65). Sum of RGB (Red+Green+Blue) = 238+202+65=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA41 is #1135BE. Grayscale: #C5C5C5. Windows color (decimal): -1127871 or 4311790. OLE color: 4311790.
HSL color Cylindrical-coordinate representation of color #EECA41: hue angle of 47.51º 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 #EECA41 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 65 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.07 |
| HSL | 47.51º | 0.84% | 0.59% | - |
| HSV(B) | 47.51º | 0.73% | 0.93% | - |
| XYZ | 57.33 | 60.8 | 13.71 | - |
| YUV | 197.15 | 53.43 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 65 | 0 | 0.15 | 0.73 | 0.07 | 47.51 | 0.84 | 0.59 |
| Hex | EE | CA | 41 | 0 | F | 49 | 7 | 30 | 54 | 3B |
| Octal | 356 | 312 | 101 | 0 | 17 | 111 | 7 | 60 | 124 | 73 |
| Binary | 11101110 | 11001010 | 1000001 | 0 | 1111 | 1001001 | 111 | 110000 | 1010100 | 111011 |
Color Harmonies of #EECA41
Complementary color
Monochromatic Colors of #EECA41
Black with #EECA41
Text Example
Text Example
White with #EECA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA41; }
p { color: rgb(238,202,65); }
H1.HeaderClassName
{
color: #EECA41;
}
.AnyTagClassName
{
color: #EECA41;
}
</style>
background-color css
<style>
a { background-color: #EECA41; }
a { background-color: rgb(238,202,65); }
div.DivClassName
{
background-color: #EECA41;
}
.BgClassName
{
background-color: #EECA41;
}
</style>
border-color css
<style>
span { border-color: #EECA41; }
span { border-color: rgb(238,202,65); }
td.TdClassName
{
border-color: #EECA41;
}
.TagClassName
{
border-color: #EECA41;
}
</style>