Shades of Festival #EACD54
Tints of Festival #EACD54
RGB
CMYK
RGB Variations
Color information
#EACD54 (or 0xEACD54) is known color: Festival. HEX triplet: EA, CD and 54. RGB value is (234,205,84). Sum of RGB (Red+Green+Blue) = 234+205+84=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD54 is #1532AB. Grayscale: #C8C8C8. Windows color (decimal): -1389228 or 5557738. OLE color: 5557738.
HSL color Cylindrical-coordinate representation of color #EACD54: hue angle of 48.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EACD54 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 84 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.08 |
| HSL | 48.4º | 0.78% | 0.62% | - |
| HSV(B) | 48.4º | 0.64% | 0.92% | - |
| XYZ | 57.36 | 61.8 | 17.29 | - |
| YUV | 199.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 84 | 0 | 0.12 | 0.64 | 0.08 | 48.4 | 0.78 | 0.62 |
| Hex | EA | CD | 54 | 0 | C | 40 | 8 | 30 | 4E | 3E |
| Octal | 352 | 315 | 124 | 0 | 14 | 100 | 10 | 60 | 116 | 76 |
| Binary | 11101010 | 11001101 | 1010100 | 0 | 1100 | 1000000 | 1000 | 110000 | 1001110 | 111110 |
Color Harmonies of #EACD54
Complementary color
Monochromatic Colors of #EACD54
Black with #EACD54
Text Example
Text Example
White with #EACD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD54; }
p { color: rgb(234,205,84); }
H1.HeaderClassName
{
color: #EACD54;
}
.AnyTagClassName
{
color: #EACD54;
}
</style>
background-color css
<style>
a { background-color: #EACD54; }
a { background-color: rgb(234,205,84); }
div.DivClassName
{
background-color: #EACD54;
}
.BgClassName
{
background-color: #EACD54;
}
</style>
border-color css
<style>
span { border-color: #EACD54; }
span { border-color: rgb(234,205,84); }
td.TdClassName
{
border-color: #EACD54;
}
.TagClassName
{
border-color: #EACD54;
}
</style>