Shades of Festival #EECF4C
Tints of Festival #EECF4C
RGB
CMYK
RGB Variations
Color information
#EECF4C (or 0xEECF4C) is known color: Festival. HEX triplet: EE, CF and 4C. RGB value is (238,207,76). Sum of RGB (Red+Green+Blue) = 238+207+76=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECF4C is #1130B3. Grayscale: #C9C9C9. Windows color (decimal): -1126580 or 5033966. OLE color: 5033966.
HSL color Cylindrical-coordinate representation of color #EECF4C: hue angle of 48.52º 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 #EECF4C is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 76 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.07 |
| HSL | 48.52º | 0.83% | 0.62% | - |
| HSV(B) | 48.52º | 0.68% | 0.93% | - |
| XYZ | 58.88 | 63.32 | 15.96 | - |
| YUV | 201.34 | 57.27 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 76 | 0 | 0.13 | 0.68 | 0.07 | 48.52 | 0.83 | 0.62 |
| Hex | EE | CF | 4C | 0 | D | 44 | 7 | 31 | 53 | 3E |
| Octal | 356 | 317 | 114 | 0 | 15 | 104 | 7 | 61 | 123 | 76 |
| Binary | 11101110 | 11001111 | 1001100 | 0 | 1101 | 1000100 | 111 | 110001 | 1010011 | 111110 |
Color Harmonies of #EECF4C
Complementary color
Monochromatic Colors of #EECF4C
Black with #EECF4C
Text Example
Text Example
White with #EECF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF4C; }
p { color: rgb(238,207,76); }
H1.HeaderClassName
{
color: #EECF4C;
}
.AnyTagClassName
{
color: #EECF4C;
}
</style>
background-color css
<style>
a { background-color: #EECF4C; }
a { background-color: rgb(238,207,76); }
div.DivClassName
{
background-color: #EECF4C;
}
.BgClassName
{
background-color: #EECF4C;
}
</style>
border-color css
<style>
span { border-color: #EECF4C; }
span { border-color: rgb(238,207,76); }
td.TdClassName
{
border-color: #EECF4C;
}
.TagClassName
{
border-color: #EECF4C;
}
</style>