Shades of Festival #EACF50
Tints of Festival #EACF50
RGB
CMYK
RGB Variations
Color information
#EACF50 (or 0xEACF50) is known color: Festival. HEX triplet: EA, CF and 50. RGB value is (234,207,80). Sum of RGB (Red+Green+Blue) = 234+207+80=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF50 is #1530AF. Grayscale: #C9C9C9. Windows color (decimal): -1388720 or 5296106. OLE color: 5296106.
HSL color Cylindrical-coordinate representation of color #EACF50: hue angle of 49.48º 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 #EACF50 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 80 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.08 |
| HSL | 49.48º | 0.79% | 0.62% | - |
| HSV(B) | 49.48º | 0.66% | 0.92% | - |
| XYZ | 57.69 | 62.7 | 16.65 | - |
| YUV | 200.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 80 | 0 | 0.12 | 0.66 | 0.08 | 49.48 | 0.79 | 0.62 |
| Hex | EA | CF | 50 | 0 | C | 42 | 8 | 31 | 4F | 3E |
| Octal | 352 | 317 | 120 | 0 | 14 | 102 | 10 | 61 | 117 | 76 |
| Binary | 11101010 | 11001111 | 1010000 | 0 | 1100 | 1000010 | 1000 | 110001 | 1001111 | 111110 |
Color Harmonies of #EACF50
Complementary color
Monochromatic Colors of #EACF50
Black with #EACF50
Text Example
Text Example
White with #EACF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF50; }
p { color: rgb(234,207,80); }
H1.HeaderClassName
{
color: #EACF50;
}
.AnyTagClassName
{
color: #EACF50;
}
</style>
background-color css
<style>
a { background-color: #EACF50; }
a { background-color: rgb(234,207,80); }
div.DivClassName
{
background-color: #EACF50;
}
.BgClassName
{
background-color: #EACF50;
}
</style>
border-color css
<style>
span { border-color: #EACF50; }
span { border-color: rgb(234,207,80); }
td.TdClassName
{
border-color: #EACF50;
}
.TagClassName
{
border-color: #EACF50;
}
</style>