Shades of Festival #E8D151
Tints of Festival #E8D151
RGB
CMYK
RGB Variations
Color information
#E8D151 (or 0xE8D151) is known color: Festival. HEX triplet: E8, D1 and 51. RGB value is (232,209,81). Sum of RGB (Red+Green+Blue) = 232+209+81=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D151 is #172EAE. Grayscale: #C9C9C9. Windows color (decimal): -1519279 or 5362152. OLE color: 5362152.
HSL color Cylindrical-coordinate representation of color #E8D151: hue angle of 50.86º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8D151 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 209 | 81 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.09 |
| HSL | 50.86º | 0.77% | 0.61% | - |
| HSV(B) | 50.86º | 0.65% | 0.91% | - |
| XYZ | 57.56 | 63.35 | 16.98 | - |
| YUV | 201.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 209 | 81 | 0 | 0.10 | 0.65 | 0.09 | 50.86 | 0.77 | 0.61 |
| Hex | E8 | D1 | 51 | 0 | A | 41 | 9 | 33 | 4D | 3D |
| Octal | 350 | 321 | 121 | 0 | 12 | 101 | 11 | 63 | 115 | 75 |
| Binary | 11101000 | 11010001 | 1010001 | 0 | 1010 | 1000001 | 1001 | 110011 | 1001101 | 111101 |
Color Harmonies of #E8D151
Complementary color
Monochromatic Colors of #E8D151
Black with #E8D151
Text Example
Text Example
White with #E8D151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D151; }
p { color: rgb(232,209,81); }
H1.HeaderClassName
{
color: #E8D151;
}
.AnyTagClassName
{
color: #E8D151;
}
</style>
background-color css
<style>
a { background-color: #E8D151; }
a { background-color: rgb(232,209,81); }
div.DivClassName
{
background-color: #E8D151;
}
.BgClassName
{
background-color: #E8D151;
}
</style>
border-color css
<style>
span { border-color: #E8D151; }
span { border-color: rgb(232,209,81); }
td.TdClassName
{
border-color: #E8D151;
}
.TagClassName
{
border-color: #E8D151;
}
</style>