Shades of Festival #EACA45
Tints of Festival #EACA45
RGB
CMYK
RGB Variations
Color information
#EACA45 (or 0xEACA45) is known color: Festival. HEX triplet: EA, CA and 45. RGB value is (234,202,69). Sum of RGB (Red+Green+Blue) = 234+202+69=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA45 is #1535BA. Grayscale: #C4C4C4. Windows color (decimal): -1390011 or 4573930. OLE color: 4573930.
HSL color Cylindrical-coordinate representation of color #EACA45: hue angle of 48.36º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EACA45 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 69 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.08 |
| HSL | 48.36º | 0.8% | 0.59% | - |
| HSV(B) | 48.36º | 0.71% | 0.92% | - |
| XYZ | 56.13 | 60.16 | 14.28 | - |
| YUV | 196.41 | 56.1 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 69 | 0 | 0.14 | 0.71 | 0.08 | 48.36 | 0.8 | 0.59 |
| Hex | EA | CA | 45 | 0 | E | 47 | 8 | 30 | 50 | 3B |
| Octal | 352 | 312 | 105 | 0 | 16 | 107 | 10 | 60 | 120 | 73 |
| Binary | 11101010 | 11001010 | 1000101 | 0 | 1110 | 1000111 | 1000 | 110000 | 1010000 | 111011 |
Color Harmonies of #EACA45
Complementary color
Monochromatic Colors of #EACA45
Black with #EACA45
Text Example
Text Example
White with #EACA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA45; }
p { color: rgb(234,202,69); }
H1.HeaderClassName
{
color: #EACA45;
}
.AnyTagClassName
{
color: #EACA45;
}
</style>
background-color css
<style>
a { background-color: #EACA45; }
a { background-color: rgb(234,202,69); }
div.DivClassName
{
background-color: #EACA45;
}
.BgClassName
{
background-color: #EACA45;
}
</style>
border-color css
<style>
span { border-color: #EACA45; }
span { border-color: rgb(234,202,69); }
td.TdClassName
{
border-color: #EACA45;
}
.TagClassName
{
border-color: #EACA45;
}
</style>