Shades of Festival #EACA4E
Tints of Festival #EACA4E
RGB
CMYK
RGB Variations
Color information
#EACA4E (or 0xEACA4E) is known color: Festival. HEX triplet: EA, CA and 4E. RGB value is (234,202,78). Sum of RGB (Red+Green+Blue) = 234+202+78=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA4E is #1535B1. Grayscale: #C5C5C5. Windows color (decimal): -1390002 or 5163754. OLE color: 5163754.
HSL color Cylindrical-coordinate representation of color #EACA4E: hue angle of 47.69º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EACA4E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 78 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.08 |
| HSL | 47.69º | 0.79% | 0.61% | - |
| HSV(B) | 47.69º | 0.67% | 0.92% | - |
| XYZ | 56.43 | 60.28 | 15.87 | - |
| YUV | 197.43 | 60.6 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 78 | 0 | 0.14 | 0.67 | 0.08 | 47.69 | 0.79 | 0.61 |
| Hex | EA | CA | 4E | 0 | E | 43 | 8 | 30 | 4F | 3D |
| Octal | 352 | 312 | 116 | 0 | 16 | 103 | 10 | 60 | 117 | 75 |
| Binary | 11101010 | 11001010 | 1001110 | 0 | 1110 | 1000011 | 1000 | 110000 | 1001111 | 111101 |
Color Harmonies of #EACA4E
Complementary color
Monochromatic Colors of #EACA4E
Black with #EACA4E
Text Example
Text Example
White with #EACA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA4E; }
p { color: rgb(234,202,78); }
H1.HeaderClassName
{
color: #EACA4E;
}
.AnyTagClassName
{
color: #EACA4E;
}
</style>
background-color css
<style>
a { background-color: #EACA4E; }
a { background-color: rgb(234,202,78); }
div.DivClassName
{
background-color: #EACA4E;
}
.BgClassName
{
background-color: #EACA4E;
}
</style>
border-color css
<style>
span { border-color: #EACA4E; }
span { border-color: rgb(234,202,78); }
td.TdClassName
{
border-color: #EACA4E;
}
.TagClassName
{
border-color: #EACA4E;
}
</style>