Shades of Festival #EECA4F
Tints of Festival #EECA4F
RGB
CMYK
RGB Variations
Color information
#EECA4F (or 0xEECA4F) is known color: Festival. HEX triplet: EE, CA and 4F. RGB value is (238,202,79). Sum of RGB (Red+Green+Blue) = 238+202+79=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 79 (31.25% from 255 or 15.22% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA4F is #1135B0. Grayscale: #C7C7C7. Windows color (decimal): -1127857 or 5229294. OLE color: 5229294.
HSL color Cylindrical-coordinate representation of color #EECA4F: hue angle of 46.42º 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 #EECA4F is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 79 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.07 |
| HSL | 46.42º | 0.82% | 0.62% | - |
| HSV(B) | 46.42º | 0.67% | 0.93% | - |
| XYZ | 57.79 | 60.98 | 16.12 | - |
| YUV | 198.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 79 | 0 | 0.15 | 0.67 | 0.07 | 46.42 | 0.82 | 0.62 |
| Hex | EE | CA | 4F | 0 | F | 43 | 7 | 2E | 52 | 3E |
| Octal | 356 | 312 | 117 | 0 | 17 | 103 | 7 | 56 | 122 | 76 |
| Binary | 11101110 | 11001010 | 1001111 | 0 | 1111 | 1000011 | 111 | 101110 | 1010010 | 111110 |
Color Harmonies of #EECA4F
Complementary color
Monochromatic Colors of #EECA4F
Black with #EECA4F
Text Example
Text Example
White with #EECA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA4F; }
p { color: rgb(238,202,79); }
H1.HeaderClassName
{
color: #EECA4F;
}
.AnyTagClassName
{
color: #EECA4F;
}
</style>
background-color css
<style>
a { background-color: #EECA4F; }
a { background-color: rgb(238,202,79); }
div.DivClassName
{
background-color: #EECA4F;
}
.BgClassName
{
background-color: #EECA4F;
}
</style>
border-color css
<style>
span { border-color: #EECA4F; }
span { border-color: rgb(238,202,79); }
td.TdClassName
{
border-color: #EECA4F;
}
.TagClassName
{
border-color: #EECA4F;
}
</style>