Shades of Festival #E8D64B
Tints of Festival #E8D64B
RGB
CMYK
RGB Variations
Color information
#E8D64B (or 0xE8D64B) is known color: Festival. HEX triplet: E8, D6 and 4B. RGB value is (232,214,75). Sum of RGB (Red+Green+Blue) = 232+214+75=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D64B is #1729B4. Grayscale: #CCCCCC. Windows color (decimal): -1518005 or 4970216. OLE color: 4970216.
HSL color Cylindrical-coordinate representation of color #E8D64B: hue angle of 53.12º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8D64B is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 214 | 75 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.09 |
| HSL | 53.12º | 0.77% | 0.6% | - |
| HSV(B) | 53.12º | 0.68% | 0.91% | - |
| XYZ | 58.6 | 65.76 | 16.26 | - |
| YUV | 203.54 | 55.46 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 214 | 75 | 0 | 0.08 | 0.68 | 0.09 | 53.12 | 0.77 | 0.6 |
| Hex | E8 | D6 | 4B | 0 | 8 | 44 | 9 | 35 | 4D | 3C |
| Octal | 350 | 326 | 113 | 0 | 10 | 104 | 11 | 65 | 115 | 74 |
| Binary | 11101000 | 11010110 | 1001011 | 0 | 1000 | 1000100 | 1001 | 110101 | 1001101 | 111100 |
Color Harmonies of #E8D64B
Complementary color
Monochromatic Colors of #E8D64B
Black with #E8D64B
Text Example
Text Example
White with #E8D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D64B; }
p { color: rgb(232,214,75); }
H1.HeaderClassName
{
color: #E8D64B;
}
.AnyTagClassName
{
color: #E8D64B;
}
</style>
background-color css
<style>
a { background-color: #E8D64B; }
a { background-color: rgb(232,214,75); }
div.DivClassName
{
background-color: #E8D64B;
}
.BgClassName
{
background-color: #E8D64B;
}
</style>
border-color css
<style>
span { border-color: #E8D64B; }
span { border-color: rgb(232,214,75); }
td.TdClassName
{
border-color: #E8D64B;
}
.TagClassName
{
border-color: #E8D64B;
}
</style>