Shades of Festival #EACD50
Tints of Festival #EACD50
RGB
CMYK
RGB Variations
Color information
#EACD50 (or 0xEACD50) is known color: Festival. HEX triplet: EA, CD and 50. RGB value is (234,205,80). Sum of RGB (Red+Green+Blue) = 234+205+80=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD50 is #1532AF. Grayscale: #C7C7C7. Windows color (decimal): -1389232 or 5295594. OLE color: 5295594.
HSL color Cylindrical-coordinate representation of color #EACD50: hue angle of 48.7º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EACD50 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 80 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.08 |
| HSL | 48.7º | 0.79% | 0.62% | - |
| HSV(B) | 48.7º | 0.66% | 0.92% | - |
| XYZ | 57.21 | 61.73 | 16.49 | - |
| YUV | 199.42 | 60.61 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 80 | 0 | 0.12 | 0.66 | 0.08 | 48.7 | 0.79 | 0.62 |
| Hex | EA | CD | 50 | 0 | C | 42 | 8 | 31 | 4F | 3E |
| Octal | 352 | 315 | 120 | 0 | 14 | 102 | 10 | 61 | 117 | 76 |
| Binary | 11101010 | 11001101 | 1010000 | 0 | 1100 | 1000010 | 1000 | 110001 | 1001111 | 111110 |
Color Harmonies of #EACD50
Complementary color
Monochromatic Colors of #EACD50
Black with #EACD50
Text Example
Text Example
White with #EACD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD50; }
p { color: rgb(234,205,80); }
H1.HeaderClassName
{
color: #EACD50;
}
.AnyTagClassName
{
color: #EACD50;
}
</style>
background-color css
<style>
a { background-color: #EACD50; }
a { background-color: rgb(234,205,80); }
div.DivClassName
{
background-color: #EACD50;
}
.BgClassName
{
background-color: #EACD50;
}
</style>
border-color css
<style>
span { border-color: #EACD50; }
span { border-color: rgb(234,205,80); }
td.TdClassName
{
border-color: #EACD50;
}
.TagClassName
{
border-color: #EACD50;
}
</style>