Shades of Festival #EECA4E
Tints of Festival #EECA4E
RGB
CMYK
RGB Variations
Color information
#EECA4E (or 0xEECA4E) is known color: Festival. HEX triplet: EE, CA and 4E. RGB value is (238,202,78). Sum of RGB (Red+Green+Blue) = 238+202+78=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA4E is #1135B1. Grayscale: #C7C7C7. Windows color (decimal): -1127858 or 5163758. OLE color: 5163758.
HSL color Cylindrical-coordinate representation of color #EECA4E: hue angle of 46.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EECA4E is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 78 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.07 |
| HSL | 46.5º | 0.82% | 0.62% | - |
| HSV(B) | 46.5º | 0.67% | 0.93% | - |
| XYZ | 57.76 | 60.97 | 15.93 | - |
| YUV | 198.63 | 59.93 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 78 | 0 | 0.15 | 0.67 | 0.07 | 46.5 | 0.82 | 0.62 |
| Hex | EE | CA | 4E | 0 | F | 43 | 7 | 2E | 52 | 3E |
| Octal | 356 | 312 | 116 | 0 | 17 | 103 | 7 | 56 | 122 | 76 |
| Binary | 11101110 | 11001010 | 1001110 | 0 | 1111 | 1000011 | 111 | 101110 | 1010010 | 111110 |
Color Harmonies of #EECA4E
Complementary color
Monochromatic Colors of #EECA4E
Black with #EECA4E
Text Example
Text Example
White with #EECA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA4E; }
p { color: rgb(238,202,78); }
H1.HeaderClassName
{
color: #EECA4E;
}
.AnyTagClassName
{
color: #EECA4E;
}
</style>
background-color css
<style>
a { background-color: #EECA4E; }
a { background-color: rgb(238,202,78); }
div.DivClassName
{
background-color: #EECA4E;
}
.BgClassName
{
background-color: #EECA4E;
}
</style>
border-color css
<style>
span { border-color: #EECA4E; }
span { border-color: rgb(238,202,78); }
td.TdClassName
{
border-color: #EECA4E;
}
.TagClassName
{
border-color: #EECA4E;
}
</style>