Shades of Festival #EACC45
Tints of Festival #EACC45
RGB
CMYK
RGB Variations
Color information
#EACC45 (or 0xEACC45) is known color: Festival. HEX triplet: EA, CC and 45. RGB value is (234,204,69). Sum of RGB (Red+Green+Blue) = 234+204+69=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 69 (27.34% from 255 or 13.61% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC45 is #1533BA. Grayscale: #C6C6C6. Windows color (decimal): -1389499 or 4574442. OLE color: 4574442.
HSL color Cylindrical-coordinate representation of color #EACC45: hue angle of 49.09º 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 #EACC45 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 69 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.08 |
| HSL | 49.09º | 0.8% | 0.59% | - |
| HSV(B) | 49.09º | 0.71% | 0.92% | - |
| XYZ | 56.6 | 61.11 | 14.44 | - |
| YUV | 197.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 69 | 0 | 0.13 | 0.71 | 0.08 | 49.09 | 0.8 | 0.59 |
| Hex | EA | CC | 45 | 0 | D | 47 | 8 | 31 | 50 | 3B |
| Octal | 352 | 314 | 105 | 0 | 15 | 107 | 10 | 61 | 120 | 73 |
| Binary | 11101010 | 11001100 | 1000101 | 0 | 1101 | 1000111 | 1000 | 110001 | 1010000 | 111011 |
Color Harmonies of #EACC45
Complementary color
Monochromatic Colors of #EACC45
Black with #EACC45
Text Example
Text Example
White with #EACC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC45; }
p { color: rgb(234,204,69); }
H1.HeaderClassName
{
color: #EACC45;
}
.AnyTagClassName
{
color: #EACC45;
}
</style>
background-color css
<style>
a { background-color: #EACC45; }
a { background-color: rgb(234,204,69); }
div.DivClassName
{
background-color: #EACC45;
}
.BgClassName
{
background-color: #EACC45;
}
</style>
border-color css
<style>
span { border-color: #EACC45; }
span { border-color: rgb(234,204,69); }
td.TdClassName
{
border-color: #EACC45;
}
.TagClassName
{
border-color: #EACC45;
}
</style>