Shades of Festival #EAC94C
Tints of Festival #EAC94C
RGB
CMYK
RGB Variations
Color information
#EAC94C (or 0xEAC94C) is known color: Festival. HEX triplet: EA, C9 and 4C. RGB value is (234,201,76). Sum of RGB (Red+Green+Blue) = 234+201+76=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC94C is #1536B3. Grayscale: #C5C5C5. Windows color (decimal): -1390260 or 5032426. OLE color: 5032426.
HSL color Cylindrical-coordinate representation of color #EAC94C: hue angle of 47.47º 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 #EAC94C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 76 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.08 |
| HSL | 47.47º | 0.79% | 0.61% | - |
| HSV(B) | 47.47º | 0.68% | 0.92% | - |
| XYZ | 56.12 | 59.79 | 15.42 | - |
| YUV | 196.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 76 | 0 | 0.14 | 0.68 | 0.08 | 47.47 | 0.79 | 0.61 |
| Hex | EA | C9 | 4C | 0 | E | 44 | 8 | 2F | 4F | 3D |
| Octal | 352 | 311 | 114 | 0 | 16 | 104 | 10 | 57 | 117 | 75 |
| Binary | 11101010 | 11001001 | 1001100 | 0 | 1110 | 1000100 | 1000 | 101111 | 1001111 | 111101 |
Color Harmonies of #EAC94C
Complementary color
Monochromatic Colors of #EAC94C
Black with #EAC94C
Text Example
Text Example
White with #EAC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC94C; }
p { color: rgb(234,201,76); }
H1.HeaderClassName
{
color: #EAC94C;
}
.AnyTagClassName
{
color: #EAC94C;
}
</style>
background-color css
<style>
a { background-color: #EAC94C; }
a { background-color: rgb(234,201,76); }
div.DivClassName
{
background-color: #EAC94C;
}
.BgClassName
{
background-color: #EAC94C;
}
</style>
border-color css
<style>
span { border-color: #EAC94C; }
span { border-color: rgb(234,201,76); }
td.TdClassName
{
border-color: #EAC94C;
}
.TagClassName
{
border-color: #EAC94C;
}
</style>