Shades of Festival #E8D04D
Tints of Festival #E8D04D
RGB
CMYK
RGB Variations
Color information
#E8D04D (or 0xE8D04D) is known color: Festival. HEX triplet: E8, D0 and 4D. RGB value is (232,208,77). Sum of RGB (Red+Green+Blue) = 232+208+77=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D04D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D04D is #172FB2. Grayscale: #C8C8C8. Windows color (decimal): -1519539 or 5099752. OLE color: 5099752.
HSL color Cylindrical-coordinate representation of color #E8D04D: hue angle of 50.71º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E8D04D is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 208 | 77 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.09 |
| HSL | 50.71º | 0.77% | 0.61% | - |
| HSV(B) | 50.71º | 0.67% | 0.91% | - |
| XYZ | 57.17 | 62.8 | 16.13 | - |
| YUV | 200.24 | 58.45 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 208 | 77 | 0 | 0.10 | 0.67 | 0.09 | 50.71 | 0.77 | 0.61 |
| Hex | E8 | D0 | 4D | 0 | A | 43 | 9 | 33 | 4D | 3D |
| Octal | 350 | 320 | 115 | 0 | 12 | 103 | 11 | 63 | 115 | 75 |
| Binary | 11101000 | 11010000 | 1001101 | 0 | 1010 | 1000011 | 1001 | 110011 | 1001101 | 111101 |
Color Harmonies of #E8D04D
Complementary color
Monochromatic Colors of #E8D04D
Black with #E8D04D
Text Example
Text Example
White with #E8D04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D04D; }
p { color: rgb(232,208,77); }
H1.HeaderClassName
{
color: #E8D04D;
}
.AnyTagClassName
{
color: #E8D04D;
}
</style>
background-color css
<style>
a { background-color: #E8D04D; }
a { background-color: rgb(232,208,77); }
div.DivClassName
{
background-color: #E8D04D;
}
.BgClassName
{
background-color: #E8D04D;
}
</style>
border-color css
<style>
span { border-color: #E8D04D; }
span { border-color: rgb(232,208,77); }
td.TdClassName
{
border-color: #E8D04D;
}
.TagClassName
{
border-color: #E8D04D;
}
</style>