Shades of Festival #EACF44
Tints of Festival #EACF44
RGB
CMYK
RGB Variations
Color information
#EACF44 (or 0xEACF44) is known color: Festival. HEX triplet: EA, CF and 44. RGB value is (234,207,68). Sum of RGB (Red+Green+Blue) = 234+207+68=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 68 (26.95% from 255 or 13.36% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF44 is #1530BB. Grayscale: #C7C7C7. Windows color (decimal): -1388732 or 4509674. OLE color: 4509674.
HSL color Cylindrical-coordinate representation of color #EACF44: hue angle of 50.24º 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 #EACF44 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 68 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.08 |
| HSL | 50.24º | 0.8% | 0.59% | - |
| HSV(B) | 50.24º | 0.71% | 0.92% | - |
| XYZ | 57.29 | 62.54 | 14.52 | - |
| YUV | 199.23 | 53.95 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 68 | 0 | 0.12 | 0.71 | 0.08 | 50.24 | 0.8 | 0.59 |
| Hex | EA | CF | 44 | 0 | C | 47 | 8 | 32 | 50 | 3B |
| Octal | 352 | 317 | 104 | 0 | 14 | 107 | 10 | 62 | 120 | 73 |
| Binary | 11101010 | 11001111 | 1000100 | 0 | 1100 | 1000111 | 1000 | 110010 | 1010000 | 111011 |
Color Harmonies of #EACF44
Complementary color
Monochromatic Colors of #EACF44
Black with #EACF44
Text Example
Text Example
White with #EACF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF44; }
p { color: rgb(234,207,68); }
H1.HeaderClassName
{
color: #EACF44;
}
.AnyTagClassName
{
color: #EACF44;
}
</style>
background-color css
<style>
a { background-color: #EACF44; }
a { background-color: rgb(234,207,68); }
div.DivClassName
{
background-color: #EACF44;
}
.BgClassName
{
background-color: #EACF44;
}
</style>
border-color css
<style>
span { border-color: #EACF44; }
span { border-color: rgb(234,207,68); }
td.TdClassName
{
border-color: #EACF44;
}
.TagClassName
{
border-color: #EACF44;
}
</style>