Shades of Festival #EACA4A
Tints of Festival #EACA4A
RGB
CMYK
RGB Variations
Color information
#EACA4A (or 0xEACA4A) is known color: Festival. HEX triplet: EA, CA and 4A. RGB value is (234,202,74). Sum of RGB (Red+Green+Blue) = 234+202+74=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA4A is #1535B5. Grayscale: #C5C5C5. Windows color (decimal): -1390006 or 4901610. OLE color: 4901610.
HSL color Cylindrical-coordinate representation of color #EACA4A: hue angle of 48º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EACA4A is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 74 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.08 |
| HSL | 48º | 0.79% | 0.6% | - |
| HSV(B) | 48º | 0.68% | 0.92% | - |
| XYZ | 56.29 | 60.23 | 15.14 | - |
| YUV | 196.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 74 | 0 | 0.14 | 0.68 | 0.08 | 48 | 0.79 | 0.6 |
| Hex | EA | CA | 4A | 0 | E | 44 | 8 | 30 | 4F | 3C |
| Octal | 352 | 312 | 112 | 0 | 16 | 104 | 10 | 60 | 117 | 74 |
| Binary | 11101010 | 11001010 | 1001010 | 0 | 1110 | 1000100 | 1000 | 110000 | 1001111 | 111100 |
Color Harmonies of #EACA4A
Complementary color
Monochromatic Colors of #EACA4A
Black with #EACA4A
Text Example
Text Example
White with #EACA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA4A; }
p { color: rgb(234,202,74); }
H1.HeaderClassName
{
color: #EACA4A;
}
.AnyTagClassName
{
color: #EACA4A;
}
</style>
background-color css
<style>
a { background-color: #EACA4A; }
a { background-color: rgb(234,202,74); }
div.DivClassName
{
background-color: #EACA4A;
}
.BgClassName
{
background-color: #EACA4A;
}
</style>
border-color css
<style>
span { border-color: #EACA4A; }
span { border-color: rgb(234,202,74); }
td.TdClassName
{
border-color: #EACA4A;
}
.TagClassName
{
border-color: #EACA4A;
}
</style>