Shades of Festival #EECA4C
Tints of Festival #EECA4C
RGB
CMYK
RGB Variations
Color information
#EECA4C (or 0xEECA4C) is known color: Festival. HEX triplet: EE, CA and 4C. RGB value is (238,202,76). Sum of RGB (Red+Green+Blue) = 238+202+76=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA4C is #1135B3. Grayscale: #C6C6C6. Windows color (decimal): -1127860 or 5032686. OLE color: 5032686.
HSL color Cylindrical-coordinate representation of color #EECA4C: hue angle of 46.67º 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 #EECA4C is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 76 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.07 |
| HSL | 46.67º | 0.83% | 0.62% | - |
| HSV(B) | 46.67º | 0.68% | 0.93% | - |
| XYZ | 57.68 | 60.94 | 15.56 | - |
| YUV | 198.4 | 58.93 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 76 | 0 | 0.15 | 0.68 | 0.07 | 46.67 | 0.83 | 0.62 |
| Hex | EE | CA | 4C | 0 | F | 44 | 7 | 2F | 53 | 3E |
| Octal | 356 | 312 | 114 | 0 | 17 | 104 | 7 | 57 | 123 | 76 |
| Binary | 11101110 | 11001010 | 1001100 | 0 | 1111 | 1000100 | 111 | 101111 | 1010011 | 111110 |
Color Harmonies of #EECA4C
Complementary color
Monochromatic Colors of #EECA4C
Black with #EECA4C
Text Example
Text Example
White with #EECA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA4C; }
p { color: rgb(238,202,76); }
H1.HeaderClassName
{
color: #EECA4C;
}
.AnyTagClassName
{
color: #EECA4C;
}
</style>
background-color css
<style>
a { background-color: #EECA4C; }
a { background-color: rgb(238,202,76); }
div.DivClassName
{
background-color: #EECA4C;
}
.BgClassName
{
background-color: #EECA4C;
}
</style>
border-color css
<style>
span { border-color: #EECA4C; }
span { border-color: rgb(238,202,76); }
td.TdClassName
{
border-color: #EECA4C;
}
.TagClassName
{
border-color: #EECA4C;
}
</style>