Shades of Festival #EECF4D
Tints of Festival #EECF4D
RGB
CMYK
RGB Variations
Color information
#EECF4D (or 0xEECF4D) is known color: Festival. HEX triplet: EE, CF and 4D. RGB value is (238,207,77). Sum of RGB (Red+Green+Blue) = 238+207+77=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF4D is #1130B2. Grayscale: #C9C9C9. Windows color (decimal): -1126579 or 5099502. OLE color: 5099502.
HSL color Cylindrical-coordinate representation of color #EECF4D: hue angle of 48.45º 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 #EECF4D is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 77 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.07 |
| HSL | 48.45º | 0.83% | 0.62% | - |
| HSV(B) | 48.45º | 0.68% | 0.93% | - |
| XYZ | 58.91 | 63.34 | 16.14 | - |
| YUV | 201.45 | 57.77 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 77 | 0 | 0.13 | 0.68 | 0.07 | 48.45 | 0.83 | 0.62 |
| Hex | EE | CF | 4D | 0 | D | 44 | 7 | 30 | 53 | 3E |
| Octal | 356 | 317 | 115 | 0 | 15 | 104 | 7 | 60 | 123 | 76 |
| Binary | 11101110 | 11001111 | 1001101 | 0 | 1101 | 1000100 | 111 | 110000 | 1010011 | 111110 |
Color Harmonies of #EECF4D
Complementary color
Monochromatic Colors of #EECF4D
Black with #EECF4D
Text Example
Text Example
White with #EECF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF4D; }
p { color: rgb(238,207,77); }
H1.HeaderClassName
{
color: #EECF4D;
}
.AnyTagClassName
{
color: #EECF4D;
}
</style>
background-color css
<style>
a { background-color: #EECF4D; }
a { background-color: rgb(238,207,77); }
div.DivClassName
{
background-color: #EECF4D;
}
.BgClassName
{
background-color: #EECF4D;
}
</style>
border-color css
<style>
span { border-color: #EECF4D; }
span { border-color: rgb(238,207,77); }
td.TdClassName
{
border-color: #EECF4D;
}
.TagClassName
{
border-color: #EECF4D;
}
</style>