Shades of Festival #EACC44
Tints of Festival #EACC44
RGB
CMYK
RGB Variations
Color information
#EACC44 (or 0xEACC44) is known color: Festival. HEX triplet: EA, CC and 44. RGB value is (234,204,68). Sum of RGB (Red+Green+Blue) = 234+204+68=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC44 is #1533BB. Grayscale: #C6C6C6. Windows color (decimal): -1389500 or 4508906. OLE color: 4508906.
HSL color Cylindrical-coordinate representation of color #EACC44: hue angle of 49.16º 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 #EACC44 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 68 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.08 |
| HSL | 49.16º | 0.8% | 0.59% | - |
| HSV(B) | 49.16º | 0.71% | 0.92% | - |
| XYZ | 56.57 | 61.1 | 14.28 | - |
| YUV | 197.47 | 54.94 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 68 | 0 | 0.13 | 0.71 | 0.08 | 49.16 | 0.8 | 0.59 |
| Hex | EA | CC | 44 | 0 | D | 47 | 8 | 31 | 50 | 3B |
| Octal | 352 | 314 | 104 | 0 | 15 | 107 | 10 | 61 | 120 | 73 |
| Binary | 11101010 | 11001100 | 1000100 | 0 | 1101 | 1000111 | 1000 | 110001 | 1010000 | 111011 |
Color Harmonies of #EACC44
Complementary color
Monochromatic Colors of #EACC44
Black with #EACC44
Text Example
Text Example
White with #EACC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC44; }
p { color: rgb(234,204,68); }
H1.HeaderClassName
{
color: #EACC44;
}
.AnyTagClassName
{
color: #EACC44;
}
</style>
background-color css
<style>
a { background-color: #EACC44; }
a { background-color: rgb(234,204,68); }
div.DivClassName
{
background-color: #EACC44;
}
.BgClassName
{
background-color: #EACC44;
}
</style>
border-color css
<style>
span { border-color: #EACC44; }
span { border-color: rgb(234,204,68); }
td.TdClassName
{
border-color: #EACC44;
}
.TagClassName
{
border-color: #EACC44;
}
</style>