Shades of Festival #EACA51
Tints of Festival #EACA51
RGB
CMYK
RGB Variations
Color information
#EACA51 (or 0xEACA51) is known color: Festival. HEX triplet: EA, CA and 51. RGB value is (234,202,81). Sum of RGB (Red+Green+Blue) = 234+202+81=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 81 (32.03% from 255 or 15.67% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA51 is #1535AE. Grayscale: #C6C6C6. Windows color (decimal): -1389999 or 5360362. OLE color: 5360362.
HSL color Cylindrical-coordinate representation of color #EACA51: hue angle of 47.45º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EACA51 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 81 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.08 |
| HSL | 47.45º | 0.78% | 0.62% | - |
| HSV(B) | 47.45º | 0.65% | 0.92% | - |
| XYZ | 56.54 | 60.33 | 16.45 | - |
| YUV | 197.77 | 62.1 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 81 | 0 | 0.14 | 0.65 | 0.08 | 47.45 | 0.78 | 0.62 |
| Hex | EA | CA | 51 | 0 | E | 41 | 8 | 2F | 4E | 3E |
| Octal | 352 | 312 | 121 | 0 | 16 | 101 | 10 | 57 | 116 | 76 |
| Binary | 11101010 | 11001010 | 1010001 | 0 | 1110 | 1000001 | 1000 | 101111 | 1001110 | 111110 |
Color Harmonies of #EACA51
Complementary color
Monochromatic Colors of #EACA51
Black with #EACA51
Text Example
Text Example
White with #EACA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA51; }
p { color: rgb(234,202,81); }
H1.HeaderClassName
{
color: #EACA51;
}
.AnyTagClassName
{
color: #EACA51;
}
</style>
background-color css
<style>
a { background-color: #EACA51; }
a { background-color: rgb(234,202,81); }
div.DivClassName
{
background-color: #EACA51;
}
.BgClassName
{
background-color: #EACA51;
}
</style>
border-color css
<style>
span { border-color: #EACA51; }
span { border-color: rgb(234,202,81); }
td.TdClassName
{
border-color: #EACA51;
}
.TagClassName
{
border-color: #EACA51;
}
</style>