Shades of Festival #E7D648
Tints of Festival #E7D648
RGB
CMYK
RGB Variations
Color information
#E7D648 (or 0xE7D648) is known color: Festival. HEX triplet: E7, D6 and 48. RGB value is (231,214,72). Sum of RGB (Red+Green+Blue) = 231+214+72=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 72 (28.52% from 255 or 13.93% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D648 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D648 is #1829B7. Grayscale: #CBCBCB. Windows color (decimal): -1583544 or 4773607. OLE color: 4773607.
HSL color Cylindrical-coordinate representation of color #E7D648: hue angle of 53.58º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7D648 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 72 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.09 |
| HSL | 53.58º | 0.77% | 0.59% | - |
| HSV(B) | 53.58º | 0.69% | 0.91% | - |
| XYZ | 58.17 | 65.55 | 15.72 | - |
| YUV | 202.9 | 54.13 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 72 | 0 | 0.07 | 0.69 | 0.09 | 53.58 | 0.77 | 0.59 |
| Hex | E7 | D6 | 48 | 0 | 7 | 45 | 9 | 36 | 4D | 3B |
| Octal | 347 | 326 | 110 | 0 | 7 | 105 | 11 | 66 | 115 | 73 |
| Binary | 11100111 | 11010110 | 1001000 | 0 | 111 | 1000101 | 1001 | 110110 | 1001101 | 111011 |
Color Harmonies of #E7D648
Complementary color
Monochromatic Colors of #E7D648
Black with #E7D648
Text Example
Text Example
White with #E7D648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D648; }
p { color: rgb(231,214,72); }
H1.HeaderClassName
{
color: #E7D648;
}
.AnyTagClassName
{
color: #E7D648;
}
</style>
background-color css
<style>
a { background-color: #E7D648; }
a { background-color: rgb(231,214,72); }
div.DivClassName
{
background-color: #E7D648;
}
.BgClassName
{
background-color: #E7D648;
}
</style>
border-color css
<style>
span { border-color: #E7D648; }
span { border-color: rgb(231,214,72); }
td.TdClassName
{
border-color: #E7D648;
}
.TagClassName
{
border-color: #E7D648;
}
</style>