Shades of Festival #EACE4D
Tints of Festival #EACE4D
RGB
CMYK
RGB Variations
Color information
#EACE4D (or 0xEACE4D) is known color: Festival. HEX triplet: EA, CE and 4D. RGB value is (234,206,77). Sum of RGB (Red+Green+Blue) = 234+206+77=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE4D is #1531B2. Grayscale: #C8C8C8. Windows color (decimal): -1388979 or 5099242. OLE color: 5099242.
HSL color Cylindrical-coordinate representation of color #EACE4D: hue angle of 49.3º 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 #EACE4D is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 77 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.08 |
| HSL | 49.3º | 0.79% | 0.61% | - |
| HSV(B) | 49.3º | 0.67% | 0.92% | - |
| XYZ | 57.34 | 62.17 | 16 | - |
| YUV | 199.67 | 58.78 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 77 | 0 | 0.12 | 0.67 | 0.08 | 49.3 | 0.79 | 0.61 |
| Hex | EA | CE | 4D | 0 | C | 43 | 8 | 31 | 4F | 3D |
| Octal | 352 | 316 | 115 | 0 | 14 | 103 | 10 | 61 | 117 | 75 |
| Binary | 11101010 | 11001110 | 1001101 | 0 | 1100 | 1000011 | 1000 | 110001 | 1001111 | 111101 |
Color Harmonies of #EACE4D
Complementary color
Monochromatic Colors of #EACE4D
Black with #EACE4D
Text Example
Text Example
White with #EACE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE4D; }
p { color: rgb(234,206,77); }
H1.HeaderClassName
{
color: #EACE4D;
}
.AnyTagClassName
{
color: #EACE4D;
}
</style>
background-color css
<style>
a { background-color: #EACE4D; }
a { background-color: rgb(234,206,77); }
div.DivClassName
{
background-color: #EACE4D;
}
.BgClassName
{
background-color: #EACE4D;
}
</style>
border-color css
<style>
span { border-color: #EACE4D; }
span { border-color: rgb(234,206,77); }
td.TdClassName
{
border-color: #EACE4D;
}
.TagClassName
{
border-color: #EACE4D;
}
</style>