Shades of Festival #EAD247
Tints of Festival #EAD247
RGB
CMYK
RGB Variations
Color information
#EAD247 (or 0xEAD247) is known color: Festival. HEX triplet: EA, D2 and 47. RGB value is (234,210,71). Sum of RGB (Red+Green+Blue) = 234+210+71=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 71 (28.12% from 255 or 13.79% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD247 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD247 is #152DB8. Grayscale: #C9C9C9. Windows color (decimal): -1387961 or 4707050. OLE color: 4707050.
HSL color Cylindrical-coordinate representation of color #EAD247: hue angle of 51.17º 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 #EAD247 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 210 | 71 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.08 |
| HSL | 51.17º | 0.8% | 0.6% | - |
| HSV(B) | 51.17º | 0.7% | 0.92% | - |
| XYZ | 58.12 | 64.04 | 15.26 | - |
| YUV | 201.33 | 54.45 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 210 | 71 | 0 | 0.10 | 0.70 | 0.08 | 51.17 | 0.8 | 0.6 |
| Hex | EA | D2 | 47 | 0 | A | 46 | 8 | 33 | 50 | 3C |
| Octal | 352 | 322 | 107 | 0 | 12 | 106 | 10 | 63 | 120 | 74 |
| Binary | 11101010 | 11010010 | 1000111 | 0 | 1010 | 1000110 | 1000 | 110011 | 1010000 | 111100 |
Color Harmonies of #EAD247
Complementary color
Monochromatic Colors of #EAD247
Black with #EAD247
Text Example
Text Example
White with #EAD247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD247; }
p { color: rgb(234,210,71); }
H1.HeaderClassName
{
color: #EAD247;
}
.AnyTagClassName
{
color: #EAD247;
}
</style>
background-color css
<style>
a { background-color: #EAD247; }
a { background-color: rgb(234,210,71); }
div.DivClassName
{
background-color: #EAD247;
}
.BgClassName
{
background-color: #EAD247;
}
</style>
border-color css
<style>
span { border-color: #EAD247; }
span { border-color: rgb(234,210,71); }
td.TdClassName
{
border-color: #EAD247;
}
.TagClassName
{
border-color: #EAD247;
}
</style>