Shades of Festival #EACD4C
Tints of Festival #EACD4C
RGB
CMYK
RGB Variations
Color information
#EACD4C (or 0xEACD4C) is known color: Festival. HEX triplet: EA, CD and 4C. RGB value is (234,205,76). Sum of RGB (Red+Green+Blue) = 234+205+76=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 76 (30.08% from 255 or 14.76% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD4C is #1532B3. Grayscale: #C7C7C7. Windows color (decimal): -1389236 or 5033450. OLE color: 5033450.
HSL color Cylindrical-coordinate representation of color #EACD4C: hue angle of 48.99º 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 #EACD4C is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 76 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.08 |
| HSL | 48.99º | 0.79% | 0.61% | - |
| HSV(B) | 48.99º | 0.68% | 0.92% | - |
| XYZ | 57.07 | 61.68 | 15.73 | - |
| YUV | 198.97 | 58.61 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 76 | 0 | 0.12 | 0.68 | 0.08 | 48.99 | 0.79 | 0.61 |
| Hex | EA | CD | 4C | 0 | C | 44 | 8 | 31 | 4F | 3D |
| Octal | 352 | 315 | 114 | 0 | 14 | 104 | 10 | 61 | 117 | 75 |
| Binary | 11101010 | 11001101 | 1001100 | 0 | 1100 | 1000100 | 1000 | 110001 | 1001111 | 111101 |
Color Harmonies of #EACD4C
Complementary color
Monochromatic Colors of #EACD4C
Black with #EACD4C
Text Example
Text Example
White with #EACD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD4C; }
p { color: rgb(234,205,76); }
H1.HeaderClassName
{
color: #EACD4C;
}
.AnyTagClassName
{
color: #EACD4C;
}
</style>
background-color css
<style>
a { background-color: #EACD4C; }
a { background-color: rgb(234,205,76); }
div.DivClassName
{
background-color: #EACD4C;
}
.BgClassName
{
background-color: #EACD4C;
}
</style>
border-color css
<style>
span { border-color: #EACD4C; }
span { border-color: rgb(234,205,76); }
td.TdClassName
{
border-color: #EACD4C;
}
.TagClassName
{
border-color: #EACD4C;
}
</style>