Shades of Festival #EACA3C
Tints of Festival #EACA3C
RGB
CMYK
RGB Variations
Color information
#EACA3C (or 0xEACA3C) is known color: Festival. HEX triplet: EA, CA and 3C. RGB value is (234,202,60). Sum of RGB (Red+Green+Blue) = 234+202+60=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA3C is #1535C3. Grayscale: #C3C3C3. Windows color (decimal): -1390020 or 3984106. OLE color: 3984106.
HSL color Cylindrical-coordinate representation of color #EACA3C: hue angle of 48.97º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EACA3C is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 60 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.08 |
| HSL | 48.97º | 0.81% | 0.58% | - |
| HSV(B) | 48.97º | 0.74% | 0.92% | - |
| XYZ | 55.87 | 60.06 | 12.92 | - |
| YUV | 195.38 | 51.6 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 60 | 0 | 0.14 | 0.74 | 0.08 | 48.97 | 0.81 | 0.58 |
| Hex | EA | CA | 3C | 0 | E | 4A | 8 | 31 | 51 | 3A |
| Octal | 352 | 312 | 74 | 0 | 16 | 112 | 10 | 61 | 121 | 72 |
| Binary | 11101010 | 11001010 | 111100 | 0 | 1110 | 1001010 | 1000 | 110001 | 1010001 | 111010 |
Color Harmonies of #EACA3C
Complementary color
Monochromatic Colors of #EACA3C
Black with #EACA3C
Text Example
Text Example
White with #EACA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA3C; }
p { color: rgb(234,202,60); }
H1.HeaderClassName
{
color: #EACA3C;
}
.AnyTagClassName
{
color: #EACA3C;
}
</style>
background-color css
<style>
a { background-color: #EACA3C; }
a { background-color: rgb(234,202,60); }
div.DivClassName
{
background-color: #EACA3C;
}
.BgClassName
{
background-color: #EACA3C;
}
</style>
border-color css
<style>
span { border-color: #EACA3C; }
span { border-color: rgb(234,202,60); }
td.TdClassName
{
border-color: #EACA3C;
}
.TagClassName
{
border-color: #EACA3C;
}
</style>