Shades of Festival #EACE4F
Tints of Festival #EACE4F
RGB
CMYK
RGB Variations
Color information
#EACE4F (or 0xEACE4F) is known color: Festival. HEX triplet: EA, CE and 4F. RGB value is (234,206,79). Sum of RGB (Red+Green+Blue) = 234+206+79=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 79 (31.25% from 255 or 15.22% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE4F is #1531B0. Grayscale: #C8C8C8. Windows color (decimal): -1388977 or 5230314. OLE color: 5230314.
HSL color Cylindrical-coordinate representation of color #EACE4F: hue angle of 49.16º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EACE4F is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 79 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.08 |
| HSL | 49.16º | 0.79% | 0.61% | - |
| HSV(B) | 49.16º | 0.66% | 0.92% | - |
| XYZ | 57.41 | 62.2 | 16.38 | - |
| YUV | 199.89 | 59.78 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 79 | 0 | 0.12 | 0.66 | 0.08 | 49.16 | 0.79 | 0.61 |
| Hex | EA | CE | 4F | 0 | C | 42 | 8 | 31 | 4F | 3D |
| Octal | 352 | 316 | 117 | 0 | 14 | 102 | 10 | 61 | 117 | 75 |
| Binary | 11101010 | 11001110 | 1001111 | 0 | 1100 | 1000010 | 1000 | 110001 | 1001111 | 111101 |
Color Harmonies of #EACE4F
Complementary color
Monochromatic Colors of #EACE4F
Black with #EACE4F
Text Example
Text Example
White with #EACE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE4F; }
p { color: rgb(234,206,79); }
H1.HeaderClassName
{
color: #EACE4F;
}
.AnyTagClassName
{
color: #EACE4F;
}
</style>
background-color css
<style>
a { background-color: #EACE4F; }
a { background-color: rgb(234,206,79); }
div.DivClassName
{
background-color: #EACE4F;
}
.BgClassName
{
background-color: #EACE4F;
}
</style>
border-color css
<style>
span { border-color: #EACE4F; }
span { border-color: rgb(234,206,79); }
td.TdClassName
{
border-color: #EACE4F;
}
.TagClassName
{
border-color: #EACE4F;
}
</style>