Shades of Festival #EAD547
Tints of Festival #EAD547
RGB
CMYK
RGB Variations
Color information
#EAD547 (or 0xEAD547) is known color: Festival. HEX triplet: EA, D5 and 47. RGB value is (234,213,71). Sum of RGB (Red+Green+Blue) = 234+213+71=518 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.17% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 71 (28.12% from 255 or 13.71% from 518); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD547 is #152AB8. Grayscale: #CBCBCB. Windows color (decimal): -1387193 or 4707818. OLE color: 4707818.
HSL color Cylindrical-coordinate representation of color #EAD547: hue angle of 52.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAD547 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 213 | 71 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.08 |
| HSL | 52.27º | 0.8% | 0.6% | - |
| HSV(B) | 52.27º | 0.7% | 0.92% | - |
| XYZ | 58.86 | 65.54 | 15.51 | - |
| YUV | 203.09 | 53.46 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 71 | 0 | 0.09 | 0.70 | 0.08 | 52.27 | 0.8 | 0.6 |
| Hex | EA | D5 | 47 | 0 | 9 | 46 | 8 | 34 | 50 | 3C |
| Octal | 352 | 325 | 107 | 0 | 11 | 106 | 10 | 64 | 120 | 74 |
| Binary | 11101010 | 11010101 | 1000111 | 0 | 1001 | 1000110 | 1000 | 110100 | 1010000 | 111100 |
Color Harmonies of #EAD547
Complementary color
Monochromatic Colors of #EAD547
Black with #EAD547
Text Example
Text Example
White with #EAD547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD547; }
p { color: rgb(234,213,71); }
H1.HeaderClassName
{
color: #EAD547;
}
.AnyTagClassName
{
color: #EAD547;
}
</style>
background-color css
<style>
a { background-color: #EAD547; }
a { background-color: rgb(234,213,71); }
div.DivClassName
{
background-color: #EAD547;
}
.BgClassName
{
background-color: #EAD547;
}
</style>
border-color css
<style>
span { border-color: #EAD547; }
span { border-color: rgb(234,213,71); }
td.TdClassName
{
border-color: #EAD547;
}
.TagClassName
{
border-color: #EAD547;
}
</style>