Shades of Festival #EACA50
Tints of Festival #EACA50
RGB
CMYK
RGB Variations
Color information
#EACA50 (or 0xEACA50) is known color: Festival. HEX triplet: EA, CA and 50. RGB value is (234,202,80). Sum of RGB (Red+Green+Blue) = 234+202+80=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA50 is #1535AF. Grayscale: #C6C6C6. Windows color (decimal): -1390000 or 5294826. OLE color: 5294826.
HSL color Cylindrical-coordinate representation of color #EACA50: hue angle of 47.53º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EACA50 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 80 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.08 |
| HSL | 47.53º | 0.79% | 0.62% | - |
| HSV(B) | 47.53º | 0.66% | 0.92% | - |
| XYZ | 56.5 | 60.31 | 16.25 | - |
| YUV | 197.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 80 | 0 | 0.14 | 0.66 | 0.08 | 47.53 | 0.79 | 0.62 |
| Hex | EA | CA | 50 | 0 | E | 42 | 8 | 30 | 4F | 3E |
| Octal | 352 | 312 | 120 | 0 | 16 | 102 | 10 | 60 | 117 | 76 |
| Binary | 11101010 | 11001010 | 1010000 | 0 | 1110 | 1000010 | 1000 | 110000 | 1001111 | 111110 |
Color Harmonies of #EACA50
Complementary color
Monochromatic Colors of #EACA50
Black with #EACA50
Text Example
Text Example
White with #EACA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA50; }
p { color: rgb(234,202,80); }
H1.HeaderClassName
{
color: #EACA50;
}
.AnyTagClassName
{
color: #EACA50;
}
</style>
background-color css
<style>
a { background-color: #EACA50; }
a { background-color: rgb(234,202,80); }
div.DivClassName
{
background-color: #EACA50;
}
.BgClassName
{
background-color: #EACA50;
}
</style>
border-color css
<style>
span { border-color: #EACA50; }
span { border-color: rgb(234,202,80); }
td.TdClassName
{
border-color: #EACA50;
}
.TagClassName
{
border-color: #EACA50;
}
</style>