Shades of Festival #EACC4C
Tints of Festival #EACC4C
RGB
CMYK
RGB Variations
Color information
#EACC4C (or 0xEACC4C) is known color: Festival. HEX triplet: EA, CC and 4C. RGB value is (234,204,76). Sum of RGB (Red+Green+Blue) = 234+204+76=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 76 (30.08% from 255 or 14.79% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC4C is #1533B3. Grayscale: #C6C6C6. Windows color (decimal): -1389492 or 5033194. OLE color: 5033194.
HSL color Cylindrical-coordinate representation of color #EACC4C: hue angle of 48.61º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EACC4C is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 76 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.08 |
| HSL | 48.61º | 0.79% | 0.61% | - |
| HSV(B) | 48.61º | 0.68% | 0.92% | - |
| XYZ | 56.83 | 61.2 | 15.66 | - |
| YUV | 198.38 | 58.94 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 76 | 0 | 0.13 | 0.68 | 0.08 | 48.61 | 0.79 | 0.61 |
| Hex | EA | CC | 4C | 0 | D | 44 | 8 | 31 | 4F | 3D |
| Octal | 352 | 314 | 114 | 0 | 15 | 104 | 10 | 61 | 117 | 75 |
| Binary | 11101010 | 11001100 | 1001100 | 0 | 1101 | 1000100 | 1000 | 110001 | 1001111 | 111101 |
Color Harmonies of #EACC4C
Complementary color
Monochromatic Colors of #EACC4C
Black with #EACC4C
Text Example
Text Example
White with #EACC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC4C; }
p { color: rgb(234,204,76); }
H1.HeaderClassName
{
color: #EACC4C;
}
.AnyTagClassName
{
color: #EACC4C;
}
</style>
background-color css
<style>
a { background-color: #EACC4C; }
a { background-color: rgb(234,204,76); }
div.DivClassName
{
background-color: #EACC4C;
}
.BgClassName
{
background-color: #EACC4C;
}
</style>
border-color css
<style>
span { border-color: #EACC4C; }
span { border-color: rgb(234,204,76); }
td.TdClassName
{
border-color: #EACC4C;
}
.TagClassName
{
border-color: #EACC4C;
}
</style>