Shades of Festival #EACF48
Tints of Festival #EACF48
RGB
CMYK
RGB Variations
Color information
#EACF48 (or 0xEACF48) is known color: Festival. HEX triplet: EA, CF and 48. RGB value is (234,207,72). Sum of RGB (Red+Green+Blue) = 234+207+72=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF48 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF48 is #1530B7. Grayscale: #C8C8C8. Windows color (decimal): -1388728 or 4771818. OLE color: 4771818.
HSL color Cylindrical-coordinate representation of color #EACF48: hue angle of 50º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EACF48 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 72 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.08 |
| HSL | 50º | 0.79% | 0.6% | - |
| HSV(B) | 50º | 0.69% | 0.92% | - |
| XYZ | 57.41 | 62.59 | 15.19 | - |
| YUV | 199.68 | 55.95 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 72 | 0 | 0.12 | 0.69 | 0.08 | 50 | 0.79 | 0.6 |
| Hex | EA | CF | 48 | 0 | C | 45 | 8 | 32 | 4F | 3C |
| Octal | 352 | 317 | 110 | 0 | 14 | 105 | 10 | 62 | 117 | 74 |
| Binary | 11101010 | 11001111 | 1001000 | 0 | 1100 | 1000101 | 1000 | 110010 | 1001111 | 111100 |
Color Harmonies of #EACF48
Complementary color
Monochromatic Colors of #EACF48
Black with #EACF48
Text Example
Text Example
White with #EACF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF48; }
p { color: rgb(234,207,72); }
H1.HeaderClassName
{
color: #EACF48;
}
.AnyTagClassName
{
color: #EACF48;
}
</style>
background-color css
<style>
a { background-color: #EACF48; }
a { background-color: rgb(234,207,72); }
div.DivClassName
{
background-color: #EACF48;
}
.BgClassName
{
background-color: #EACF48;
}
</style>
border-color css
<style>
span { border-color: #EACF48; }
span { border-color: rgb(234,207,72); }
td.TdClassName
{
border-color: #EACF48;
}
.TagClassName
{
border-color: #EACF48;
}
</style>