Shades of Festival #EECA4D
Tints of Festival #EECA4D
RGB
CMYK
RGB Variations
Color information
#EECA4D (or 0xEECA4D) is known color: Festival. HEX triplet: EE, CA and 4D. RGB value is (238,202,77). Sum of RGB (Red+Green+Blue) = 238+202+77=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA4D is #1135B2. Grayscale: #C7C7C7. Windows color (decimal): -1127859 or 5098222. OLE color: 5098222.
HSL color Cylindrical-coordinate representation of color #EECA4D: hue angle of 46.58º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EECA4D is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 77 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.07 |
| HSL | 46.58º | 0.83% | 0.62% | - |
| HSV(B) | 46.58º | 0.68% | 0.93% | - |
| XYZ | 57.72 | 60.95 | 15.74 | - |
| YUV | 198.51 | 59.43 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 77 | 0 | 0.15 | 0.68 | 0.07 | 46.58 | 0.83 | 0.62 |
| Hex | EE | CA | 4D | 0 | F | 44 | 7 | 2F | 53 | 3E |
| Octal | 356 | 312 | 115 | 0 | 17 | 104 | 7 | 57 | 123 | 76 |
| Binary | 11101110 | 11001010 | 1001101 | 0 | 1111 | 1000100 | 111 | 101111 | 1010011 | 111110 |
Color Harmonies of #EECA4D
Complementary color
Monochromatic Colors of #EECA4D
Black with #EECA4D
Text Example
Text Example
White with #EECA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA4D; }
p { color: rgb(238,202,77); }
H1.HeaderClassName
{
color: #EECA4D;
}
.AnyTagClassName
{
color: #EECA4D;
}
</style>
background-color css
<style>
a { background-color: #EECA4D; }
a { background-color: rgb(238,202,77); }
div.DivClassName
{
background-color: #EECA4D;
}
.BgClassName
{
background-color: #EECA4D;
}
</style>
border-color css
<style>
span { border-color: #EECA4D; }
span { border-color: rgb(238,202,77); }
td.TdClassName
{
border-color: #EECA4D;
}
.TagClassName
{
border-color: #EECA4D;
}
</style>